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
email.headerregistry.DateHeader.datetime
  • References/Python/Python/Internet Data

datetime If the header value can be recognized as a valid date of one form or another, this attribute will contain a

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

json.loads(s, encoding=None, cls=None, object_hook=None, parse_float=None, parse_int=None, parse_constant=None, object_pairs_hook=None, **kw)

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

base64.b16decode(s, casefold=False) Decode the Base16 encoded bytes-like object or ASCII

2025-01-10 15:47:30
mailbox.ExternalClashError
  • References/Python/Python/Internet Data

exception mailbox.ExternalClashError Raised when some mailbox-related condition beyond the control of the program causes it

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

class email.message.MIMEPart(policy=default) This class represents a subpart of a MIME message. It is identical to EmailMessage

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

get_param(param, failobj=None, header='content-type', unquote=True) Return the value of the Content-Type

2025-01-10 15:47:30