mailbox.MMDF.get_file()
  • References/Python/Python/Internet Data

get_file(key) Using the file after calling flush() or close() on the MMDF instance may

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

class mailbox.mboxMessage(message=None) A message with mbox-specific behaviors. Parameter message has the same meaning

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

class mailbox.MMDFMessage(message=None) A message with MMDF-specific behaviors. Parameter message has the same meaning

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

base64.decodebytes(s) base64.decodestring(s) Decode the bytes-like object

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

as_bytes(unixfrom=False, policy=None) Return the entire message flattened as a bytes object. When optional unixfrom

2025-01-10 15:47:30
email.utils.unquote()
  • References/Python/Python/Internet Data

email.utils.unquote(str) Return a new string which is an unquoted version of str. If str ends and

2025-01-10 15:47:30
json.JSONEncoder.iterencode()
  • References/Python/Python/Internet Data

iterencode(o) Encode the given object, o, and yield each string representation as available. For example:

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

remove_label(label) Remove label from the list of labels on the message.

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

set_content(msg, obj, *args, **kw) If the maintype is multipart, raise a

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

email.message_from_bytes(s, _class=email.message.Message, *, policy=policy.compat32) Return a message object structure from

2025-01-10 15:47:30