clear() Delete all messages from the mailbox.
iteritems() items() Return an iterator over (key, message) pairs, where key is a key
email.encoders.encode_quopri(msg) Encodes the payload into quoted-printable form and sets the Conten
base64.a85encode(b, *, foldspaces=False, wrapcol=0, pad=False, adobe=False) Encode the bytes-like
encode(o) Return a JSON string representation of a Python data structure, o. For example:
add_alternative(*args, content_manager=None, **kw) If the message is a multipart/alternative, create a new message
get_content_subtype() Return the message’s sub-content type. This is the subtype part of the string
class email.message.Message(policy=compat32) If policy is specified (it must be an instance of a
class email.charset.Charset(input_charset=DEFAULT_CHARSET) Map character sets to their email properties. This
class email.parser.Parser(_class=email.message.Message, *, policy=policy.compat32) The constructor for the Parser
Page 39 of 44