add(message) __setitem__(key, message) update(arg)
handle_defect(obj, defect) Handle a defect found on obj. When the email package calls this method, defect
class email.headerregistry.ContentTransferEncoding Handles the Content-Transfer-Encoding header
get_content(msg, *args, **kw) Look up a handler function based on the mimetype of msg (see next paragraph)
uu.encode(in_file, out_file, name=None, mode=None) Uuencode file in_file into file out_file. The uuencoded
header_store_parse(name, value) The email package calls this method with the name and value provided by the application program
addresses A tuple of Address objects encoding all of the individual addresses from the header value. If the header
mimetypes.common_types Dictionary mapping filename extensions to non-standard, but commonly found MIME types.
header_encode(string) Header-encode the string string. The type of encoding (base64
base64.decodestring(s) Decode the bytes-like object s, which must contain one
Page 4 of 44