email.policy.Compat32
  • References/Python/Python/Internet Data

class email.policy.Compat32(**kw) This concrete Policy is the backward compatibility policy. It replicates the

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

__str__() The str value of the object is the address quoted according to

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

set_sequences(sequences) Re-define the sequences that exist in the mailbox based upon sequences, a dictionary of names

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

unlock() Three locking mechanisms are used—dot locking and, if available, the flock() and lockf()

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

header_max_count(name) Returns the value of the

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

get_flags() Return a string specifying the flags that are currently set. If the message complies with the conventional format

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

class mailbox.Babyl(path, factory=None, create=True) A subclass of Mailbox for mailboxes in Babyl format. Parameter

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

base64.encodebytes(s) base64.encodestring(s) Encode the bytes-like object

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

__str__() Equivalent to as_string(). Allows str(msg) to produce a string containing the formatted

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

mimetypes.guess_all_extensions(type, strict=True) Guess the extensions for a file based on its MIME type, given by type

2025-01-10 15:47:30