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 15f2bdd commit 64a0fc9Copy full SHA for 64a0fc9
Doc/library/imaplib.rst
@@ -207,8 +207,6 @@ An :class:`IMAP4` instance has the following methods:
207
Append *message* to a named *mailbox*.
208
209
*flags* is a space-separated string containing IMAP flags tokens.
210
- Must start with ``\``.
211
-
212
System flags defined in :rfc:`3501` are:
213
214
* ``\Seen`` - Message has been read.
@@ -220,8 +218,7 @@ An :class:`IMAP4` instance has the following methods:
220
218
221
219
222
*date_time* is the date and time associated with the message.
223
- Often of the format *"DD-Mon-YYYY HH:MM:SS" (e.g., "01-Jan-2023 12:00:00")*.
224
+
225
*message* is a string representing the entire email message, including
226
headers and body.
227
0 commit comments