/opt/alt/python311/lib64/python3.11/email/__pycache__
NameSizeModeActions
base64mime.cpython-311.opt-1.pyc43650644editdlrm
base64mime.cpython-311.opt-2.pyc26140644editdlrm
base64mime.cpython-311.pyc43650644editdlrm
charset.cpython-311.opt-1.pyc159740644editdlrm
charset.cpython-311.opt-2.pyc97030644editdlrm
charset.cpython-311.pyc160350644editdlrm
contentmanager.cpython-311.opt-1.pyc138440644editdlrm
contentmanager.cpython-311.opt-2.pyc138440644editdlrm
contentmanager.cpython-311.pyc138440644editdlrm
encoders.cpython-311.opt-1.pyc24000644editdlrm
encoders.cpython-311.opt-2.pyc20710644editdlrm
encoders.cpython-311.pyc24000644editdlrm
errors.cpython-311.opt-1.pyc84590644editdlrm
errors.cpython-311.opt-2.pyc68980644editdlrm
errors.cpython-311.pyc84590644editdlrm
feedparser.cpython-311.opt-1.pyc213070644editdlrm
feedparser.cpython-311.opt-2.pyc196660644editdlrm
feedparser.cpython-311.pyc215070644editdlrm
generator.cpython-311.opt-1.pyc216250644editdlrm
generator.cpython-311.opt-2.pyc179500644editdlrm
generator.cpython-311.pyc216250644editdlrm
header.cpython-311.opt-1.pyc269900644editdlrm
header.cpython-311.opt-2.pyc214130644editdlrm
header.cpython-311.pyc269900644editdlrm
headerregistry.cpython-311.opt-1.pyc337000644editdlrm
headerregistry.cpython-311.opt-2.pyc281060644editdlrm
headerregistry.cpython-311.pyc337660644editdlrm
iterators.cpython-311.opt-1.pyc31770644editdlrm
iterators.cpython-311.opt-2.pyc25840644editdlrm
iterators.cpython-311.pyc31770644editdlrm
message.cpython-311.opt-1.pyc590520644editdlrm
message.cpython-311.opt-2.pyc427650644editdlrm
message.cpython-311.pyc590520644editdlrm
parser.cpython-311.opt-1.pyc73980644editdlrm
parser.cpython-311.opt-2.pyc44260644editdlrm
parser.cpython-311.pyc73980644editdlrm
policy.cpython-311.opt-1.pyc125560644editdlrm
policy.cpython-311.opt-2.pyc63810644editdlrm
policy.cpython-311.pyc125560644editdlrm
quoprimime.cpython-311.opt-1.pyc112510644editdlrm
quoprimime.cpython-311.opt-2.pyc78390644editdlrm
quoprimime.cpython-311.pyc112510644editdlrm
utils.cpython-311.opt-1.pyc154630644editdlrm
utils.cpython-311.opt-2.pyc122140644editdlrm
utils.cpython-311.pyc154630644editdlrm
_encoded_words.cpython-311.opt-1.pyc91310644editdlrm
_encoded_words.cpython-311.opt-2.pyc72580644editdlrm
_encoded_words.cpython-311.pyc91310644editdlrm
_header_value_parser.cpython-311.opt-1.pyc1495330644editdlrm
_header_value_parser.cpython-311.opt-2.pyc1330380644editdlrm
_header_value_parser.cpython-311.pyc1496190644editdlrm
_parseaddr.cpython-311.opt-1.pyc243140644editdlrm
_parseaddr.cpython-311.opt-2.pyc214610644editdlrm
_parseaddr.cpython-311.pyc243140644editdlrm
_policybase.cpython-311.opt-1.pyc192530644editdlrm
_policybase.cpython-311.opt-2.pyc105310644editdlrm
_policybase.cpython-311.pyc192530644editdlrm
__init__.cpython-311.opt-1.pyc21240644editdlrm
__init__.cpython-311.opt-2.pyc15280644editdlrm
__init__.cpython-311.pyc21240644editdlrm
Edit: /opt/alt/python311/lib64/python3.11/email/__pycache__/generator.cpython-311.opt-1.pyc (21625B)
fNTdZgdZddlZddlZddlZddlZddlmZddlm Z m Z ddl m Z dZ dZejd Zejd ejZGd d ZGd deZdZGddeZeeejdz ZdezZejZdS)z:Classes to generate plain text from a message object tree.) GeneratorDecodedGeneratorBytesGeneratorN)deepcopy)StringIOBytesIO)_has_surrogates_ z \r\n|\r|\nz^From ceZdZdZddddZdZddZdZd Zd Z d Z d Z d Z dZ dZeZdZdZdZdZeddZedZdS)rzGenerates output from a Message object tree. This basic generator writes the message to the given file object as plain text. NpolicycX| |dn|j}||_||_||_||_dS)aCreate 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)selfoutfprrrs 6/opt/alt/python311/lib64/python3.11/email/generator.py__init__zGenerator.__init__#s<2  #)>44v7JL)( c:|j|dSN)rwriterss rrzGenerator.writeCs qrFc|j|jn|j}|||}|j||j}|j|_||j|_d|_||j|_|j}|j} ||_||_|r[| }|s(dtj tj z}| ||jz| |||_||_dS#||_||_wxYw)aPrint 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)linesepmax_line_lengthz From nobody )rclonerr_NL_encode _encoded_NL_EMPTY_encoded_EMPTY get_unixfromtimectimer_write)rmsgunixfromrrold_gen_policyold_msg_policyufroms rflattenzGenerator.flattenGsE* ${2   \\'\22F   (\\$2C\DDF><<11 "ll4;77  ( DKCJ -((**E*TZ -D-DDE 548+,,, KK   (DK'CJJJ)DK'CJ ' ' ' 's 0BEEcH|||jd|jS)z1Clone this generator with the exact same options.Nr ) __class__rr)rfps rr#zGenerator.clonexs-~~b"0"%)[22 2rctSr)rrs r _new_bufferzGenerator._new_buffers zzrc|Srrs rr%zGenerator._encodesrc|sdSt|}|ddD]1}||||j2|dr||ddSdS)N)NLCREsplitrr$)rlineslines r _write_lineszGenerator._write_liness  F E""#2#J ! !D JJt    JJtx 9 " JJuRy ! ! ! ! ! " "rcd|j} d|_|x|_}||||_|j}|`n#||_|j}|`wxYw|rht |}|d |d|d<n|d|d|d|dt|dd}|||n |||j | dS)Ncontent-transfer-encodingrContent-Transfer-Encoding content-type_write_headers) r _munge_cter8 _dispatchrgetreplace_headergetattrrGrgetvalue)rr-oldfpsfp munge_ctemeths rr,zGenerator._writesD "DO!--// /DHs NN3   DHIDHI      =3--Cww233;3 ! MMM   ~y| < < <s,d33 <    $ $ $ $ DJJJ s||~~&&&&&s 7AA#c^|}|}t||fdd}t |d|zd}|3|dd}t |d|zd}||j}||dS)N-r _handle_)get_content_maintypeget_content_subtype UNDERSCOREjoinreplacerL _writeBody)rr-mainsubspecificrQgenerics rrIzGenerator._dispatchs ''))%%''??D#;//77SAAtZ(2D99 <ll3,,G4g!5t<From ) get_payload isinstancestr TypeErrortyper _payload get_paramr set_payloadrHrfcrer\rA)rr-payloadrfs r _handle_textzGenerator._handle_texts//## ? F'3'' K9DMMIJJ J 3< ( ( 8mmI..G"smm34 g666//++#&'B#C#&~#6#8   2hhx11G '"""""rcBg}|}|g}nDt|tr||dSt|ts|g}|D]o}|}||}||d|j| | p| }|sD|j |}||}|||j^|jr!t$d|j} n|j} || ||j|d|z|jz|r-|j|d|D]D} ||jdz|z|jz|j| E||jdz|zdz|jz|jF|jr!t$d|j} n|j} || dSdS)NFr.rrgz--r)rhrirjrlistr8r#r2r$appendrM get_boundaryr&rX_make_boundary set_boundarypreamblerrpr\rArpopepilogue) rr-msgtextssubpartspartrgboundaryalltextrz body_partr|s r_handle_multipartzGenerator._handle_multiparts??$$  HH # & & " JJx FHd++ " zH * *D  ""A 1 A IIdUDHI = = = OOAJJLL ) ) ) )##%% '&++H55G**733H   X & & & < #! (88Hcl;;<   h ' ' ' JJtx  4(?TX-...  , HNN8<<?? + + +" & &I JJtx$1DH< = = = HNN9 % % % % 48d?X-4tx?@@@ < #! (88Hcl;;<   h ' ' ' ' ' $ #rc|j}|d|_ ||||_dS#||_wxYw)Nrr )rr#r)rr-ps r_handle_multipart_signedz"Generator._handle_multipart_signed;sS Kggag00    " "3 ' ' 'DKKK!DKOOOOs A A c@g}|D]}|}||}||d|j|}||j}|rG|d|jkr6| |j |dd| ||j |j |dS)NFrtr<) rhr8r#r2r$rMr>r&r(rvrXrr)rr-blocksrrrtextr?s r_handle_message_delivery_statusz)Generator._handle_message_delivery_statusFsOO%% $ $D  ""A 1 A IIdUDHI = = =::<#>#'#;#;#=#=#'#4#4_#E#E#'88,A,>$@$@#'88,G,;$=$= # # ! " " " " " " "r)NNN)rrrrrrIr:rrrrsN <"""""rrrFz%%0%dd)r__all__rrr*rcopyriorr email.utilsr rWNLrr=rrprrrrlenreprr_widthrrxr:rrrsq A@ = = =  ''''''    =!!rz)R\**o$o$o$o$o$o$o$o$d /4/4/4/4/4Y/4/4/4dN6"6"6"6"6"y6"6"6"t TT#+a- ! !&)r