addresses A possibly empty tuple of Address objects representing the addresses in the group.
header_fetch_parse(name, value) If the value has a name attribute, it is returned to unmodified. Otherwise the
get_file(key) In Babyl mailboxes, the headers of a message are not stored contiguously with the body of the message. To generate
email.encoders.encode_base64(msg) Encodes the payload into base64 form and sets the Content-Transfer-Encoding
get_flags() Return a string specifying the flags that are currently set. If the message complies with the standard Maildir format
get(key, default=None) __getitem__(key) Return a representation of the message corresponding to key. If
email.encoders.encode_7or8bit(msg) This doesn’t actually modify the message’s payload, but it does set the
__str__() Equivalent to as_string(). Allows str(msg) to produce a string containing the formatted
remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at
as_string(unixfrom=False, maxheaderlen=0, policy=None) Return the entire message flattened as a string. When optional unixfrom
Page 31 of 44