email.parser.BytesParser.parsebytes()
  • References/Python/Python/Internet Data

parsebytes(bytes, headersonly=False) Similar to the parse() method, except it takes a byte string object instead

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

get_info() Return a string containing the “info” for a message. This is useful for accessing and modifying “info” that is experimental

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

subtype

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

email.utils.collapse_rfc2231_value(value, errors='replace', fallback_charset='us-ascii') When a header parameter is encoded

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

get_file(key) In Babyl mailboxes, the headers of a message are not stored contiguously with the body of the message. To generate

2025-01-10 15:47:30
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.charset.Charset.input_codec
  • References/Python/Python/Internet Data

input_codec The name of the Python codec used to convert the input_charset to Unicode. If no conversion codec is necessary

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

get_flags() Return a string specifying the flags that are currently set. If the message complies with the conventional format

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

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

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

remove_sequence(sequence) Remove sequence from the list of sequences that include this message.

2025-01-10 15:47:30