/usr/lib64/python3.9/email/__pycache__
NameSizeModeActions
base64mime.cpython-39.opt-1.pyc32390644editdlrm
base64mime.cpython-39.opt-2.pyc14620644editdlrm
base64mime.cpython-39.pyc32390644editdlrm
charset.cpython-39.opt-1.pyc114320644editdlrm
charset.cpython-39.opt-2.pyc51030644editdlrm
charset.cpython-39.pyc114530644editdlrm
contentmanager.cpython-39.opt-1.pyc73600644editdlrm
contentmanager.cpython-39.opt-2.pyc73600644editdlrm
contentmanager.cpython-39.pyc73600644editdlrm
encoders.cpython-39.opt-1.pyc16220644editdlrm
encoders.cpython-39.opt-2.pyc12710644editdlrm
encoders.cpython-39.pyc16220644editdlrm
errors.cpython-39.opt-1.pyc60770644editdlrm
errors.cpython-39.opt-2.pyc46110644editdlrm
errors.cpython-39.pyc60770644editdlrm
feedparser.cpython-39.opt-1.pyc104880644editdlrm
feedparser.cpython-39.opt-2.pyc88250644editdlrm
feedparser.cpython-39.pyc106090644editdlrm
generator.cpython-39.opt-1.pyc131840644editdlrm
generator.cpython-39.opt-2.pyc94850644editdlrm
generator.cpython-39.pyc131840644editdlrm
header.cpython-39.opt-1.pyc164320644editdlrm
header.cpython-39.opt-2.pyc108080644editdlrm
header.cpython-39.pyc164320644editdlrm
headerregistry.cpython-39.opt-1.pyc219300644editdlrm
headerregistry.cpython-39.opt-2.pyc161670644editdlrm
headerregistry.cpython-39.pyc219660644editdlrm
iterators.cpython-39.opt-1.pyc19310644editdlrm
iterators.cpython-39.opt-2.pyc13110644editdlrm
iterators.cpython-39.pyc19310644editdlrm
message.cpython-39.opt-1.pyc379070644editdlrm
message.cpython-39.opt-2.pyc213490644editdlrm
message.cpython-39.pyc379070644editdlrm
parser.cpython-39.opt-1.pyc57460644editdlrm
parser.cpython-39.opt-2.pyc27280644editdlrm
parser.cpython-39.pyc57460644editdlrm
policy.cpython-39.opt-1.pyc96390644editdlrm
policy.cpython-39.opt-2.pyc34240644editdlrm
policy.cpython-39.pyc96390644editdlrm
quoprimime.cpython-39.opt-1.pyc76740644editdlrm
quoprimime.cpython-39.opt-2.pyc41990644editdlrm
quoprimime.cpython-39.pyc76740644editdlrm
utils.cpython-39.opt-1.pyc127350644editdlrm
utils.cpython-39.opt-2.pyc89620644editdlrm
utils.cpython-39.pyc127350644editdlrm
_encoded_words.cpython-39.opt-1.pyc57070644editdlrm
_encoded_words.cpython-39.opt-2.pyc38210644editdlrm
_encoded_words.cpython-39.pyc57070644editdlrm
_header_value_parser.cpython-39.opt-1.pyc803130644editdlrm
_header_value_parser.cpython-39.opt-2.pyc633810644editdlrm
_header_value_parser.cpython-39.pyc803450644editdlrm
_parseaddr.cpython-39.opt-1.pyc123930644editdlrm
_parseaddr.cpython-39.opt-2.pyc94330644editdlrm
_parseaddr.cpython-39.pyc123930644editdlrm
_policybase.cpython-39.opt-1.pyc152660644editdlrm
_policybase.cpython-39.opt-2.pyc60130644editdlrm
_policybase.cpython-39.pyc152660644editdlrm
__init__.cpython-39.opt-1.pyc16670644editdlrm
__init__.cpython-39.opt-2.pyc10420644editdlrm
__init__.cpython-39.pyc16670644editdlrm
Edit: /usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc (10609B)
a ´iüXã@s¶dZddgZddlZddlmZddlmZddlmZddl m Z e  d ¡Z e  d ¡Z e  d ¡Ze  d ¡Ze  d ¡Zd ZdZeƒZGdd„deƒZGdd„dƒZGdd„deƒZdS)aFeedParser - An email feed parser. The feed parser implements an interface for incrementally parsing an email message, line by line. This has advantages for certain applications, such as those reading email messages off a socket. FeedParser.feed() is the primary interface for pushing new data into the parser. It returns when there's nothing more it can do with the available data. When you have no more data to push into the parser, call .close(). This completes the parsing and returns the root message object. The other advantage of this parser is that it will never raise a parsing exception. Instead, when it finds something unexpected, it adds a 'defect' to the current message. Defects are just instances that live on the message object's .defects attribute. Ú FeedParserÚBytesFeedParseréN)Úerrors)Úcompat32)Údeque)ÚStringIOz \r\n|\r|\nz (\r\n|\r|\n)z(\r\n|\r|\n)\Zz%^(From |[\041-\071\073-\176]*:|[\t ])ÚÚ c@s`eZdZdZdd„Zdd„Zdd„Zdd „Zd d „Zd d „Z dd„Z dd„Z dd„Z dd„Z dS)ÚBufferedSubFileakA file-ish object that can have new data loaded into it. You can also push and pop line-matching predicates onto a stack. When the current predicate matches the current line, a false EOF response (i.e. empty string) is returned instead. This lets the parser adhere to a simple abstraction -- it parses until EOF closes the current message. cCs$tdd|_tƒ|_g|_d|_dS)Nr)ÚnewlineF)rÚ_partialrÚ_linesÚ _eofstackÚ_closed©Úself©rú(/usr/lib64/python3.9/email/feedparser.pyÚ__init__5s zBufferedSubFile.__init__cCs|j |¡dS©N)rÚappend)rZpredrrrÚpush_eof_matcher@sz BufferedSubFile.push_eof_matchercCs |j ¡Sr)rÚpoprrrrÚpop_eof_matcherCszBufferedSubFile.pop_eof_matchercCs<|j d¡| |j ¡¡|j d¡|j ¡d|_dS)NrT)r ÚseekÚ pushlinesÚ readlinesÚtruncaterrrrrÚcloseFs    zBufferedSubFile.closecCsL|js|jrdStS|j ¡}t|jƒD]}||ƒr(|j |¡dSq(|S©Nr)r rÚ NeedMoreDataÚpopleftÚreversedrÚ appendleft)rÚlineZateofrrrÚreadlineNs  zBufferedSubFile.readlinecCs|tus J‚|j |¡dSr)r r r#©rr$rrrÚ unreadline`s zBufferedSubFile.unreadlinecCsx|j |¡d|vr d|vr dS|j d¡|j ¡}|j d¡|j ¡|d d¡sj|j | ¡¡| |¡dS)z$Push some new data into this object.r ú Nréÿÿÿÿ)r ÚwriterrrÚendswithrr)rÚdataÚpartsrrrÚpushes     zBufferedSubFile.pushcCs|j |¡dSr)r Úextend)rÚlinesrrrrzszBufferedSubFile.pushlinescCs|SrrrrrrÚ__iter__}szBufferedSubFile.__iter__cCs| ¡}|dkrt‚|Sr)r%Ú StopIterationr&rrrÚ__next__€szBufferedSubFile.__next__N)Ú__name__Ú __module__Ú __qualname__Ú__doc__rrrrr%r'r.rr1r3rrrrr -s r c@s`eZdZdZdedœdd„Zdd„Zdd „Zd d „Zd d „Z dd„Z dd„Z dd„Z dd„Z dS)rzA feed-style parser of email.N©ÚpolicycCsœ||_d|_|dur<|jdur2ddlm}||_ql|j|_n0||_z||jdWntyjd|_Yn0tƒ|_g|_ |  ¡j |_ d|_ d|_d|_dS)a_factory is called with no arguments to create a new message obj The policy keyword specifies a policy object that controls a number of aspects of the parser's operation. The default policy maintains backward compatibility. FNr)ÚMessager8T)r9Ú_old_style_factoryZmessage_factoryZ email.messager:Ú_factoryÚ TypeErrorr Ú_inputÚ _msgstackÚ _parsegenr3Ú_parseÚ_curÚ_lastÚ _headersonly)rr<r9r:rrrr‹s$      zFeedParser.__init__cCs d|_dS)NT)rDrrrrÚ_set_headersonlyªszFeedParser._set_headersonlycCs|j |¡| ¡dS)zPush more data into the parser.N)r>r.Ú _call_parse©rr,rrrÚfeed­s zFeedParser.feedcCs$z | ¡WntyYn0dSr)rAr2rrrrrF²s  zFeedParser._call_parsecCsR|j ¡| ¡| ¡}|jr$J‚| ¡dkrN| ¡sNt ¡}|j   ||¡|S)zrrFÚ _pop_messager?Úget_content_maintypeZ is_multipartrZ!MultipartInvariantViolationDefectr9Ú handle_defect)rÚrootÚdefectrrrr¸s   ÿzFeedParser.closecCsn|jr| ¡}n|j|jd}|jr<|j ¡dkr<| d¡|jrR|jd |¡|j |¡||_||_ dS)Nr8zmultipart/digestzmessage/rfc822r)) r;r<r9rBÚget_content_typeZset_default_typer?ZattachrrC)rÚmsgrrrÚ _new_messageÅs   zFeedParser._new_messagecCs(|j ¡}|jr|jd|_nd|_|S)Nr))r?rrB)rÚretvalrrrrJÒs  zFeedParser._pop_messageccs$| ¡g}|jD]Z}|tur&tVqt |¡sbt |¡s^t ¡}|j  |j |¡|j  |¡qn|  |¡q|  |¡|jrÈg}|j ¡}|turœtVq‚|dkr¦q²|  |¡q‚|j  t |¡¡dS|j  ¡dkrŠ|j tj¡| ¡D]}|turtVqîq qî| ¡}|j ¡|j ¡}|turDtVqqDq|j ¡}|turjtVqDqjqD|dkrxq†|j  |¡qØdS|j  ¡dkrÐ| ¡D] }|turºtVq¢qÄq¢| ¡dS|j  ¡dkrÞ|j  ¡}|durRt ¡}|j  |j |¡g}|jD]$}|tur.tVq|  |¡q|j  t |¡¡dSt|j  dd¡ƒ ¡dvr†t ¡}|j  |j |¡d|}t  d t !|¡d ¡} d } g} d } d } |j ¡}|turÔtVq¶|dkrâqÌ|  |¡}|r´| "d ¡rd } | "d¡} qÌ| rr| r^| d}t# $|¡}|rP|dt%| "d¡ƒ …| d<t | ¡|j _&d } |j  |¡q¶|j ¡}|turtVqr|  |¡}|sr|j  |¡q´qr|j | j¡| ¡D] }|turâtVqÊqìqÊ|j' ¡dkrT|j'j(}|dkrd|j'_(n:|dur˜t# $|¡}|r˜t%| "d¡ƒ}|d| …|j'_(nD|j'j)}t*|tƒr˜t# $|¡}|r˜|dt%| "d¡ƒ …}||j'_)|j ¡| ¡|j |_'n| s¾J‚|   |¡q¶| r4t +¡}|j  |j |¡|j  t | ¡¡g}|jD]}|turtVqqt |¡|j _(dS| sVt ,¡}|j  |j |¡dS| rddg}ng}|jD]$}|tur†tVqn|  |¡qn|rÌ|d}t- |¡}|rÌ|t%| "d¡ƒd…|d<t |¡|j _(dSg}|jD]$}|turtVqè|  |¡qè|j  t |¡¡dS)Nrzmessage/delivery-statusÚmessagerIzcontent-transfer-encodingÚ8bit)Z7bitrTÚbinaryz--z(?Pz4)(?P--)?(?P[ \t]*)(?P\r\n|\r|\n)?$TFÚendÚlinesepr)r).rQr>r ÚheaderREÚmatchÚNLCRErZ MissingHeaderBodySeparatorDefectr9rLrBr'rÚ_parse_headersrDr%Z set_payloadÚ EMPTYSTRINGÚjoinrOrr@rJrrKZ get_boundaryZNoBoundaryInMultipartDefectÚstrÚgetÚlowerZ-InvalidMultipartContentTransferEncodingDefectÚreÚcompileÚescapeÚgroupÚ NLCRE_eolÚsearchÚlenÚpreamblerCÚepilogueZ_payloadÚ isinstanceZStartBoundaryNotFoundDefectZCloseBoundaryNotFoundDefectÚ NLCRE_bol)rZheadersr$rNr0rRrPÚboundaryÚ separatorZ boundaryreZcapturing_preamblerhrWZclose_boundary_seenÚmoZlastlineZeolmorirVÚpayloadÚ firstlineZbolmorrrr@Úsb                       ÿ ÿÿ                               zFeedParser._parsegenc Csjd}g}t|ƒD]8\}}|ddvrR|sFt |¡}|j |j|¡q| |¡q|rt|jj|j |¡Ždg}}|  d¡rø|dkr¼t   |¡}|r¬|dt |  d¡ƒ …}|j |¡qn<|t |ƒdkrÞ|j |¡dSt |¡}|jj |¡q| d¡}|dkr&t d¡}|jj |¡q|dks8Jdƒ‚|d|…}|g}q|rf|jj|j |¡ŽdS) Nrrz zFrom éú:zMissing header name.z3_parse_headers fed line with no : and no leading WS)Ú enumeraterZ#FirstHeaderLineIsContinuationDefectr9rLrBrZset_rawZheader_source_parseÚ startswithrerfrgrdZ set_unixfromr>r'ZMisplacedEnvelopeHeaderDefectZdefectsÚfindZInvalidHeaderDefect) rr0Z lastheaderZ lastvalueÚlinenor$rNrnÚirrrr[×sH             zFeedParser._parse_headers)N)r4r5r6r7rrrErHrFrrQrJr@r[rrrrrˆs  ~cs eZdZdZ‡fdd„Z‡ZS)rz(Like FeedParser, but feed accepts bytes.cstƒ | dd¡¡dS)NÚasciiÚsurrogateescape)ÚsuperrHÚdecoderG©Ú __class__rrrHszBytesFeedParser.feed)r4r5r6r7rHÚ __classcell__rrr|rrs)r7Ú__all__raZemailrZemail._policybaserÚ collectionsrÚiorrbrZrkreZ NLCRE_crackrXr\ÚNLÚobjectr r rrrrrrÚs(         [