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

base64.b32encode(s) Encode the bytes-like object s using Base32 and return the

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

set_visible(visible) Set the message’s visible headers to be the same as the headers in message. Parameter visible

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

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

2025-01-10 15:47:30
mailbox.Babyl.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
mimetypes.knownfiles
  • References/Python/Python/Internet Data

mimetypes.knownfiles List of type map file names commonly installed. These files are typically named mime.types

2025-01-10 15:47:30
email.headerregistry.BaseHeader.fold()
  • References/Python/Python/Internet Data

fold(*, policy) Return a string containing

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

popitem() Return an arbitrary (key, message) pair, where key is a key and message is a message

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

base64.urlsafe_b64encode(s) Encode bytes-like object s using the URL- and filesystem-safe

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

class email.generator.Generator(outfp, mangle_from_=True, maxheaderlen=78, *, policy=None) The constructor for the Generator

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

class email.contentmanager.ContentManager Base class for content managers. Provides the standard registry mechanisms to register

2025-01-10 15:47:30