email.headerregistry.MIMEVersionHeader.major

major The major version number as an integer

2016-10-07 17:32:33
email.headerregistry.Address.

__str__() The str value of the object is the address quoted according to

2016-10-07 17:32:28
email.encoders.encode_base64()

email.encoders.encode_base64(msg) Encodes the payload into base64 form and sets the Content-Transfer-Encoding

2016-10-07 17:32:23
mailbox.MH.set_sequences()

set_sequences(sequences) Re-define the sequences that exist in the mailbox based upon sequences, a dictionary of names

2016-10-07 17:36:52
email.message.Message.set_default_type()

set_default_type(ctype) Set the default content type. ctype should either be text/plain or

2016-10-07 17:32:44
email.encoders.encode_7or8bit()

email.encoders.encode_7or8bit(msg) This doesn’t actually modify the message’s payload, but it does set the

2016-10-07 17:32:22
email.policy.Compat32.header_source_parse()

header_source_parse(sourcelines) The name is parsed as everything up to the ‘:‘ and returned unmodified. The value

2016-10-07 17:32:51
email.message.Message.

__str__() Equivalent to as_string(). Allows str(msg) to produce a string containing the formatted

2016-10-07 17:32:46
email.generator.Generator

class email.generator.Generator(outfp, mangle_from_=True, maxheaderlen=78, *, policy=None) The constructor for the Generator

2016-10-07 17:32:25
email.utils.collapse_rfc2231_value()

email.utils.collapse_rfc2231_value(value, errors='replace', fallback_charset='us-ascii') When a header parameter is encoded

2016-10-07 17:32:57