email.message.Message.
  • References/Python/Python/Internet Data

__len__() Return the total number of headers, including duplicates.

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

__contains__(name) Return true if the message object has a field named name. Matching is done case-insensitively and

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

clear() Delete all messages from the mailbox.

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

__iter__() values() Return an iterator over representations of all messages if called as itervalues()

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

walk() The walk() method is an all-purpose generator which can be used to iterate over all the parts and subparts

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

base64.a85encode(b, *, foldspaces=False, wrapcol=0, pad=False, adobe=False) Encode the bytes-like

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

set_flags(flags) Set the flags specified by flags and unset all others. Parameter flags should be the concatenation

2025-01-10 15:47:30
email.charset.Charset.header_encoding
  • References/Python/Python/Internet Data

header_encoding If the character set must be encoded before it can be used in an email header, this attribute will be set to

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

replace_header(_name, _value) Replace a header. Replace the first header found in the message that matches _name, retaining

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

maintype

2025-01-10 15:47:30