Skip to content

Commit 64a0fc9

Browse files
committed
formatted-changes
1 parent 15f2bdd commit 64a0fc9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Doc/library/imaplib.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ An :class:`IMAP4` instance has the following methods:
207207
Append *message* to a named *mailbox*.
208208

209209
*flags* is a space-separated string containing IMAP flags tokens.
210-
Must start with ``\``.
211-
212210
System flags defined in :rfc:`3501` are:
213211

214212
* ``\Seen`` - Message has been read.
@@ -220,8 +218,7 @@ An :class:`IMAP4` instance has the following methods:
220218

221219

222220
*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-
221+
225222
*message* is a string representing the entire email message, including
226223
headers and body.
227224

0 commit comments

Comments
 (0)