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

add(message) __setitem__(key, message) update(arg)

2025-01-10 15:47:30
email.policy.Policy.handle_defect()
  • References/Python/Python/Internet Data

handle_defect(obj, defect) Handle a defect found on obj. When the email package calls this method, defect

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

class email.headerregistry.ContentTransferEncoding Handles the Content-Transfer-Encoding header

2025-01-10 15:47:30
email.contentmanager.ContentManager.get_content()
  • References/Python/Python/Internet Data

get_content(msg, *args, **kw) Look up a handler function based on the mimetype of msg (see next paragraph)

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.policy.Policy.header_store_parse()
  • References/Python/Python/Internet Data

header_store_parse(name, value) The email package calls this method with the name and value provided by the application program

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

addresses A tuple of Address objects encoding all of the individual addresses from the header value. If the header

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

mimetypes.common_types Dictionary mapping filename extensions to non-standard, but commonly found MIME types.

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

header_encode(string) Header-encode the string string. The type of encoding (base64

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

base64.decodestring(s) Decode the bytes-like object s, which must contain one

2025-01-10 15:47:30