mailbox.MaildirMessage.set_flags()
  • References/Python/Python/Internet Data

set_flags(flags) Set the flags specified by flags and unset all others.

2025-01-10 15:47:30
mimetypes.MimeTypes.encodings_map
  • References/Python/Python/Internet Data

MimeTypes.encodings_map Dictionary mapping filename extensions to encoding types. This is initially a copy of the global

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

class email.headerregistry.Address(display_name='', username='', domain='', addr_spec=None) The class used to represent an email

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

get_body_encoding() Return the content transfer encoding used for body encoding. This is either

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

exception email.errors.MessageError This is the base class for all exceptions that the

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

get_subdir() Return either “new” (if the message should be stored in the new subdirectory) or “cur” (if the message

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

items() Return a list of 2-tuples containing all the message’s field headers and values.

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

get_content_subtype() Return the message’s sub-content type. This is the subtype part of the string

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

mimetypes.init(files=None) Initialize the internal data structures. If given, files must be a sequence of file names

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

__eq__(other) This method allows you to compare two Header instances for equality.

2025-01-10 15:47:30