email.headerregistry.SingleAddressHeader
  • References/Python/Python/Internet Data

class email.headerregistry.SingleAddressHeader A subclass of AddressHeader that adds one additional attribute:

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

name The name of the header (the portion of the field before the ‘:’). This is exactly the value passed in the

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

MimeTypes.guess_all_extensions(type, strict=True) Similar to the guess_all_extensions() function, using the tables

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

header_factory A callable that takes two arguments, name and value, where name is a header

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

binascii.b2a_base64(data) Convert binary data to a line of ASCII characters in base64 coding. The return value is the converted

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

pop(key, default=None) Return a representation of the message corresponding to key and delete the message. If no such

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

binascii.crc32(data[, value]) Compute CRC-32, the 32-bit checksum of data, starting with an initial CRC of value

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

mimetypes.guess_type(url, strict=True) Guess the type of a file based on its filename or URL, given by url. The return

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

email.utils.format_datetime(dt, usegmt=False) Like formatdate, but the input is a

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

email.utils.mktime_tz(tuple) Turn a 10-tuple as returned by parsedate_tz() into a UTC timestamp (seconds since

2025-01-10 15:47:30