items() Return a list of 2-tuples containing all the message’s field headers and values.
__len__() Return the total number of headers, including duplicates.
set_sequences(sequences) Set the list of sequences that include this message.
base64.decodebytes(s) base64.decodestring(s) Decode the bytes-like object
set_boundary(boundary) Set the boundary parameter of the Content-Type header to boundary
class mailbox.MHMessage(message=None) A message with MH-specific behaviors. Parameter message has the same meaning
get_file(key) Return a file-like representation of the message corresponding to key, or raise a
class email.headerregistry.Address(display_name='', username='', domain='', addr_spec=None) The class used to represent an email
class mailbox.MMDFMessage(message=None) A message with MMDF-specific behaviors. Parameter message has the same meaning
email.charset.add_codec(charset, codecname) Add a codec that map characters in the given character set to and from Unicode.
Page 36 of 44