From 6b2131f0e80e1ab8908540e3d2547b9503b784e5 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Mon, 9 May 2022 15:41:35 -0400 Subject: [PATCH] Update documentation --- README.rst | 3 +-- docs/index.rst | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index f227b8b..20fda9d 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/index.rst b/docs/index.rst index 5982ab6..90f6e9b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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