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.utils.formatdate()
  • References/Python/Python/Internet Data

email.utils.formatdate(timeval=None, localtime=False, usegmt=False) Returns a date string as per

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

remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at

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

get_content(msg, *args, **kw) Look up a handler function based on the mimetype of msg (see next paragraph)

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

binascii.b2a_hqx(data) Perform hexbin4 binary-to-ASCII translation and return the resulting string. The argument should already

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

base64.decodestring(s) Decode the bytes-like object s, which must contain one

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

handle_defect(obj, defect) Handle a defect found on obj. When the email package calls this method, defect

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

fold(name, value) The email package calls this method with the name and value currently stored in the Message

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

binascii.a2b_hex(hexstr) binascii.unhexlify(hexstr) Return the binary data represented by the hexadecimal string

2025-01-10 15:47:30