Skip to content

Commit e5ee19b

Browse files
committed
Updated README.md for new separate IMAP folder feature
1 parent 5d166f8 commit e5ee19b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ For the Docker use case, environment variables are recommended.
6464
Do not forget to forward the port for the HTTP server!
6565
By default the HTTP server will use port 8080.
6666

67-
Currently only one combined IMAP inbox for both report types, DMARC and SMTP TLS, is supported.
68-
You might have to setup some additional forwarding if you are receiving them separate.
69-
7067
Here is an example:
7168

7269
sudo docker run --rm \
@@ -78,6 +75,13 @@ Here is an example:
7875
-p 8080:8080 \
7976
ghcr.io/cry-inc/dmarc-report-viewer
8077

78+
### IMAP Folders
79+
You can define separate IMAP folders for fetching DMARC and TLS reports.
80+
By default one single `INBOX` is used to look for both kind of reports.
81+
If you specify at least one of the dedicated folders, the default folder will be disabled.
82+
Please note that fetching reports from different IMAP accounts is currently not supported.
83+
You might have to setup some forwarding if you are receiving them on separate accounts.
84+
8185
### IMAP with STARTTLS
8286
By default the IMAP client will attempt to use a TLS encrypted connection using port 993.
8387
For STARTTLS set the ENV variables `IMAP_STARTTLS=TRUE` and `IMAP_PORT=143`.

0 commit comments

Comments
 (0)