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.
2 parents 2ae6fb6 + 5f8d9d3 commit 9ea2413Copy full SHA for 9ea2413
1 file changed
Doc/library/imaplib.rst
@@ -199,6 +199,11 @@ An :class:`IMAP4` instance has the following methods:
199
200
Append *message* to named mailbox.
201
202
+ *flags* may be ``None`` or a string of IMAP flag tokens. Multiple
203
+ flags are separated by spaces, for example ``r'\Seen \Answered'``.
204
+ If *flags* is not already enclosed in parentheses, parentheses are
205
+ added automatically.
206
+
207
208
.. method:: IMAP4.authenticate(mechanism, authobject)
209
0 commit comments