email.charset.Charset.body_encode()
  • References/Python/Python/Internet Data

body_encode(string) Body-encode the string string. The type of encoding (base64 or

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

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

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

set_sequences(sequences) Set the list of sequences that include this message.

2025-01-10 15:47:30
mimetypes.MimeTypes.encodings_map
  • References/Python/Python/Internet Data

MimeTypes.encodings_map Dictionary mapping filename extensions to encoding types. This is initially a copy of the global

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
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
binascii.Incomplete
  • References/Python/Python/Internet Data

exception binascii.Incomplete Exception raised on incomplete data. These are usually not programming errors, but may be handled

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

class mailbox.MaildirMessage(message=None) A message with Maildir-specific behaviors. Parameter message has the same

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

get_folder(folder) Return a Maildir instance representing the folder whose name is folder. A No

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