email.policy.EmailPolicy

class email.policy.EmailPolicy(**kw) This concrete Policy provides behavior that is intended to be fully compliant

2016-10-07 17:32:52
email.headerregistry.AddressHeader

class email.headerregistry.AddressHeader Address headers are one of the most complex structured header types. The AddressHeader

2016-10-07 17:32:28
email.headerregistry.HeaderRegistry.map_to_type()

map_to_type(self, name, cls) name is the name of the header to be mapped. It will be converted to lower case in the

2016-10-07 17:32:32
email.headerregistry.HeaderRegistry.

__getitem__(name) Construct and return a class to handle creating a name header.

2016-10-07 17:32:33
mailbox.Maildir.clean()

clean() Delete temporary files from the mailbox that have not been accessed in the last 36 hours. The Maildir specification

2016-10-07 17:36:42
base64.encode()

base64.encode(input, output) Encode the contents of the binary input file and write the resulting base64 encoded data

2016-10-07 17:27:20
email.headerregistry.Group.display_name

display_name The display_name of the group. If it is None and there is exactly one Address

2016-10-07 17:32:32
email.parser.Parser.parse()

parse(fp, headersonly=False) Read all the data from the file-like object fp, parse the resulting text, and return the

2016-10-07 17:32:50
email.message.EmailMessage.make_alternative()

make_alternative(boundary=None) Convert a non-multipart or a multipart/related into a multi

2016-10-07 17:32:37
mimetypes.MimeTypes.readfp()

MimeTypes.readfp(fp, strict=True) Load MIME type information from an open file fp. The file must have the format of

2016-10-07 17:37:16