email.charset.add_codec()

email.charset.add_codec(charset, codecname) Add a codec that map characters in the given character set to and from Unicode.

2016-10-07 17:32:18
email.errors.MessageError

exception email.errors.MessageError This is the base class for all exceptions that the

2016-10-07 17:32:23
email.headerregistry.Address.display_name

display_name The display name portion of the address, if any, with all quoting removed. If the address does not have a display

2016-10-07 17:32:28
mailbox.MMDFMessage.set_flags()

set_flags(flags) Set the flags specified by flags and unset all others. Parameter flags should be the concatenation

2016-10-07 17:36:55
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.charset.Charset.get_body_encoding()

get_body_encoding() Return the content transfer encoding used for body encoding. This is either

2016-10-07 17:32:18
email.generator.BytesGenerator.write()

write(s) Write the string s to the underlying file object. s is encoded using the ASCII codec

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

replace_header(_name, _value) Replace a header. Replace the first header found in the message that matches _name, retaining

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

get_content_disposition() Return the lowercased value (without parameters) of the message’s Content-Disposition

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

get_boundary(failobj=None) Return the value of the boundary parameter of the Content-Type

2016-10-07 17:32:40