class email.parser.Parser(_class=email.message.Message, *, policy=policy.compat32) The constructor for the Parser
quopri.decodestring(s, header=False) Like decode(), except that it accepts a source
is_multipart() Return True if the message’s payload is a list of sub-Message objects, otherwise return
add_header(_name, _value, **_params) Extended header setting. This method is similar to __setitem__() except that
remove_label(label) Remove label from the list of labels on the message.
base64.decode(input, output) Decode the contents of the binary input file and write the resulting binary data to the
add_get_handler(key, handler) Record the function handler as the handler for key. For the possible values
email.contentmanager.set_content(msg, , subtype="plain", charset='utf-8' cte=None, disposition=None, filename=None, cid=None, params=None, headers=None) email
get_message(key) Return a representation of the message corresponding to key as an instance of the appropriate format-specific
email.message_from_bytes(s, _class=email.message.Message, *, policy=policy.compat32) Return a message object structure from
Page 40 of 44