mailbox.MaildirMessage.get_flags()

get_flags()

Return a string specifying the flags that are currently set. If the message complies with the standard Maildir format, the result is the concatenation in alphabetical order of zero or one occurrence of each of 'D', 'F', 'P', 'R', 'S', and 'T'. The empty string is returned if no flags are set or if “info” contains experimental semantics.

doc_python
2016-10-07 17:36:45
Comments
Leave a Comment

Please login to continue.