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 161b306 commit 2cdbe5eCopy full SHA for 2cdbe5e
1 file changed
Doc/library/imaplib.rst
@@ -207,6 +207,11 @@ An :class:`IMAP4` instance has the following methods:
207
208
Append *message* to named mailbox.
209
210
+ *flags* may be ``None`` or a string of IMAP flag tokens. Multiple
211
+ flags are separated by spaces, for example ``r'\Seen \Answered'``.
212
+ If *flags* is not already enclosed in parentheses, parentheses are
213
+ added automatically.
214
+
215
216
.. method:: IMAP4.authenticate(mechanism, authobject)
217
0 commit comments