email.message_from_bytes()

email.message_from_bytes(s, _class=email.message.Message, *, policy=policy.compat32) Return a message object structure from

2016-10-07 17:32:46
email.utils.unquote()

email.utils.unquote(str) Return a new string which is an unquoted version of str. If str ends and

2016-10-07 17:33:00
email.policy.Policy.header_fetch_parse()

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

2016-10-07 17:32:55
mailbox.Mailbox.update()

update(arg) Parameter arg should be a key-to-message mapping or an iterable of (key, message)

2016-10-07 17:36:39
mailbox.mboxMessage.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:48
mailbox.MH.remove_folder()

remove_folder(folder) Delete the folder whose name is folder. If the folder contains any messages, a NotEmptyError

2016-10-07 17:36:52
email.policy.EmailPolicy.header_source_parse()

header_source_parse(sourcelines) The implementation of this method is the same as that for the Compat32 policy

2016-10-07 17:32:53
binhex.hexbin()

binhex.hexbin(input, output) Decode a binhex file input. input may be a filename or a file-like object supporting

2016-10-07 17:27:33
mimetypes.MimeTypes.encodings_map

MimeTypes.encodings_map Dictionary mapping filename extensions to encoding types. This is initially a copy of the global

2016-10-07 17:37:15
email.policy.Policy.raise_on_defect

raise_on_defect If

2016-10-07 17:32:57