email.contentmanager.raw_data_manager
  • References/Python/Python/Internet Data

email.contentmanager.raw_data_manager This content manager provides only a minimum interface beyond that provided by

2025-01-10 15:47:30
mimetypes.MimeTypes.suffix_map
  • References/Python/Python/Internet Data

MimeTypes.suffix_map Dictionary mapping suffixes to suffixes. This is used to allow recognition of encoded files for which the

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

header_fetch_parse(name, value) The email package calls this method with the name and value currently stored

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
email.message.Message.replace_header()
  • References/Python/Python/Internet Data

replace_header(_name, _value) Replace a header. Replace the first header found in the message that matches _name, retaining

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
email.message.Message.get_content_disposition()
  • References/Python/Python/Internet Data

get_content_disposition() Return the lowercased value (without parameters) of the message’s Content-Disposition

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

encode(o) Return a JSON string representation of a Python data structure, o. For example:

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.charset.Charset.header_encoding
  • References/Python/Python/Internet Data

header_encoding If the character set must be encoded before it can be used in an email header, this attribute will be set to

2025-01-10 15:47:30