get_boundary(failobj=None) Return the value of the boundary parameter of the Content-Type
class email.parser.FeedParser(_factory=email.message.Message, *, policy=policy.compat32) Create a FeedParser instance
get_message(key) Return a representation of the message corresponding to key as an instance of the appropriate format-specific
get_bytes(key) Return a byte representation of the message corresponding to key, or raise a
quopri.decode(input, output, header=False) Decode the contents of the input file and write the resulting decoded binary
get_file(key) Return a file-like representation of the message corresponding to key, or raise a
class email.parser.Parser(_class=email.message.Message, *, policy=policy.compat32) The constructor for the Parser
header_source_parse(sourcelines) The implementation of this method is the same as that for the Compat32 policy
colno The column corresponding to pos.
class mailbox.MaildirMessage(message=None) A message with Maildir-specific behaviors. Parameter message has the same
Page 42 of 44