mailbox.MH.
  • References/Python/Python/Internet Data

__delitem__(key) discard(key) These methods immediately delete the message. The MH convention of marking a message

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

mailcap.getcaps() Returns a dictionary mapping MIME types to a list of mailcap file entries. This dictionary must be passed

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
json.JSONDecoder
  • References/Python/Python/Internet Data

class json.JSONDecoder(object_hook=None, parse_float=None, parse_int=None, parse_constant=None, strict=True, object_pairs_hook=None) Simple

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

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

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
mailbox.Maildir.unlock()
  • References/Python/Python/Internet Data

unlock() Maildir mailboxes do not support (or require) locking, so these methods do nothing.

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

uu.encode(in_file, out_file, name=None, mode=None) Uuencode file in_file into file out_file. The uuencoded

2025-01-10 15:47:30
email.generator.BytesGenerator.flatten()
  • References/Python/Python/Internet Data

flatten(msg, unixfrom=False, linesep=None) Print the textual representation of the message object structure rooted at msg

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

content_manager An object with at least two methods: get_content and set_content. When the get_content() or

2025-01-10 15:47:30