mailbox.ExternalClashError

exception mailbox.ExternalClashError Raised when some mailbox-related condition beyond the control of the program causes it

2016-10-07 17:36:34
email.message.Message.set_param()

set_param(param, value, header='Content-Type', requote=True, charset=None, language='', replace=False) Set a parameter in the

2016-10-07 17:32:44
mailbox.MaildirMessage.get_date()

get_date() Return the delivery date of the message as a floating-point number representing seconds since the epoch.

2016-10-07 17:36:45
email.headerregistry.UnstructuredHeader

class email.headerregistry.UnstructuredHeader An “unstructured” header is the default type of header in

2016-10-07 17:32:34
email.policy.Policy.fold_binary()

fold_binary(name, value) The same as fold(), except that the returned value should be a bytes object rather than

2016-10-07 17:32:55
mailbox.mboxMessage.get_from()

get_from() Return a string representing the “From ” line that marks the start of the message in an mbox mailbox. The leading

2016-10-07 17:36:48
base64.b32decode()

base64.b32decode(s, casefold=False, map01=None) Decode the Base32 encoded bytes-like object

2016-10-07 17:27:18
email.parser.BytesParser.parse()

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

2016-10-07 17:32:49
email.message.Message.set_type()

set_type(type, header='Content-Type', requote=True) Set the main type and subtype for the Content-Type

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

email.message_from_binary_file(fp, _class=email.message.Message, *, policy=policy.compat32) Return a message object structure

2016-10-07 17:32:46