base64.standard_b64encode()
  • References/Python/Python/Internet Data

base64.standard_b64encode(s) Encode bytes-like object s using the standard Base64

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

parse(fp, headersonly=False) Read all the data from the file-like object fp, parse the resulting text, and return the

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

iter_attachments() Return an iterator over all of the parts of the message that are not candidate “body” parts. That is, skip

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

close() Flush the mailbox, unlock it if necessary, and close any open files. For some Mailbox subclasses, this

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

get_body(preferencelist=('related', 'html', 'plain')) Return the MIME part that is the best candidate to be the “body” of the

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

__getitem__(name) Construct and return a class to handle creating a name header.

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

set_type(type, header='Content-Type', requote=True) Set the main type and subtype for the Content-Type

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
base64.standard_b64decode()
  • References/Python/Python/Internet Data

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

2025-01-10 15:47:30