binascii.a2b_hex()
  • References/Python/Python/Internet Data

binascii.a2b_hex(hexstr) binascii.unhexlify(hexstr) Return the binary data represented by the hexadecimal string

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

register_defect(obj, defect) Register a defect on obj. In the email package, defect will always be

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

header_encode(string) Header-encode the string string. The type of encoding (base64

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

mangle_from_ If

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

get_file(key) Using the file after calling flush() or close() on the mbox instance may

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

email.utils.formatdate(timeval=None, localtime=False, usegmt=False) Returns a date string as per

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

get_folder(folder) Return an MH instance representing the folder whose name is folder. A NoSuchMailboxError

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

close() MH instances do not keep any open files, so this method is equivalent to unlock().

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

set_unixfrom(unixfrom) Set the message’s envelope header to unixfrom, which should be a string.

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

header_fetch_parse(name, value) If the value contains binary data, it is converted into a

2025-01-10 15:47:30