This commit is contained in:
Sean Whalen
2022-05-09 15:42:42 -04:00
parent f2e7d9a8c6
commit b68dd7615c
2 changed files with 2 additions and 4 deletions

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

View File

@@ -257,7 +257,6 @@ lookalike domain monitoring, check out <a class="reference external" href="https
<span class="na">host</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">imap.example.com</span><span class="w"></span>
<span class="na">user</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">dmarcresports@example.com</span><span class="w"></span>
<span class="na">password</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">$uperSecure</span><span class="w"></span>
<span class="c1"># Starting in 8.0.0, the watch option has moved to the mailbox section</span><span class="w"></span>
<span class="k">[mailbox]</span><span class="w"></span>
<span class="na">watch</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">True</span><span class="w"></span>
@@ -331,7 +330,7 @@ lookalike domain monitoring, check out <a class="reference external" href="https
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Starting in version 8.0.0, the <code class="docutils literal notranslate"><span class="pre">watch</span></code> option has been moved to the <code class="docutils literal notranslate"><span class="pre">mailbox</span></code> section</p>
<p>Starting in version 8.0.0, most options from the <code class="docutils literal notranslate"><span class="pre">imap</span></code> section have been moved to the <code class="docutils literal notranslate"><span class="pre">mailbox</span></code> section.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>