mimetypes.MimeTypes.types_map_inv
  • References/Python/Python/Internet Data

MimeTypes.types_map_inv Tuple containing two dictionaries, mapping MIME types to a list of filename extensions: the first dictionary

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
mimetypes.MimeTypes.read_windows_registry()
  • References/Python/Python/Internet Data

MimeTypes.read_windows_registry(strict=True) Load MIME type information from the Windows registry. Availability: Windows.

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
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
base64.b64decode()
  • References/Python/Python/Internet Data

base64.b64decode(s, altchars=None, validate=False) Decode the Base64 encoded bytes-like object

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

encode(splitchars=';, \t', maxlinelen=None, linesep='\n') Encode a message header into an RFC-compliant format, possibly wrapping

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

email.charset.add_charset(charset, header_enc=None, body_enc=None, output_charset=None) Add character properties to the global

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

get(name, failobj=None) Return the value of the named header field. This is identical to __getitem__() except that

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

get_params(failobj=None, header='content-type', unquote=True) Return the message’s Content-Type

2025-01-10 15:47:30