json.JSONDecoder
  • References/Python/Python/Internet Data

class json.JSONDecoder(object_hook=None, parse_float=None, parse_int=None, parse_constant=None, strict=True, object_pairs_hook=None) Simple

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

iter_parts() Return an iterator over all of the immediate sub-parts of the message, which will be empty for a non-multipart

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

class email.headerregistry.ContentTransferEncoding Handles the Content-Transfer-Encoding header

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

feed(data) Feed the FeedParser some more data. data should be a string containing one or more lines. The

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

content_manager An object with at least two methods: get_content and set_content. When the get_content() or

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

mailcap.getcaps() Returns a dictionary mapping MIME types to a list of mailcap file entries. This dictionary must be passed

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

add(message) Add message to the mailbox and return the key that has been assigned to it. Parameter

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

remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at

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

uu.encode(in_file, out_file, name=None, mode=None) Uuencode file in_file into file out_file. The uuencoded

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

set_from(from_, time_=None) Set the “From ” line to from_, which should be specified without a leading “From ” or trailing

2025-01-10 15:47:30