email.policy.Compat32.header_fetch_parse()
  • References/Python/Python/Internet Data

header_fetch_parse(name, value) If the value contains binary data, it is converted into a

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
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.charset.Charset.input_charset
  • References/Python/Python/Internet Data

input_charset The initial character set specified. Common aliases are converted to their official email names (e.g

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

fold_binary(name, value) The same as fold() if cte_type is 7bit, except that the returned

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
mailbox.MH.pack()
  • References/Python/Python/Internet Data

pack() Rename messages in the mailbox as necessary to eliminate gaps in numbering. Entries in the sequences list are updated

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

email.utils.encode_rfc2231(s, charset=None, language=None) Encode the string s according to

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

unlock() Maildir mailboxes do not support (or require) locking, so these methods do nothing.

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

get_file(key) Depending upon the host platform, it may not be possible to remove the underlying message while the returned file

2025-01-10 15:47:30