💾 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
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
A package for parsing, handling, and generating email messages.
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(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(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(s, *args, **kws) Parse a string into a Message object model. Optional _class and strict are passed to the Parser constructor.