mailbox.Maildir.remove_folder()
  • References/Python/Python/Internet Data

remove_folder(folder) Delete the folder whose name is folder. If the folder contains any messages, a NotEmptyError

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

class email.headerregistry.ContentDispositionHeader A ParameterizedMIMEHeader class that handles the

2025-01-10 15:47:30
mailbox.mbox.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
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
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
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
email.policy.Policy.mangle_from_
  • References/Python/Python/Internet Data

mangle_from_ If

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

json.loads(s, encoding=None, cls=None, object_hook=None, parse_float=None, parse_int=None, parse_constant=None, object_pairs_hook=None, **kw)

2025-01-10 15:47:30
json.JSONDecodeError.msg
  • References/Python/Python/Internet Data

msg The unformatted error message.

2025-01-10 15:47:30
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