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.EmailPolicy.utf8
  • References/Python/Python/Internet Data

utf8 If False, follow

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

__str__() The str value of a Group is formatted according to

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

addresses A tuple of Address objects encoding all of the individual addresses from the header value. If the header

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

list_folders() Return a list of the names of all folders.

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

email.utils.getaddresses(fieldvalues) This method returns a list of 2-tuples of the form returned by parseaddr()

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

mangle_from_ The default is True.

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

__delitem__(key) discard(key) These methods immediately delete the message. The MH convention of marking a message

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

email.charset.add_charset(charset, header_enc=None, body_enc=None, output_charset=None) Add character properties to the global

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

get(name, failobj=None) Return the value of the named header field. This is identical to __getitem__() except that

2025-01-10 15:47:30