U iÛfÜQã@sâdZdddgZddlZddlZddlZddlZddlmZddlm Z m Z ddl m Z dd l mZd Zd Ze d ¡Ze d ej¡Ze d¡ZGdd„dƒZGdd„deƒZdZGdd„deƒZeeejdƒƒZdeZejZdS)z:Classes to generate plain text from a message object tree.Ú GeneratorÚDecodedGeneratorÚBytesGeneratoréN)Údeepcopy)ÚStringIOÚBytesIO)Ú_has_surrogates)ÚHeaderWriteErrorÚ_Ú z \r\n|\r|\nz^From z\r\n[^ \t]|\r[^ \n\t]|\n[^ \t]c@s°eZdZdZd'ddœdd„Zdd„Zd(d d „Zd d „Zd d„Zdd„Z dd„Z dd„Z dd„Z dd„Z dd„ZeZdd„Zdd„Zdd „Zd!d"„Zed)d#d$„ƒZed%d&„ƒZdS)*rzŠGenerates output from a Message object tree. This basic generator writes the message to the given file object as plain text. N©ÚpolicycCs6|dkr|dkrdn|j}||_||_||_||_dS)aõCreate the generator for message flattening. outfp is the output file-like object for writing the message to. It must have a write() method. Optional mangle_from_ is a flag that, when True (the default if policy is not set), escapes From_ lines in the body of the message by putting a `>' in front of them. Optional maxheaderlen specifies the longest length for a non-continued header. When a header line is longer (in characters, with tabs expanded to 8 spaces) than maxheaderlen, the header will split as defined in the Header class. Set maxheaderlen to zero to disable header wrapping. The default is 78, as recommended (but not required) by RFC 2822. The policy keyword specifies a policy object that controls a number of aspects of the generator's operation. If no policy is specified, the policy associated with the Message object passed to the flatten method is used. NT)Ú mangle_from_Ú_fpÚ _mangle_from_Ú maxheaderlenr )ÚselfÚoutfprrr ©rú4/opt/alt/python38/lib64/python3.8/email/generator.pyÚ__init__&s zGenerator.__init__cCs|j |¡dS©N)rÚwrite©rÚsrrrrFszGenerator.writeFcCsØ|jdkr|jn|j}|dk r*|j|d}|jdk rB|j|jd}|j|_| |j¡|_d|_| |j¡|_|j}|j}zL||_||_|r¸|  ¡}|s¨dt   t   ¡¡}|  ||j¡|  |¡W5||_||_XdS)aÿPrint the message object tree rooted at msg to the output file specified when the Generator instance was created. unixfrom is a flag that forces the printing of a Unix From_ delimiter before the first object in the message tree. If the original message has no From_ delimiter, a `standard' one is crafted. By default, this is False to inhibit the printing of any From_ delimiter. Note that for subobjects, no From_ line is printed. linesep specifies the characters used to indicate a new line in the output. The default value is determined by the policy specified when the Generator instance was created or, if none was specified, from the policy associated with the msg. N)Úlinesep©Zmax_line_lengthÚz From nobody )r ÚclonerrÚ_NLÚ_encodeÚ _encoded_NLZ_EMPTYÚ_encoded_EMPTYZ get_unixfromÚtimeÚctimerÚ_write)rÚmsgÚunixfromrr Zold_gen_policyZold_msg_policyZufromrrrÚflattenJs,  zGenerator.flattencCs|j||jd|jdS)z1Clone this generator with the exact same options.Nr )Ú __class__rr )rÚfprrrr{s ýzGenerator.clonecCstƒSr)r©rrrrÚ _new_bufferszGenerator._new_buffercCs|Srrrrrrr “szGenerator._encodecCsT|sdSt |¡}|dd…D]}| |¡| |j¡q|drP| |d¡dS)Néÿÿÿÿ)ÚNLCREÚsplitrr)rÚlinesÚlinerrrÚ _write_lines—s  zGenerator._write_linescCsÀ|j}z"d|_| ¡|_}| |¡W5||_|j}|`X|r„t|ƒ}| d¡dkrd|d|d<n| d|d¡| d|d¡t|ddƒ}|dkr¤| |¡n||ƒ|j  |  ¡¡dS)Núcontent-transfer-encodingrúContent-Transfer-Encodingú content-typeéÚ_write_headers) rÚ _munge_cter,Ú _dispatchrÚgetZreplace_headerÚgetattrr7rÚgetvalue)rr&ZoldfpZ munge_cteZsfpÚmethrrrr%§s&   zGenerator._writecCst| ¡}| ¡}t ||f¡ dd¡}t|d|dƒ}|dkrh| dd¡}t|d|dƒ}|dkrh|j}||ƒdS)Nú-r Z_handle_)Úget_content_maintypeÚget_content_subtypeÚ UNDERSCOREÚjoinÚreplacer;Ú _writeBody)rr&ÚmainÚsubZspecificr=Zgenericrrrr9Îs zGenerator._dispatchcCs¤| ¡D]Š\}}|j ||¡}|jjrˆ|jj}| |jj¡sPtd|›d|›ƒ‚|}| |¡rp|dt|ƒ …}t  |¡rˆtd|›ƒ‚|  |¡q|  |j ¡dS)Nz folded header does not end with z: z folded header contains newline: ) Ú raw_itemsr ZfoldZverify_generated_headersrÚendswithr ÚlenÚNEWLINE_WITHOUT_FWSPÚsearchrr)rr&ÚhÚvZfoldedrZfolded_no_lineseprrrr7âs"ÿ  ÿ zGenerator._write_headerscCsž| ¡}|dkrdSt|tƒs.tdt|ƒƒ‚t|jƒr~| d¡}|dk r~t|ƒ}|d=|  ||¡| ¡}|d|df|_ |j rt   d|¡}| |¡dS)Nzstring payload expected: %sÚcharsetr3r5ú>From )Ú get_payloadÚ isinstanceÚstrÚ TypeErrorÚtyperÚ_payloadZ get_paramrZ set_payloadr8rÚfcrerFr2)rr&ÚpayloadrNrrrÚ _handle_textøs$    ÿ zGenerator._handle_textc Csšg}| ¡}|dkrg}n(t|tƒr2| |¡dSt|tƒsB|g}|D]6}| ¡}| |¡}|j|d|jd|  |  ¡¡qF|  ¡}|sª|j   |¡}| |¡}| |¡|jdk ræ|jrÊt d|j¡} n|j} | | ¡| |j¡| d||j¡|r|j | d¡¡|D],} | |jd||j¡|j | ¡q| |jd|d|j¡|jdk r–|jr†t d|j¡} n|j} | | ¡dS)NF©r'rrOz--r)rPrQrRrÚlistr,rr(rÚappendr<Z get_boundaryr!rBÚ_make_boundaryZ set_boundaryÚpreamblerrVrFr2rÚpopÚepilogue) rr&ZmsgtextsZsubpartsÚpartrÚgÚboundaryZalltextr]Z body_partr_rrrÚ_handle_multipartsJ           zGenerator._handle_multipartcCs0|j}|jdd|_z| |¡W5||_XdS)Nrr)r rrc)rr&ÚprrrÚ_handle_multipart_signedJs z"Generator._handle_multipart_signedcCsšg}| ¡D]t}| ¡}| |¡}|j|d|jd| ¡}| |j¡}|rv|d|jkrv|  |j  |dd…¡¡q |  |¡q |j   |j  |¡¡dS)NFrYr-) rPr,rr(rr<r/r!r"r[rBrr)rr&Zblocksr`rraÚtextr0rrrÚ_handle_message_delivery_statusUs    z)Generator._handle_message_delivery_statuscCs^| ¡}| |¡}|j}t|tƒrD|j| d¡d|jd| ¡}n |  |¡}|j   |¡dS)NrFrY) r,rrUrQrZr(rPrr<r rr)rr&rrarWrrrÚ_handle_messagejs    zGenerator._handle_messagecCsvt tj¡}dt|d}|dkr(|S|}d}| dt |¡dtj¡}|  |¡sXqr|dt |ƒ}|d7}q0|S)Nz===============z==rz^--z(--)?$Ú.r6) ÚrandomZ randrangeÚsysÚmaxsizeÚ_fmtÚ _compile_reÚreÚescapeÚ MULTILINErKrR)ÚclsrfÚtokenrbÚbZcounterZcrerrrr\ƒs   zGenerator._make_boundarycCs t ||¡Sr)roÚcompile©rrrÚflagsrrrrn•szGenerator._compile_re)NN)FN)N)Ú__name__Ú __module__Ú __qualname__Ú__doc__rrr(rr,r r2r%r9r7rXrDrcrergrhÚ classmethodr\rnrrrrrs. ÿ  1':  csPeZdZdZdd„Zdd„Zdd„Zdd „Z‡fd d „ZeZ e d d „ƒZ ‡Z S)raþGenerates a bytes version of a Message object tree. Functionally identical to the base Generator except that the output is bytes and not string. When surrogates were used in the input to encode bytes, these are decoded back to bytes for output. If the policy has cte_type set to 7bit, then the message is transformed such that the non-ASCII bytes are properly content transfer encoded, using the charset unknown-8bit. The outfp object must accept bytes in its write method. cCs|j | dd¡¡dS)NÚasciiÚsurrogateescape)rrÚencoderrrrr§szBytesGenerator.writecCstƒSr)rr+rrrr,ªszBytesGenerator._new_buffercCs | d¡S©Nr})rrrrrr ­szBytesGenerator._encodecCs8| ¡D]\}}|j |j ||¡¡q| |j¡dSr)rGrrr Z fold_binaryr)rr&rLrMrrrr7°szBytesGenerator._write_headerscs\|jdkrdSt|jƒrH|jjdksH|jr:t d|j¡|_| |j¡ntt |ƒ  |¡dS)NZ7bitrO) rUrr Zcte_typerrVrFr2ÚsuperrrX)rr&©r)rrrX¸s zBytesGenerator._handle_textcCst | d¡|¡Sr€)rorurrvrrrrnÇszBytesGenerator._compile_re) rxryrzr{rr,r r7rXrDr|rnÚ __classcell__rrr‚rršs  zD[Non-text (%(type)s) part of message omitted, filename %(filename)s]c@s(eZdZdZdddœdd„Zdd„ZdS) rz±Generates a text representation of a message. Like the Generator base class, except that non-text parts are substituted with a format string representing the part. Nr cCs.tj|||||d|dkr$t|_n||_dS)aŒLike Generator.__init__() except that an additional optional argument is allowed. Walks through all subparts of a message. If the subpart is of main type `text', then it prints the decoded payload of the subpart. Otherwise, fmt is a format string that is used instead of the message payload. fmt is expanded with the following keywords (in %(keyword)s format): type : Full MIME type of the non-text part maintype : Main MIME type of the non-text part subtype : Sub-MIME type of the non-text part filename : Filename of the non-text part description: Description associated with the non-text part encoding : Content transfer encoding of the non-text part The default value for fmt is None, meaning [Non-text (%(type)s) part of message omitted, filename %(filename)s] r N)rrÚ_FMTrm)rrrrZfmtr rrrrÕs  ÿzDecodedGenerator.__init__c Cs„| ¡D]v}| ¡}|dkr2t|jdd|dq|dkrs0      3;