email.contentmanager.ContentManager.add_get_handler()
  • References/Python/Python/Internet Data

add_get_handler(key, handler) Record the function handler as the handler for key. For the possible values

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

close() Closing a FeedParser completes the parsing of all previously fed data, and returns the root message object

2025-01-10 15:47:30
binascii.Incomplete
  • References/Python/Python/Internet Data

exception binascii.Incomplete Exception raised on incomplete data. These are usually not programming errors, but may be handled

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

add_related(*args, content_manager=None, **kw) If the message is a multipart/related, create a new message object

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

add_alternative(*args, content_manager=None, **kw) If the message is a multipart/alternative, create a new message

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

quopri.decodestring(s, header=False) Like decode(), except that it accepts a source

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

discard(key) These methods immediately delete the message. The MH convention of marking a message for deletion by prepending

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

binhex.hexbin(input, output) Decode a binhex file input. input may be a filename or a file-like object supporting

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

exception json.JSONDecodeError(msg, doc, pos, end=None) Subclass of

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

update(arg) Parameter arg should be a key-to-message mapping or an iterable of (key, message)

2025-01-10 15:47:30