email.headerregistry.MIMEVersionHeader
  • References/Python/Python/Internet Data

class email.headerregistry.MIMEVersionHeader There is really only one valid value for the MIME-Version

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

address The single address encoded by the header value. If the header value actually contains more than one address (which would

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

__delitem__(key) discard(key) Delete the message corresponding to key from the mailbox.

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

header_max_count(name) Returns the value of the

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

items() Return an iterator over (key, message) pairs, where key is a key and message is

2025-01-10 15:47:30
email.parser.BytesParser.parsebytes()
  • References/Python/Python/Internet Data

parsebytes(bytes, headersonly=False) Similar to the parse() method, except it takes a byte string object instead

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

quopri.encode(input, output, quotetabs, header=False) Encode the contents of the input file and write the resulting

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

keys() Return an iterator over all keys if called as iterkeys() or return a list of keys if called as keys()

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

base64.b32encode(s) Encode the bytes-like object s using Base32 and return the

2025-01-10 15:47:30
mimetypes.knownfiles
  • References/Python/Python/Internet Data

mimetypes.knownfiles List of type map file names commonly installed. These files are typically named mime.types

2025-01-10 15:47:30