email.headerregistry.Group.addresses
  • References/Python/Python/Internet Data

addresses A possibly empty tuple of Address objects representing the addresses in the group.

2025-01-10 15:47:30
email.policy.EmailPolicy.header_fetch_parse()
  • References/Python/Python/Internet Data

header_fetch_parse(name, value) If the value has a name attribute, it is returned to unmodified. Otherwise the

2025-01-10 15:47:30
mailbox.Babyl.get_file()
  • References/Python/Python/Internet Data

get_file(key) In Babyl mailboxes, the headers of a message are not stored contiguously with the body of the message. To generate

2025-01-10 15:47:30
email.encoders.encode_base64()
  • References/Python/Python/Internet Data

email.encoders.encode_base64(msg) Encodes the payload into base64 form and sets the Content-Transfer-Encoding

2025-01-10 15:47:30
mailbox.MaildirMessage.get_flags()
  • References/Python/Python/Internet Data

get_flags() Return a string specifying the flags that are currently set. If the message complies with the standard Maildir format

2025-01-10 15:47:30
mailbox.Mailbox.get()
  • References/Python/Python/Internet Data

get(key, default=None) __getitem__(key) Return a representation of the message corresponding to key. If

2025-01-10 15:47:30
email.encoders.encode_7or8bit()
  • References/Python/Python/Internet Data

email.encoders.encode_7or8bit(msg) This doesn’t actually modify the message’s payload, but it does set the

2025-01-10 15:47:30
email.message.Message.
  • References/Python/Python/Internet Data

__str__() Equivalent to as_string(). Allows str(msg) to produce a string containing the formatted

2025-01-10 15:47:30
mailbox.MMDFMessage.remove_flag()
  • References/Python/Python/Internet Data

remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at

2025-01-10 15:47:30
email.message.Message.as_string()
  • References/Python/Python/Internet Data

as_string(unixfrom=False, maxheaderlen=0, policy=None) Return the entire message flattened as a string. When optional unixfrom

2025-01-10 15:47:30