email.headerregistry.ContentTransferEncoding.cte
  • References/Python/Python/Internet Data

cte Valid values are 7bit, 8bit, base64, and quoted-printable. See

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

mailcap.findmatch(caps, MIMEtype, key='view', filename='/dev/null', plist=[]) Return a 2-tuple; the first element is a string

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

uu.decode(in_file, out_file=None, mode=None, quiet=False) This call decodes uuencoded file in_file placing the result

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

class email.headerregistry.UnstructuredHeader An “unstructured” header is the default type of header in

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

email.iterators._structure(msg, fp=None, level=0, include_default=False) Prints an indented representation of the content types

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

get_labels() Return a list of labels on the message.

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

class email.headerregistry.ContentTypeHeader A ParameterizedMIMEHeader class that handles the

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

email.charset.add_alias(alias, canonical) Add a character set alias. alias is the alias name, e.g. latin-1

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

base64.b32decode(s, casefold=False, map01=None) Decode the Base32 encoded bytes-like object

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