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

class email.headerregistry.ParameterizedMIMEHeader MOME headers all start with the prefix ‘Content-‘. Each specific header has

2025-01-10 15:47:30
email.mime.base.MIMEBase
  • References/Python/Python/Internet Data

class email.mime.base.MIMEBase(_maintype, _subtype, **_params) Module: email.mime.base This

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

base64.b85encode(b, pad=False) Encode the bytes-like object b using base85 (as

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

del_param(param, header='content-type', requote=True) Remove the given parameter completely from the Content-Type

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

exception mailbox.Error The based class for all other module-specific exceptions.

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

get_sequences() Return a list of the names of sequences that include this message.

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

class mailbox.Maildir(dirname, factory=None, create=True) A subclass of Mailbox for mailboxes in Maildir format

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

defects The defects attribute contains a list of all the problems found when parsing this message. See

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

keys() Return a list of all the message’s header field names.

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