mailbox.MaildirMessage.get_date()
  • References/Python/Python/Internet Data

get_date() Return the delivery date of the message as a floating-point number representing seconds since the epoch.

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

del_param(param, header='content-type', requote=True) Remove the given parameter completely from the Content-Type

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

binascii.b2a_uu(data) Convert binary data to a line of ASCII characters, the return value is the converted line, including a

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

exception mailbox.Error The based class for all other module-specific exceptions.

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

quopri.encodestring(s, quotetabs=False, header=False) Like encode(), except that it accepts a source

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

make_alternative(boundary=None) Convert a non-multipart or a multipart/related into a multi

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

parse(fp, headersonly=False) Read all the data from the binary file-like object fp, parse the resulting bytes, and

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

class email.policy.Policy(**kw) This is the abstract base class for all policy classes

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

class email.headerregistry.AddressHeader Address headers are one of the most complex structured header types. The AddressHeader

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

json.dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, cls=None, indent=None, separators=None, default=None, sort_keys=False, **kw)

2025-01-10 15:47:30