Spade
Mini Shell
| Directory:~$ /lib/python2.7/site-packages/future/backports/email/ |
| [Home] [System Details] [Kill Me] |
�
,�]c@`s�dZddlmZddlmZddlmZddlmZej�dZddd d
ddd
ddddddddddgZ d�Z
d�Zd�Zd�Z
dS(u~
Backport of the Python 3.3 email package for Python-Future.
A package for parsing, handling, and generating email messages.
i(tunicode_literals(tdivision(tabsolute_import(tsurrogateescapeu5.1.0u
base64mimeucharsetuencodersuerrorsu
feedparseru generatoruheaderu iteratorsumessageumessage_from_fileumessage_from_binary_fileumessage_from_stringumessage_from_bytesumimeuparseru
quoprimimeuutilscO`s&ddlm}|||�j|�S(uvParse a string
into a Message object model.
Optional _class and strict are passed to the Parser constructor.
i(tParser(tfuture.backports.email.parserRtparsestr(tstargstkwsR((sC/usr/lib/python2.7/site-packages/future/backports/email/__init__.pytmessage_from_string0scO`s&ddlm}|||�j|�S(u|Parse
a bytes string into a Message object model.
Optional _class and strict are passed to the Parser constructor.
i(tBytesParser(RRt
parsebytes(RRR R((sC/usr/lib/python2.7/site-packages/future/backports/email/__init__.pytmessage_from_bytes8scO`s&ddlm}|||�j|�S(u�Read
a file and parse its contents into a Message object model.
Optional _class and strict are passed to the Parser constructor.
i(R(RRtparse(tfpRR R((sC/usr/lib/python2.7/site-packages/future/backports/email/__init__.pytmessage_from_file@scO`s&ddlm}|||�j|�S(u�Read
a binary file and parse its contents into a Message object model.
Optional _class and strict are passed to the Parser constructor.
i(R(RRR(RRR R((sC/usr/lib/python2.7/site-packages/future/backports/email/__init__.pytmessage_from_binary_fileHsN(t__doc__t
__future__RRRtfuture.utilsRtregister_surrogateescapet__version__t__all__R
R
RR(((sC/usr/lib/python2.7/site-packages/future/backports/email/__init__.pyt<module> s6