email.headerregistry.Address.username
  • References/Python/Python/Internet Data

username The username portion of the address, with all quoting removed.

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

binascii.rledecode_hqx(data) Perform RLE-decompression on the data, as per the binhex4 standard. The algorithm uses 0x90

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

email.utils.parsedate(date) Attempts to parse a date according to the rules in

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

header_max_count(name) Return the maximum allowed number of headers named name. Called

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

set_charset(charset) Set the character set of the payload to charset, which can either be a

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

email.utils.formataddr(pair, charset='utf-8') The inverse of parseaddr(), this takes a 2-tuple of the form (realname

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

__contains__(key) Return True if key corresponds to a message, False otherwise.

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

email.charset.add_alias(alias, canonical) Add a character set alias. alias is the alias name, e.g. latin-1

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

email.policy.strict Convenience instance. The same as default except that raise_on_defect is set to

2025-01-10 15:47:30
email.policy.Policy.max_line_length
  • References/Python/Python/Internet Data

max_line_length The maximum length of any line in the serialized output, not counting the end of line character(s). Default

2025-01-10 15:47:30