mailbox.mbox.get_file()

get_file(key) Using the file after calling flush() or close() on the mbox instance may

2016-10-07 17:36:47
mailbox.mboxMessage.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:49
email.headerregistry.ContentDispositionHeader

class email.headerregistry.ContentDispositionHeader A ParameterizedMIMEHeader class that handles the

2016-10-07 17:32:30
email.utils.formataddr()

email.utils.formataddr(pair, charset='utf-8') The inverse of parseaddr(), this takes a 2-tuple of the form (realname

2016-10-07 17:32:58
email.charset.add_charset()

email.charset.add_charset(charset, header_enc=None, body_enc=None, output_charset=None) Add character properties to the global

2016-10-07 17:32:18
mimetypes.suffix_map

mimetypes.suffix_map Dictionary mapping suffixes to suffixes. This is used to allow recognition of encoded files for which the

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

get_folder(folder) Return an MH instance representing the folder whose name is folder. A NoSuchMailboxError

2016-10-07 17:36:50
mailcap.getcaps()

mailcap.getcaps() Returns a dictionary mapping MIME types to a list of mailcap file entries. This dictionary must be passed

2016-10-07 17:36:57
mailbox.Maildir.add()

add(message) __setitem__(key, message) update(arg)

2016-10-07 17:36:41
mailbox.mbox.unlock()

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

2016-10-07 17:36:47