Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317f64f commit 75f104aCopy full SHA for 75f104a
1 file changed
Doc/library/imaplib.rst
@@ -509,8 +509,8 @@ An :class:`IMAP4` instance has the following methods:
509
create such tags. Although it is an RFC violation and IMAP clients and
510
servers are supposed to be strict, imaplib nontheless continues to allow
511
such tags to be created for backward compatibility reasons, and as of
512
- python 3.5.2/3.6.0, handles them if they are sent from the server, since
513
- this improves real-world compatibility.
+ python 3.6, handles them if they are sent from the server, since this
+ improves real-world compatibility.
514
515
.. method:: IMAP4.subscribe(mailbox)
516
0 commit comments