email.encoders.encode_quopri()
  • References/Python/Python/Internet Data

email.encoders.encode_quopri(msg) Encodes the payload into quoted-printable form and sets the Conten

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

base64.decode(input, output) Decode the contents of the binary input file and write the resulting binary data to the

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

quopri.decodestring(s, header=False) Like decode(), except that it accepts a source

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

json.load(fp, cls=None, object_hook=None, parse_float=None, parse_int=None, parse_constant=None, object_pairs_hook=None, **kw) Deserialize

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.contentmanager.ContentManager.add_get_handler()
  • References/Python/Python/Internet Data

add_get_handler(key, handler) Record the function handler as the handler for key. For the possible values

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

discard(key) These methods immediately delete the message. The MH convention of marking a message for deletion by prepending

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

email.message_from_bytes(s, _class=email.message.Message, *, policy=policy.compat32) Return a message object structure from

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

__str__() Returns input_charset as a string coerced to lower case. __repr__() is an alias for __str__()

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

set_flags(flags) Set the flags specified by flags and unset all others. Parameter flags should be the concatenation

2025-01-10 15:47:30