email.headerregistry.BaseHeader
  • References/Python/Python/Internet Data

class email.headerregistry.BaseHeader(name, value) name and value are passed to BaseHeader from

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

exception mailbox.FormatError Raised when the data in a file cannot be parsed, such as when an MH instance attempts

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

append(s, charset=None, errors='strict') Append the string s to the MIME header. Optional

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

base64.b16encode(s) Encode the bytes-like object s using Base16 and return the

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

epilogue The epilogue attribute acts the same way as the preamble attribute, except that it contains text

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

class mailbox.mbox(path, factory=None, create=True) A subclass of Mailbox for mailboxes in mbox format. Parameter

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

fold_binary(name, value) Headers are folded using the

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

get_payload(i=None, decode=False) Return the current payload, which will be a list of Message objects when

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

get_default_type() Return the default content type. Most messages have a default content type of text/plain

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

set_info(info) Set “info” to info, which should be a string.

2025-01-10 15:47:30