Update documentation

This commit is contained in:
Sean Whalen
2022-05-09 15:41:35 -04:00
parent 6702181400
commit 6b2131f0e8
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -147,7 +147,6 @@ For example
host = imap.example.com
user = dmarcresports@example.com
password = $uperSecure
# Starting in 8.0.0, the watch option has moved to the mailbox section
[mailbox]
watch = True
@@ -211,7 +210,7 @@ The full set of configuration options are:
- ``port`` - int: The IMAP server port (Default: 993).
.. note::
Starting in version 8.0.0, the ``watch`` option has been moved to the ``mailbox`` section
Starting in version 8.0.0, most options from the ``imap`` section have been moved to the ``mailbox`` section.
.. note::
If your host recommends another port, still try 993
+1 -2
View File
@@ -142,7 +142,6 @@ For example
host = imap.example.com
user = dmarcresports@example.com
password = $uperSecure
# Starting in 8.0.0, the watch option has moved to the mailbox section
[mailbox]
watch = True
@@ -206,7 +205,7 @@ The full set of configuration options are:
``%`` characters must be escaped with another ``%`` character, so use ``%%`` wherever a ``%`` character is used.
.. note::
Starting in version 8.0.0, the ``watch`` option has been moved to the ``mailbox`` section
Starting in version 8.0.0, most options from the ``imap`` section have been moved to the ``mailbox`` section.
.. note::
If your host recommends another port, still try 993