email.message.Message.get_content_maintype()
  • References/Python/Python/Internet Data

get_content_maintype() Return the message’s main content type. This is the maintype part of the string

2025-01-10 15:47:30
email.mime.base.MIMEBase
  • References/Python/Python/Internet Data

class email.mime.base.MIMEBase(_maintype, _subtype, **_params) Module: email.mime.base This

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

email.message_from_file(fp, _class=email.message.Message, *, policy=policy.compat32) Return a message object structure tree

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

exception email.errors.HeaderParseError Raised under some error conditions when parsing the

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

base64.b85encode(b, pad=False) Encode the bytes-like object b using base85 (as

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

base64.b85decode(b) Decode the base85-encoded bytes-like object or ASCII string b

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

class mimetypes.MimeTypes(filenames=(), strict=True) This class represents a MIME-types database. By default, it provides access

2025-01-10 15:47:30
email.charset.Charset.output_codec
  • References/Python/Python/Internet Data

output_codec The name of the Python codec used to convert Unicode to the output_charset. If no conversion codec is

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

__getitem__(name) Construct and return a class to handle creating a name header.

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

get_from() Return a string representing the “From ” line that marks the start of the message in an mbox mailbox. The leading

2025-01-10 15:47:30