💾 Archived View for tris.fyi › pydoc › email captured on 2023-04-26 at 13:28:55. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-01-08)

-=-=-=-=-=-=-

Back to module index

Go to module by name

email (package)

A package for parsing, handling, and generating email messages.

Functions

message_from_binary_file

message_from_binary_file(fp, *args, **kws)

  Read a binary file and parse its contents into a Message object model.

      Optional _class and strict are passed to the Parser constructor.
    

message_from_bytes

message_from_bytes(s, *args, **kws)

  Parse a bytes string into a Message object model.

      Optional _class and strict are passed to the Parser constructor.
    

message_from_file

message_from_file(fp, *args, **kws)

  Read a file and parse its contents into a Message object model.

      Optional _class and strict are passed to the Parser constructor.
    

message_from_string

message_from_string(s, *args, **kws)

  Parse a string into a Message object model.

      Optional _class and strict are passed to the Parser constructor.
    

Modules

base64mime

charset

encoders

errors

feedparser

generator

header

iterators

message

parser

quoprimime

utils