email.charset.Charset.output_charset
  • References/Python/Python/Internet Data

output_charset Some character sets must be converted before they can be used in email headers or bodies. If the input_charset

2025-01-10 15:47:30
mailbox.Maildir
  • References/Python/Python/Internet Data

class mailbox.Maildir(dirname, factory=None, create=True) A subclass of Mailbox for mailboxes in Maildir format

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

mimetypes.encodings_map Dictionary mapping filename extensions to encoding types.

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.message.Message.get_param()
  • References/Python/Python/Internet Data

get_param(param, failobj=None, header='content-type', unquote=True) Return the value of the Content-Type

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

clean() Delete temporary files from the mailbox that have not been accessed in the last 36 hours. The Maildir specification

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

email.encoders.encode_noop(msg) This does nothing; it doesn’t even set the Content-Transfer-Encoding

2025-01-10 15:47:30
email.headerregistry.HeaderRegistry.map_to_type()
  • References/Python/Python/Internet Data

map_to_type(self, name, cls) name is the name of the header to be mapped. It will be converted to lower case in the

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

base64.b16decode(s, casefold=False) Decode the Base16 encoded bytes-like object or ASCII

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

clone(fp) Return an independent clone of this BytesGenerator instance with the exact same options.

2025-01-10 15:47:30