o
0¦iæ ã @ s0 d Z g d¢Zdd„ Zdd„ Zdd„ Zdd „ Zd
S )z?A package for parsing, handling, and generating email messages.)Z
base64mimeÚcharsetZencodersÚerrorsZ
feedparserÚ generatorÚheaderZ iteratorsÚmessageÚmessage_from_fileÚmessage_from_binary_fileÚmessage_from_stringÚmessage_from_bytesZmimeÚparserZ
quoprimimeZutilsc O ó ddl m} ||i |¤Ž | ¡S )zvParse a string into a Message object model.
Optional _class and strict are passed to the Parser constructor.
é ©ÚParser)Úemail.parserr Zparsestr)ÚsÚargsÚkwsr © r ú5/opt/alt/python310/lib64/python3.10/email/__init__.pyr ó r c O r )z|Parse a bytes string into a Message object model.
Optional _class and strict are passed to the Parser constructor.
r ©ÚBytesParser)r r Z
parsebytes)r r r r r r r r ( r r c O r )zŠRead a file and parse its contents into a Message object model.
Optional _class and strict are passed to the Parser constructor.
r r
)r r Úparse)Úfpr r r r r r r 0 r r c O r )z‘Read a binary file and parse its contents into a Message object model.
Optional _class and strict are passed to the Parser constructor.
r r )r r r )r r r r r r r r 8 r r N)Ú__doc__Ú__all__r r r r r r r r Ú