set_flags(flags) Set the flags specified by flags and unset all others.
MimeTypes.encodings_map Dictionary mapping filename extensions to encoding types. This is initially a copy of the global
class email.headerregistry.Address(display_name='', username='', domain='', addr_spec=None) The class used to represent an email
get_body_encoding() Return the content transfer encoding used for body encoding. This is either
exception email.errors.MessageError This is the base class for all exceptions that the
get_subdir() Return either “new” (if the message should be stored in the new subdirectory) or “cur” (if the message
items() Return a list of 2-tuples containing all the message’s field headers and values.
get_content_subtype() Return the message’s sub-content type. This is the subtype part of the string
mimetypes.init(files=None) Initialize the internal data structures. If given, files must be a sequence of file names
__eq__(other) This method allows you to compare two Header instances for equality.
Page 41 of 44