mailbox.MMDF.unlock()
  • References/Python/Python/Internet Data

unlock() Three locking mechanisms are used—dot locking and, if available, the flock() and lockf()

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

popitem() Return an arbitrary (key, message) pair, where key is a key and message is a message

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

header_source_parse(sourcelines) The name is parsed as everything up to the ‘:‘ and returned unmodified. The value

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

binascii.a2b_uu(string) Convert a single line of uuencoded data back to binary and return the binary data. Lines normally contain

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

class email.contentmanager.ContentManager Base class for content managers. Provides the standard registry mechanisms to register

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

binascii.crc_hqx(data, value) Compute the binhex4 crc value of data, starting with value as the initial crc

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

clear() Remove the payload and all of the headers.

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

get_filename(failobj=None) Return the value of the filename parameter of the Content-Disposition

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

class email.generator.Generator(outfp, mangle_from_=True, maxheaderlen=78, *, policy=None) The constructor for the Generator

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

set_visible(visible) Set the message’s visible headers to be the same as the headers in message. Parameter visible

2025-01-10 15:47:30