class json.JSONDecoder(object_hook=None, parse_float=None, parse_int=None, parse_constant=None, strict=True, object_pairs_hook=None) Simple
iter_parts() Return an iterator over all of the immediate sub-parts of the message, which will be empty for a non-multipart
class email.headerregistry.ContentTransferEncoding Handles the Content-Transfer-Encoding header
feed(data) Feed the FeedParser some more data. data should be a string containing one or more lines. The
content_manager An object with at least two methods: get_content and set_content. When the get_content() or
mailcap.getcaps() Returns a dictionary mapping MIME types to a list of mailcap file entries. This dictionary must be passed
add(message) Add message to the mailbox and return the key that has been assigned to it. Parameter
remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at
uu.encode(in_file, out_file, name=None, mode=None) Uuencode file in_file into file out_file. The uuencoded
set_from(from_, time_=None) Set the “From ” line to from_, which should be specified without a leading “From ” or trailing
Page 2 of 44