From b68dd7615c84fb20d68bf652bdee449bcc9e75f2 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Mon, 9 May 2022 15:42:42 -0400 Subject: [PATCH] 8.1.0 --- _sources/index.rst.txt | 3 +-- index.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index 5982ab6..90f6e9b 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -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 diff --git a/index.html b/index.html index f62d9fd..46caa57 100644 --- a/index.html +++ b/index.html @@ -257,7 +257,6 @@ lookalike domain monitoring, check out 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 @@ -331,7 +330,7 @@ lookalike domain monitoring, check out

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