email.policy.Policy.mangle_from_
  • References/Python/Python/Internet Data

mangle_from_ If

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
email.policy.Policy.header_store_parse()
  • References/Python/Python/Internet Data

header_store_parse(name, value) The email package calls this method with the name and value provided by the application program

2025-01-10 15:47:30
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
mimetypes.common_types
  • References/Python/Python/Internet Data

mimetypes.common_types Dictionary mapping filename extensions to non-standard, but commonly found MIME types.

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

domain The domain portion of the address.

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

MimeTypes.types_map Tuple containing two dictionaries, mapping filename extensions to MIME types: the first dictionary is for

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

get_folder(folder) Return an MH instance representing the folder whose name is folder. A NoSuchMailboxError

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

__bytes__() Equivalent to as_bytes(). Allows bytes(msg) to produce a bytes object containing the formatted

2025-01-10 15:47:30