email.headerregistry.ContentDispositionHeader

class email.headerregistry.ContentDispositionHeader A ParameterizedMIMEHeader class that handles the

2016-10-07 17:32:30
email.utils.parsedate()

email.utils.parsedate(date) Attempts to parse a date according to the rules in

2016-10-07 17:32:59
email.policy.Policy.fold()

fold(name, value) The email package calls this method with the name and value currently stored in the Message

2016-10-07 17:32:55
email.generator.BytesGenerator.flatten()

flatten(msg, unixfrom=False, linesep=None) Print the textual representation of the message object structure rooted at msg

2016-10-07 17:32:24
mimetypes.MimeTypes.types_map_inv

MimeTypes.types_map_inv Tuple containing two dictionaries, mapping MIME types to a list of filename extensions: the first dictionary

2016-10-07 17:37:17
email.charset.add_charset()

email.charset.add_charset(charset, header_enc=None, body_enc=None, output_charset=None) Add character properties to the global

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

set_unixfrom(unixfrom) Set the message’s envelope header to unixfrom, which should be a string.

2016-10-07 17:32:44
email.utils.encode_rfc2231()

email.utils.encode_rfc2231(s, charset=None, language=None) Encode the string s according to

2016-10-07 17:32:58
email.headerregistry.Address.username

username The username portion of the address, with all quoting removed.

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

get_params(failobj=None, header='content-type', unquote=True) Return the message’s Content-Type

2016-10-07 17:32:42