email.mime.message.MIMEMessage
  • References/Python/Python/Internet Data

class email.mime.message.MIMEMessage(_msg, _subtype='rfc822') Module: email.mime.message A

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

clear_content() Remove the payload and all of the Content- headers, leaving all other headers intact and in their

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

get_string(key) Return a string representation of the message corresponding to key, or raise a

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

clone(**kw) Return a new Policy instance whose attributes have the same values as the current instance, except

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
mailbox.MaildirMessage.add_flag()
  • References/Python/Python/Internet Data

add_flag(flag) Set the flag(s) specified by flag without changing other flags. To add more than one flag at a time

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

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

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

email.utils.mktime_tz(tuple) Turn a 10-tuple as returned by parsedate_tz() into a UTC timestamp (seconds since

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

class email.generator.DecodedGenerator(outfp, mangle_from_=True, maxheaderlen=78, fmt=None) This class, derived from Generator

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

base64.urlsafe_b64decode(s) Decode bytes-like object or ASCII string s using

2025-01-10 15:47:30