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