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