mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-07-06 16:55:10 +00:00
Merge pull request #278 from lasat/master
Resolve issue #261 - add documentation for imap password escape
This commit is contained in:
@@ -185,6 +185,10 @@ The full set of configuration options are:
|
||||
- ``skip_certificate_verification`` - bool: Skip certificate verification (not recommended)
|
||||
- ``user`` - str: The IMAP user
|
||||
- ``password`` - str: The IMAP password
|
||||
|
||||
..note::
|
||||
The percent symbol has a special function, so it should be escaped. Use "%%" instead of "%" and it should work fine.
|
||||
|
||||
- ``reports_folder`` - str: The IMAP folder where the incoming reports can be found (Default: INBOX)
|
||||
- ``archive_folder`` - str: The IMAP folder to sort processed emails into (Default: Archive)
|
||||
- ``watch`` - bool: Use the IMAP ``IDLE`` command to process messages as they arrive
|
||||
|
||||
Reference in New Issue
Block a user