base64.b64encode()
  • References/Python/Python/Internet Data

base64.b64encode(s, altchars=None) Encode the bytes-like object s using Base64

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

username The username portion of the address, with all quoting removed.

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
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.message.EmailMessage.set_content()
  • References/Python/Python/Internet Data

set_content(*args, content_manager=None, **kw) Call the set_content method of the content_manager, passing

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

minor The minor version number as an integer

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

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

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

MimeTypes.read_windows_registry(strict=True) Load MIME type information from the Windows registry. Availability: Windows.

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

iterkeys() keys() Return an iterator over all keys if called as iterkeys() or return a list of keys

2025-01-10 15:47:30