OS : Linux
PHP Version : 7.4.33
Software : Apache/2.4.6 (CentOS) PHP/7.4.33
Information System : Linux apprendre2 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Disable Function : 3
\æ ã @ 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} |||Žj| ƒ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 ú /usr/lib64/python3.6/__init__.pyr s c O s ddl m} |||Žj| ƒ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} |||Žj| ƒ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} |||Žj| ƒ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 Ú