email.charset.Charset.header_encoding

header_encoding If the character set must be encoded before it can be used in an email header, this attribute will be set to

2016-10-07 17:32:19
email.charset.Charset.body_encode()

body_encode(string) Body-encode the string string. The type of encoding (base64 or

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

get_charsets(failobj=None) Return a list containing the character set names in the message. If the message is a

2016-10-07 17:32:40
email.utils.unquote()

email.utils.unquote(str) Return a new string which is an unquoted version of str. If str ends and

2016-10-07 17:33:00
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
mailbox.MH.discard()

discard(key) These methods immediately delete the message. The MH convention of marking a message for deletion by prepending

2016-10-07 17:36:50
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
mailbox.MMDFMessage

class mailbox.MMDFMessage(message=None) A message with MMDF-specific behaviors. Parameter message has the same meaning

2016-10-07 17:36:54
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
mailbox.Maildir.get_folder()

get_folder(folder) Return a Maildir instance representing the folder whose name is folder. A No

2016-10-07 17:36:42