[issue23323] [doc] mention that flags arg to imaplib's append should be a string

2022-03-01 Thread Stanley
Stanley added the comment: How would this sound as clarification for the flags argument? *flags* is a space-separated string containing IMAP flags tokens. Must start with ``\``. Perhaps optionally also provide the list of system flags as given in https://datatracker.ietf.org/doc/html/rfc350

[issue23323] [doc] mention that flags arg to imaplib's append should be a string

2021-11-27 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: Issue with imaplib and append messages passing a tuple with flags -> [doc] mention that flags arg to imaplib's append should be a string type: -> enhancement versions: +Python 3.11 -Python 2.7, Python 3.4, Python 3.5