mailbox.MHMessage
  • References/Python/Python/Internet Data

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

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

set_boundary(boundary) Set the boundary parameter of the Content-Type header to boundary

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

close() Maildir instances do not keep any open files and the underlying mailboxes do not support locking, so this

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

set_flags(flags) Set the flags specified by flags and unset all others.

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

is_multipart() Return True if the message’s payload is a list of sub-Message objects, otherwise return

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

base64.decode(input, output) Decode the contents of the binary input file and write the resulting binary data to the

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

get_file(key) Return a file-like representation of the message corresponding to key, or raise a

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

raise_on_defect If

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

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

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

write(s) Write the string s to the underlying file object. s is encoded using the ASCII codec

2025-01-10 15:47:30