exception mailbox.ExternalClashError Raised when some mailbox-related condition beyond the control of the program causes it
set_param(param, value, header='Content-Type', requote=True, charset=None, language='', replace=False) Set a parameter in the
get_date() Return the delivery date of the message as a floating-point number representing seconds since the epoch.
class email.headerregistry.UnstructuredHeader An “unstructured” header is the default type of header in
fold_binary(name, value) The same as fold(), except that the returned value should be a bytes object rather than
get_from() Return a string representing the “From ” line that marks the start of the message in an mbox mailbox. The leading
base64.b32decode(s, casefold=False, map01=None) Decode the Base32 encoded bytes-like object
parse(fp, headersonly=False) Read all the data from the binary file-like object fp, parse the resulting bytes, and
set_type(type, header='Content-Type', requote=True) Set the main type and subtype for the Content-Type
email.message_from_binary_file(fp, _class=email.message.Message, *, policy=policy.compat32) Return a message object structure
Page 15 of 44