class email.mime.base.MIMEBase(_maintype, _subtype, **_params) Module: email.mime.base This
base64.standard_b64encode(s) Encode bytes-like object s using the standard Base64
mimetypes.encodings_map Dictionary mapping filename extensions to encoding types.
email.policy.default An instance of EmailPolicy with all defaults unchanged. This policy uses the standard Python
get_file(key) Depending upon the host platform, it may not be possible to modify or remove the underlying message while the
__str__() Returns an approximation of the Header as a string, using an unlimited line length. All pieces are converted
email.iterators.body_line_iterator(msg, decode=False) This iterates over all the payloads in all the subparts of msg
__setitem__(name, val) Add a header to the message with field name name and value val. The field is appended
lock() unlock() Maildir mailboxes do not support (or require) locking, so these methods do nothing.
add_set_handler(typekey, handler) Record handler as the function to call when an object of a type matching typekey
Page 18 of 44