email.message.Message.get_boundary()
  • References/Python/Python/Internet Data

get_boundary(failobj=None) Return the value of the boundary parameter of the Content-Type

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

class email.parser.FeedParser(_factory=email.message.Message, *, policy=policy.compat32) Create a FeedParser instance

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

get_message(key) Return a representation of the message corresponding to key as an instance of the appropriate format-specific

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

get_bytes(key) Return a byte representation of the message corresponding to key, or raise a

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

quopri.decode(input, output, header=False) Decode the contents of the input file and write the resulting decoded binary

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.parser.Parser
  • References/Python/Python/Internet Data

class email.parser.Parser(_class=email.message.Message, *, policy=policy.compat32) The constructor for the Parser

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

header_source_parse(sourcelines) The implementation of this method is the same as that for the Compat32 policy

2025-01-10 15:47:30
json.JSONDecodeError.colno
  • References/Python/Python/Internet Data

colno The column corresponding to pos.

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