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

header_fetch_parse(name, value) The email package calls this method with the name and value currently stored

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

lock() Acquire an exclusive advisory lock on the mailbox so that other processes know not to modify it. An ExternalClashError

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

json.load(fp, cls=None, object_hook=None, parse_float=None, parse_int=None, parse_constant=None, object_pairs_hook=None, **kw) Deserialize

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

class email.charset.Charset(input_charset=DEFAULT_CHARSET) Map character sets to their email properties. This

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

set_flags(flags) Set the flags specified by flags and unset all others. Parameter flags should be the concatenation

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

set_flags(flags) Set the flags specified by flags and unset all others.

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

MimeTypes.encodings_map Dictionary mapping filename extensions to encoding types. This is initially a copy of the global

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

class email.headerregistry.Address(display_name='', username='', domain='', addr_spec=None) The class used to represent an email

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

get_body_encoding() Return the content transfer encoding used for body encoding. This is either

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

exception email.errors.MessageError This is the base class for all exceptions that the

2025-01-10 15:47:30