mailbox.mboxMessage.get_flags()

get_flags() Return a string specifying the flags that are currently set. If the message complies with the conventional format

2016-10-07 17:36:48
email.message.Message.get_unixfrom()

get_unixfrom() Return the message’s envelope header. Defaults to None if the envelope header was never set.

2016-10-07 17:32:42
mailbox.Mailbox.keys()

keys() Return an iterator over all keys if called as iterkeys() or return a list of keys if called as keys()

2016-10-07 17:36:38
binhex.Error

exception binhex.Error Exception raised when something can’t be encoded using the binhex format (for example, a filename is

2016-10-07 17:27:33
mailbox.Mailbox.

__delitem__(key) discard(key) Delete the message corresponding to key from the mailbox.

2016-10-07 17:36:40
mailbox.Mailbox.get()

get(key, default=None) __getitem__(key) Return a representation of the message corresponding to key. If

2016-10-07 17:36:36
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

2016-10-07 17:36:45
email.headerregistry.ParameterizedMIMEHeader.params

params A dictionary mapping parameter names to parameter values.

2016-10-07 17:32:33
email.headerregistry.Group.addresses

addresses A possibly empty tuple of Address objects representing the addresses in the group.

2016-10-07 17:32:31
email.message.EmailMessage.clear()

clear() Remove the payload and all of the headers.

2016-10-07 17:32:36