parsebytes(bytes, headersonly=False) Similar to the parse() method, except it takes a byte string object instead
get_info() Return a string containing the “info” for a message. This is useful for accessing and modifying “info” that is experimental
subtype
email.utils.collapse_rfc2231_value(value, errors='replace', fallback_charset='us-ascii') When a header parameter is encoded
get_file(key) In Babyl mailboxes, the headers of a message are not stored contiguously with the body of the message. To generate
flush() Write any pending changes to the filesystem. For some Mailbox subclasses, changes are always written immediately
input_codec The name of the Python codec used to convert the input_charset to Unicode. If no conversion codec is necessary
get_flags() Return a string specifying the flags that are currently set. If the message complies with the conventional format
class mailbox.MMDF(path, factory=None, create=True) A subclass of Mailbox for mailboxes in MMDF format. Parameter
remove_sequence(sequence) Remove sequence from the list of sequences that include this message.
Page 33 of 44