Spade

Mini Shell

Directory:~$ /proc/self/root/usr/lib64/python2.7/email/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ //proc/self/root/usr/lib64/python2.7/email/parser.pyo

�
s�fc@s{dZddgZddlZddlmZddlmZddlmZdd
d��YZ	de	fd	��YZ
dS(s-A parser of RFC 2822 and MIME email
messages.tParsertHeaderParseri����N(tStringIO(t
FeedParser(tMessagecBs)eZd�Zed�Zed�ZRS(cOst|�dkr>d|kr-td��n|d|d<nt|�dkr|d|krktd��n|d|d<nt|�dkr�td��nd|kr�|d|_|d=n	t|_d|kr�tjd	td�|d=n|rtd
��ndS(s�Parser of RFC 2822 and MIME email messages.

        Creates an in-memory object tree representing the email message,
which
        can then be manipulated and turned over to a Generator to return
the
        textual representation of the message.

        The string must be formatted as a block of RFC 2822 headers and
header
        continuation lines, optionally preceeded by a `Unix-from'
header.  The
        header block is terminated either by the end of the string or by a
        blank line.

        _class is the class to instantiate for new message objects when
they
        must be created.  This class must have a constructor that can take
        zero arguments.  Default is Message.Message.
        it_classs(Multiple values for keyword arg
'_class'iitstricts(Multiple values for keyword arg
'strict'sToo many argumentss-'strict' argument is
deprecated (and ignored)sUnexpected keyword
argumentsN(tlent	TypeErrorRRtwarningstwarntDeprecationWarning(tselftargstkws((s$/usr/lib64/python2.7/email/parser.pyt__init__s(

		

cCs_t|j�}|r"|j�nx0trT|jd�}|sDPn|j|�q%W|j�S(s\Create
a message structure from the data in a file.

        Reads all the data from the file and returns the root of the
message
        structure.  Optional headersonly is a flag specifying whether to
stop
        parsing after reading the headers or not.  The default is False,
        meaning it parses the entire contents of the file.
        i
(RRt_set_headersonlytTruetreadtfeedtclose(Rtfptheadersonlyt
feedparsertdata((s$/usr/lib64/python2.7/email/parser.pytparse8s
	cCs|jt|�d|�S(s-Create
a message structure from a string.

        Returns the root of the message structure.  Optional headersonly is
a
        flag specifying whether to stop parsing after reading the headers
or
        not.  The default is False, meaning it parses the entire contents
of
        the file.
       
R(RR(RttextR((s$/usr/lib64/python2.7/email/parser.pytparsestrJs(t__name__t
__module__RtFalseRR(((s$/usr/lib64/python2.7/email/parser.pyRs	&cBs
eZed�Zed�ZRS(cCstj||t�S(N(RRR(RRR((s$/usr/lib64/python2.7/email/parser.pyRWscCstj||t�S(N(RRR(RRR((s$/usr/lib64/python2.7/email/parser.pyRZs(RRRRR(((s$/usr/lib64/python2.7/email/parser.pyRVs((t__doc__t__all__R	t	cStringIORtemail.feedparserRt
email.messageRRR(((s$/usr/lib64/python2.7/email/parser.pyt<module>sE