email.message.Message.set_payload()
  • References/Python/Python/Internet Data

set_payload(payload, charset=None) Set the entire message object’s payload to payload. It is the client’s responsibility

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

get_info() Return a string containing the “info” for a message. This is useful for accessing and modifying “info” that is experimental

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

get_unixfrom() Return the message’s envelope header. Defaults to None if the envelope header was never set.

2025-01-10 15:47:30
email.headerregistry.Address.addr_spec
  • References/Python/Python/Internet Data

addr_spec The username@domain portion of the address, correctly quoted for use as a bare address (the second form

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

email.utils.collapse_rfc2231_value(value, errors='replace', fallback_charset='us-ascii') When a header parameter is encoded

2025-01-10 15:47:30
base64.encodestring()
  • References/Python/Python/Internet Data

base64.encodestring(s) Encode the bytes-like object s, which can contain arbitrary

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

email.utils.quote(str) Return a new string with backslashes in str replaced by two backslashes, and double quotes replaced

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

preamble The format of a MIME document allows for some text between the blank line following the headers, and the first multipart

2025-01-10 15:47:30
email.headerregistry.ContentTypeHeader.subtype
  • References/Python/Python/Internet Data

subtype

2025-01-10 15:47:30
mailbox.mboxMessage.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 conventional format

2025-01-10 15:47:30