add_get_handler(key, handler) Record the function handler as the handler for key. For the possible values
close() Closing a FeedParser completes the parsing of all previously fed data, and returns the root message object
exception binascii.Incomplete Exception raised on incomplete data. These are usually not programming errors, but may be handled
add_related(*args, content_manager=None, **kw) If the message is a multipart/related, create a new message object
add_alternative(*args, content_manager=None, **kw) If the message is a multipart/alternative, create a new message
quopri.decodestring(s, header=False) Like decode(), except that it accepts a source
discard(key) These methods immediately delete the message. The MH convention of marking a message for deletion by prepending
binhex.hexbin(input, output) Decode a binhex file input. input may be a filename or a file-like object supporting
exception json.JSONDecodeError(msg, doc, pos, end=None) Subclass of
update(arg) Parameter arg should be a key-to-message mapping or an iterable of (key, message)
Page 43 of 44