class mailbox.MH(path, factory=None, create=True) A subclass of Mailbox for mailboxes in MH format. Parameter factory
get_charset() Return the
class mailbox.mbox(path, factory=None, create=True) A subclass of Mailbox for mailboxes in mbox format. Parameter
get_labels() Return a list of the names of all user-defined labels used in the mailbox.
get_all(name, failobj=None) Return a list of all the values for the field named name. If there are no such named headers
clear_content() Remove the payload and all of the Content- headers, leaving all other headers intact and in their
values() Return a list of all the message’s field values.
email.utils.parsedate_tz(date) Performs the same function as parsedate(), but returns either None
email.message_from_string(s, _class=email.message.Message, *, policy=policy.compat32) Return a message object structure from
class email.mime.multipart.MIMEMultipart(_subtype='mixed', boundary=None, _subparts=None, **_params) Module: email.mime
Page 26 of 44