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
mimetypes.MimeTypes.types_map_inv
  • References/Python/Python/Internet Data

MimeTypes.types_map_inv Tuple containing two dictionaries, mapping MIME types to a list of filename extensions: the first dictionary

2025-01-10 15:47:30
mailbox.mbox.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.Policy.register_defect()
  • References/Python/Python/Internet Data

register_defect(obj, defect) Register a defect on obj. In the email package, defect will always be

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

binascii.b2a_qp(data, quotetabs=False, istext=True, header=False) Convert binary data to a line(s) of ASCII characters in quoted-printable

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

cte_type Controls the type of Content Transfer Encodings that may be or are required to be used. The possible values are:

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

remove_folder(folder) Delete the folder whose name is folder. If the folder contains any messages, a NotEmptyError

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

make_mixed(boundary=None) Convert a non-multipart, a multipart/related, or a multipart-alternative

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

make_related(boundary=None) Convert a non-multipart message into a multipart/related message, moving

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

set_charset(charset) Set the character set of the payload to charset, which can either be a

2025-01-10 15:47:30