MimeTypes.guess_all_extensions(type, strict=True) Similar to the guess_all_extensions() function, using the tables
class email.header.Header(s=None, charset=None, maxlinelen=None, header_name=None, continuation_ws=' ', errors='strict') Create
mimetypes.types_map Dictionary mapping filename extensions to MIME types.
name The name of the header (the portion of the field before the ‘:’). This is exactly the value passed in the
MimeTypes.read(filename, strict=True) Load MIME information from a file named filename. This uses readfp()
get_sequences() Return a dictionary of sequence names mapped to key lists. If there are no sequences, the empty dictionary is
__setitem__(key, message) Replace the message corresponding to key with message. Raise a
email.iterators.body_line_iterator(msg, decode=False) This iterates over all the payloads in all the subparts of msg
parsestr(text, headersonly=False) Similar to the parse() method, except it takes a string object instead of a file-like
class email.headerregistry.SingleAddressHeader A subclass of AddressHeader that adds one additional attribute:
Page 26 of 44