email.parser.FeedParser.feed()

feed(data) Feed the FeedParser some more data. data should be a string containing one or more lines. The

2016-10-07 17:32:50
email.message.EmailMessage.make_related()

make_related(boundary=None) Convert a non-multipart message into a multipart/related message, moving

2016-10-07 17:32:37
email.headerregistry.Group.

__str__() The str value of a Group is formatted according to

2016-10-07 17:32:32
email.message.Message.get()

get(name, failobj=None) Return the value of the named header field. This is identical to __getitem__() except that

2016-10-07 17:32:40
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
email.message.EmailMessage.make_mixed()

make_mixed(boundary=None) Convert a non-multipart, a multipart/related, or a multipart-alternative

2016-10-07 17:32:37
mailbox.Mailbox.discard()

discard(key) Delete the message corresponding to key from the mailbox. If no such message

2016-10-07 17:36:35
mimetypes.common_types

mimetypes.common_types Dictionary mapping filename extensions to non-standard, but commonly found MIME types.

2016-10-07 17:37:14
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
base64.b64decode()

base64.b64decode(s, altchars=None, validate=False) Decode the Base64 encoded bytes-like object

2016-10-07 17:27:19