o ?Og@s0dZgdZddZddZddZdd Zd S) z?A package for parsing, handling, and generating email messages.)Z base64mimecharsetZencoderserrorsZ feedparser generatorheaderZ iteratorsmessagemessage_from_filemessage_from_binary_filemessage_from_stringmessage_from_bytesZmimeparserZ quoprimimeZutilscO ddlm}||i||S)zvParse a string into a Message object model. Optional _class and strict are passed to the Parser constructor. Parser) email.parserrZparsestr)sargskwsrr5/opt/alt/python310/lib64/python3.10/email/__init__.pyr  rcOr )z|Parse a bytes string into a Message object model. Optional _class and strict are passed to the Parser constructor. r  BytesParser)rrZ parsebytes)rrrrrrrr (rr cOr )zRead a file and parse its contents into a Message object model. Optional _class and strict are passed to the Parser constructor. r r )rrparse)fprrrrrrr0rrcOr )zRead a binary file and parse its contents into a Message object model. Optional _class and strict are passed to the Parser constructor. r r)rrr)rrrrrrrr8rrN)__doc____all__rr rrrrrrs