mailbox.Maildir.flush()

flush() All changes to Maildir mailboxes are immediately applied, so this method does nothing.

2016-10-07 17:36:42
mailbox.MaildirMessage.set_subdir()

set_subdir(subdir) Set the subdirectory the message should be stored in. Parameter subdir must be either “new” or “cur”

2016-10-07 17:36:46
email.message.Message.

__getitem__(name) Return the value of the named header field. name should not include the colon field separator. If

2016-10-07 17:32:45
mimetypes.MimeTypes.guess_type()

MimeTypes.guess_type(url, strict=True) Similar to the guess_type() function, using the tables stored as part of

2016-10-07 17:37:16
mailbox.MH.lock()

lock() unlock() Three locking mechanisms are used—dot locking and, if available, the flock() and lockf()

2016-10-07 17:36:51
email.message.Message.get_payload()

get_payload(i=None, decode=False) Return the current payload, which will be a list of Message objects when

2016-10-07 17:32:42
mailbox.Babyl.get_labels()

get_labels() Return a list of the names of all user-defined labels used in the mailbox.

2016-10-07 17:36:31
email.message.Message.get_all()

get_all(name, failobj=None) Return a list of all the values for the field named name. If there are no such named headers

2016-10-07 17:32:40
email.utils.format_datetime()

email.utils.format_datetime(dt, usegmt=False) Like formatdate, but the input is a

2016-10-07 17:32:58
mailbox.MMDFMessage.set_from()

set_from(from_, time_=None) Set the “From ” line to from_, which should be specified without a leading “From ” or trailing

2016-10-07 17:36:56