binascii.b2a_hqx()

binascii.b2a_hqx(data) Perform hexbin4 binary-to-ASCII translation and return the resulting string. The argument should already

2016-10-07 17:27:31
base64.decodestring()

base64.decodestring(s) Decode the bytes-like object s, which must contain one

2016-10-07 17:27:20
mailbox.MH.

__delitem__(key) discard(key) These methods immediately delete the message. The MH convention of marking a message

2016-10-07 17:36:52
mailbox.mbox.lock()

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

2016-10-07 17:36:47
email.utils.formatdate()

email.utils.formatdate(timeval=None, localtime=False, usegmt=False) Returns a date string as per

2016-10-07 17:32:58
email.policy.Compat32.mangle_from_

mangle_from_ The default is True.

2016-10-07 17:32:52
mailbox.Maildir.remove_folder()

remove_folder(folder) Delete the folder whose name is folder. If the folder contains any messages, a NotEmptyError

2016-10-07 17:36:43
mimetypes.MimeTypes.types_map_inv

MimeTypes.types_map_inv Tuple containing two dictionaries, mapping MIME types to a list of filename extensions: the first dictionary

2016-10-07 17:37:17
email.headerregistry.AddressHeader.addresses

addresses A tuple of Address objects encoding all of the individual addresses from the header value. If the header

2016-10-07 17:32:29
email.generator.BytesGenerator.flatten()

flatten(msg, unixfrom=False, linesep=None) Print the textual representation of the message object structure rooted at msg

2016-10-07 17:32:24