email.message.EmailMessage.iter_parts()

iter_parts() Return an iterator over all of the immediate sub-parts of the message, which will be empty for a non-multipart

2016-10-07 17:32:37
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
email.headerregistry.Address.username

username The username portion of the address, with all quoting removed.

2016-10-07 17:32:28
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
binascii.b2a_qp()

binascii.b2a_qp(data, quotetabs=False, istext=True, header=False) Convert binary data to a line(s) of ASCII characters in quoted-printable

2016-10-07 17:27:31
mailbox.Mailbox.iterkeys()

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

2016-10-07 17:36:37
base64.decodestring()

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

2016-10-07 17:27:20
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
uu.encode()

uu.encode(in_file, out_file, name=None, mode=None) Uuencode file in_file into file out_file. The uuencoded

2016-10-07 17:47:07
email.policy.Policy.header_max_count()

header_max_count(name) Return the maximum allowed number of headers named name. Called

2016-10-07 17:32:56