mailbox.Mailbox.flush()
  • References/Python/Python/Internet Data

flush() Write any pending changes to the filesystem. For some Mailbox subclasses, changes are always written immediately

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

major The major version number as an integer

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

params A dictionary mapping parameter names to parameter values.

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

exception mailbox.NotEmptyError Raised when a mailbox is not empty but is expected to be, such as when deleting a folder that

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

itervalues() __iter__() values() Return an iterator over representations

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

header_store_parse(name, value) The name and value are returned unmodified.

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

default(o) Implement this method in a subclass such that it returns a serializable object for o, or calls the base

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

base64.encodebytes(s) base64.encodestring(s) Encode the bytes-like object

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

binhex.binhex(input, output) Convert a binary file with filename input to binhex file output. The output

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

add_attachment(*args, content_manager=None, **kw) If the message is a multipart/mixed, create a new message object

2025-01-10 15:47:30