username The username portion of the address, with all quoting removed.
binascii.rledecode_hqx(data) Perform RLE-decompression on the data, as per the binhex4 standard. The algorithm uses 0x90
email.utils.parsedate(date) Attempts to parse a date according to the rules in
header_max_count(name) Return the maximum allowed number of headers named name. Called
set_charset(charset) Set the character set of the payload to charset, which can either be a
email.utils.formataddr(pair, charset='utf-8') The inverse of parseaddr(), this takes a 2-tuple of the form (realname
__contains__(key) Return True if key corresponds to a message, False otherwise.
email.charset.add_alias(alias, canonical) Add a character set alias. alias is the alias name, e.g. latin-1
email.policy.strict Convenience instance. The same as default except that raise_on_defect is set to
max_line_length The maximum length of any line in the serialized output, not counting the end of line character(s). Default
Page 9 of 44