email.parser.Parser

class email.parser.Parser(_class=email.message.Message, *, policy=policy.compat32) The constructor for the Parser

2016-10-07 17:32:50
quopri.decodestring()

quopri.decodestring(s, header=False) Like decode(), except that it accepts a source

2016-10-07 17:41:07
email.message.Message.is_multipart()

is_multipart() Return True if the message’s payload is a list of sub-Message objects, otherwise return

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

add_header(_name, _value, **_params) Extended header setting. This method is similar to __setitem__() except that

2016-10-07 17:32:38
mailbox.BabylMessage.remove_label()

remove_label(label) Remove label from the list of labels on the message.

2016-10-07 17:36:33
base64.decode()

base64.decode(input, output) Decode the contents of the binary input file and write the resulting binary data to the

2016-10-07 17:27:19
email.contentmanager.ContentManager.add_get_handler()

add_get_handler(key, handler) Record the function handler as the handler for key. For the possible values

2016-10-07 17:32:21
email.contentmanager.set_content()

email.contentmanager.set_content(msg, , subtype="plain", charset='utf-8' cte=None, disposition=None, filename=None, cid=None, params=None, headers=None) email

2016-10-07 17:32:22
mailbox.Mailbox.get_message()

get_message(key) Return a representation of the message corresponding to key as an instance of the appropriate format-specific

2016-10-07 17:36:37
email.message_from_bytes()

email.message_from_bytes(s, _class=email.message.Message, *, policy=policy.compat32) Return a message object structure from

2016-10-07 17:32:46