B
ÀnNþ’cXã @ sN d Z ddddddddd d
ddd
ddddgZdd„ Zdd
„ Zdd
„ Zdd„ ZdS )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 s ddl m} |||Ž | ¡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 ú3/opt/alt/python37/lib64/python3.7/email/__init__.pyr s c O s ddl m} |||Ž | ¡S )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 ( s c O s ddl m} |||Ž | ¡S )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 s c O s ddl m} |||Ž | ¡S )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 s N)Ú__doc__Ú__all__r r r r r r r r Ú