email.charset.Charset.output_charset

output_charset Some character sets must be converted before they can be used in email headers or bodies. If the input_charset

2016-10-07 17:32:20
mailbox.MH.add_folder()

add_folder(folder) Create a folder whose name is folder and return an MH instance representing it.

2016-10-07 17:36:49
mailbox.Mailbox.values()

values() Return an iterator over representations of all messages if called as itervalues() or __iter__()

2016-10-07 17:36:39
email.policy.strict

email.policy.strict Convenience instance. The same as default except that raise_on_defect is set to

2016-10-07 17:32:57
base64.standard_b64decode()

base64.standard_b64decode(s) Decode bytes-like object or ASCII string s using

2016-10-07 17:27:20
mailbox.Mailbox.close()

close() Flush the mailbox, unlock it if necessary, and close any open files. For some Mailbox subclasses, this

2016-10-07 17:36:35
mailbox.MHMessage.get_sequences()

get_sequences() Return a list of the names of sequences that include this message.

2016-10-07 17:36:53
mailcap.findmatch()

mailcap.findmatch(caps, MIMEtype, key='view', filename='/dev/null', plist=[]) Return a 2-tuple; the first element is a string

2016-10-07 17:36:56
email.message.Message.get_content_type()

get_content_type() Return the message’s content type. The returned string is coerced to lower case of the form

2016-10-07 17:32:41
email.header.Header.append()

append(s, charset=None, errors='strict') Append the string s to the MIME header. Optional

2016-10-07 17:32:27