mimetypes.MimeTypes.guess_all_extensions()

MimeTypes.guess_all_extensions(type, strict=True) Similar to the guess_all_extensions() function, using the tables

2016-10-07 17:37:15
mimetypes.guess_extension()

mimetypes.guess_extension(type, strict=True) Guess the extension for a file based on its MIME type, given by type.

2016-10-07 17:37:15
email.mime.message.MIMEMessage

class email.mime.message.MIMEMessage(_msg, _subtype='rfc822') Module: email.mime.message A

2016-10-07 17:32:48
email.message.Message.get_default_type()

get_default_type() Return the default content type. Most messages have a default content type of text/plain

2016-10-07 17:32:41
mailbox.Mailbox.flush()

flush() Write any pending changes to the filesystem. For some Mailbox subclasses, changes are always written immediately

2016-10-07 17:36:36
email.headerregistry.DateHeader

class email.headerregistry.DateHeader

2016-10-07 17:32:31
mailbox.Mailbox.items()

items() Return an iterator over (key, message) pairs, where key is a key and message is

2016-10-07 17:36:37
mailbox.MHMessage.add_sequence()

add_sequence(sequence) Add sequence to the list of sequences that include this message.

2016-10-07 17:36:53
mailbox.MaildirMessage.get_info()

get_info() Return a string containing the “info” for a message. This is useful for accessing and modifying “info” that is experimental

2016-10-07 17:36:45
email.charset.Charset.input_codec

input_codec The name of the Python codec used to convert the input_charset to Unicode. If no conversion codec is necessary

2016-10-07 17:32:20