| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/laragon/bin/python/python-3.10/Lib/email/__pycache__/ |
Upload File : |
o
�L�b$ � @ 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
quoprimime�utilsc 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 �parsestr)�s�args�kwsr � r �&C:\python3.10-64\lib\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 �<module> s