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 03d0909 commit bf32ccfCopy full SHA for bf32ccf
1 file changed
Doc/library/imaplib.rst
@@ -217,6 +217,11 @@ An :class:`IMAP4` instance has the following methods:
217
218
Append *message* to named mailbox.
219
220
+ *flags* may be ``None`` or a string of IMAP flag tokens. Multiple
221
+ flags are separated by spaces, for example ``r'\Seen \Answered'``.
222
+ If *flags* is not already enclosed in parentheses, parentheses are
223
+ added automatically.
224
+
225
226
.. method:: IMAP4.authenticate(mechanism, authobject)
227
0 commit comments