email.header.Header
  • References/Python/Python/Internet Data

class email.header.Header(s=None, charset=None, maxlinelen=None, header_name=None, continuation_ws=' ', errors='strict') Create

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

__getitem__(key) Return a representation of the message corresponding to key. If no such message exists, default

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

set_subdir(subdir) Set the subdirectory the message should be stored in. Parameter subdir must be either “new” or “cur”

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

email.utils.decode_rfc2231(s) Decode the string s according to

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

header_encode_lines(string, maxlengths) Header-encode a string by converting it first to bytes. This

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

mimetypes.read_mime_types(filename) Load the type map given in the file filename, if it exists. The type map is returned

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

get_content_charset(failobj=None) Return the charset parameter of the Content-Type

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

__ne__(other) This method allows you to compare two Charset instances for inequality.

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

get_file(key) Depending upon the host platform, it may not be possible to modify or remove the underlying message while the

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

base64.a85decode(b, *, foldspaces=False, adobe=False, ignorechars=b' \t\n\r\v') Decode the Ascii85 encoded

2025-01-10 15:47:30