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
email.policy.Policy.fold_binary()
  • References/Python/Python/Internet Data

fold_binary(name, value) The same as fold(), except that the returned value should be a bytes object rather than

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

Source code: Lib/email/__init__

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

class mailbox.BabylMessage(message=None) A message with Babyl-specific behaviors. Parameter message has the same meaning

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

fold(name, value) Headers are folded using the

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

class email.headerregistry.ParameterizedMIMEHeader MOME headers all start with the prefix ‘Content-‘. Each specific header has

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

binascii.unhexlify(hexstr) Return the binary data represented by the hexadecimal string hexstr. This function is the

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

add_folder(folder) Create a folder whose name is folder and return an MH instance representing it.

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

iter_attachments() Return an iterator over all of the parts of the message that are not candidate “body” parts. That is, skip

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

base64.encode(input, output) Encode the contents of the binary input file and write the resulting base64 encoded data

2025-01-10 15:47:30