mailbox.Mailbox.add()

add(message) Add message to the mailbox and return the key that has been assigned to it. Parameter

2016-10-07 17:36:35
email.headerregistry.MIMEVersionHeader.minor

minor The minor version number as an integer

2016-10-07 17:32:33
email.utils.parsedate_to_datetime()

email.utils.parsedate_to_datetime(date) The inverse of format_datetime(). Performs the same function as parsedate()

2016-10-07 17:32:59
mailbox.Maildir.add()

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

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