File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -205,20 +205,20 @@ An :class:`IMAP4` instance has the following methods:
205205.. method :: IMAP4.append(mailbox, flags, date_time, message) 
206206
207207   Append *message * to a named *mailbox *.
208-     
208+ 
209209   *flags * is a space-separated string containing IMAP flags tokens.
210210   System flags defined in :rfc: `3501 ` are:
211211
212-    *  ``\Seen `` - Message has been read.
213-    *  ``\Answered `` - Message has been answered.
214-    *  ``\Flagged `` - Message is "flagged" for urgent/special attention.
215-    *  ``\Deleted `` - Message is "deleted" for removal by later ``EXPUNGE ``.
216-    *  ``\Draft `` - Message has not completed composition (marked as a draft).
217-    *  ``\Recent `` - Message is "recently" arrived in this mailbox.
212+    ``\Seen `` - Message has been read.
213+    ``\Answered `` - Message has been answered.
214+    ``\Flagged `` - Message is "flagged" for urgent/special attention.
215+    ``\Deleted `` - Message is "deleted" for removal by later ``EXPUNGE ``.
216+    ``\Draft `` - Message has not completed composition (marked as a draft).
217+    ``\Recent `` - Message is "recently" arrived in this mailbox.
218218
219219
220220   *date_time * is the date and time associated with the message.
221-     
221+ 
222222   *message * is a string representing the entire email message, including
223223   headers and body.
224224
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments