Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Doc/library/imaplib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ An :class:`IMAP4` instance has the following methods:

Append *message* to named mailbox.

*flags* may be ``None`` or a string of IMAP flag tokens. Multiple
flags are separated by spaces, for example ``r'\Seen \Answered'``.
If *flags* is not already enclosed in parentheses, parentheses are
added automatically.


.. method:: IMAP4.authenticate(mechanism, authobject)

Expand Down
Loading