Your IP : 172.28.240.42


Current Path : /usr/lib/python2.7/email/
Upload File :
Current File : //usr/lib/python2.7/email/parser.pyc


|_c@s{dZddgZddlZddlmZddlmZddlmZdd
dYZ	de	fd	YZ
dS(s-A parser of RFC 2822 and MIME email messages.tParsertHeaderParseriN(tStringIO(t
FeedParser(tMessagecBs)eZdZedZedZRS(cOst|dkr>d|kr-tdn|d|d<nt|dkr|d|krktdn|d|d<nt|dkrtdnd|kr|d|_|d=n	t|_d|krtjd	td|d=n|rtd
ndS(sParser 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/lib/python2.7/email/parser.pyt__init__s(

		

cCs_t|j}|r"|jnx0trT|jd}|sDPn|j|q%W|jS(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/lib/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/lib/python2.7/email/parser.pytparsestrJs(t__name__t
__module__RtFalseRR(((s"/usr/lib/python2.7/email/parser.pyRs	&cBs eZedZedZRS(cCstj||tS(N(RRR(RRR((s"/usr/lib/python2.7/email/parser.pyRWscCstj||tS(N(RRR(RRR((s"/usr/lib/python2.7/email/parser.pyRZs(RRRRR(((s"/usr/lib/python2.7/email/parser.pyRVs((t__doc__t__all__R	t	cStringIORtemail.feedparserRt
email.messageRRR(((s"/usr/lib/python2.7/email/parser.pyt<module>sE