/opt/alt/python27/lib64/python2.7/email
NameSizeModeActions
mime/-0755rm
base64mime.py57940644editdlrm
base64mime.pyc53880644editdlrm
base64mime.pyo53880644editdlrm
charset.py160440644editdlrm
charset.pyc137620644editdlrm
charset.pyo137150644editdlrm
encoders.py20150644editdlrm
encoders.pyc23230644editdlrm
encoders.pyo23230644editdlrm
errors.py16280644editdlrm
errors.pyc37240644editdlrm
errors.pyo37240644editdlrm
feedparser.py204920644editdlrm
feedparser.pyc114420644editdlrm
feedparser.pyo113510644editdlrm
generator.py142030644editdlrm
generator.pyc106270644editdlrm
generator.pyo106270644editdlrm
header.py222430644editdlrm
header.pyc138700644editdlrm
header.pyo138000644editdlrm
iterators.py22020644editdlrm
iterators.pyc24310644editdlrm
iterators.pyo24310644editdlrm
message.py307230644editdlrm
message.pyc292740644editdlrm
message.pyo292740644editdlrm
parser.py32990644editdlrm
parser.pyc39320644editdlrm
parser.pyo39320644editdlrm
quoprimime.py108480644editdlrm
quoprimime.pyc90190644editdlrm
quoprimime.pyo90190644editdlrm
utils.py100260644editdlrm
utils.pyc95320644editdlrm
utils.pyo95320644editdlrm
_parseaddr.py161380644editdlrm
_parseaddr.pyc142440644editdlrm
_parseaddr.pyo142440644editdlrm
__init__.py28560644editdlrm
__init__.pyc29500644editdlrm
__init__.pyo29500644editdlrm
Edit: /opt/alt/python27/lib64/python2.7/email/generator.pyc (10627B)
ó Ý[ bc@súdZddgZddlZddlZddlZddlZddlZddlmZddl m Z dZ dZ ej d ejƒZd „Zdfd „ƒYZd Zdefd „ƒYZeeejdƒƒZdeZed„ZdS(s:Classes to generate plain text from a message object tree.t GeneratortDecodedGeneratoriÿÿÿÿN(tStringIO(tHeadert_s s^From cCs<t|tƒr8yt|dƒWq8tk r4tSXntS(Nsus-ascii(t isinstancetstrtunicodet UnicodeErrortTruetFalse(ts((s4/opt/alt/python27/lib64/python2.7/email/generator.pyt _is8bitstrings  cBs‰eZdZedd„Zd„Zed„Zd„Zd„Z d„Z d„Z d „Z e Z d „Zd „Zd „Zd „ZRS(sŠGenerates output from a Message object tree. This basic generator writes the message to the given file object as plain text. iNcCs||_||_||_dS(sá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), 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. N(t_fpt _mangle_from_t _maxheaderlen(tselftoutfpt mangle_from_t maxheaderlen((s4/opt/alt/python27/lib64/python2.7/email/generator.pyt__init__*s  cCs|jj|ƒdS(N(R twrite(RR ((s4/opt/alt/python27/lib64/python2.7/email/generator.pyR?scCsU|rD|jƒ}|s4dtjtjƒƒ}n|j|IJn|j|ƒdS(sì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. s From nobody N(t get_unixfromttimetctimeR t_write(Rtmsgtunixfromtufrom((s4/opt/alt/python27/lib64/python2.7/email/generator.pytflattenCs  cCs|j||j|jƒS(s1Clone this generator with the exact same options.(t __class__RR(Rtfp((s4/opt/alt/python27/lib64/python2.7/email/generator.pytcloneUscCs‰|j}z!tƒ|_}|j|ƒWd||_Xt|ddƒ}|dkre|j|ƒn ||ƒ|jj|jƒƒdS(Nt_write_headers(R Rt _dispatchtgetattrtNoneR!Rtgetvalue(RRtoldfptsfptmeth((s4/opt/alt/python27/lib64/python2.7/email/generator.pyR]s    cCs¬|jƒ}|jƒ}tj||fƒjddƒ}t|d|dƒ}|dkrž|jddƒ}t|d|dƒ}|dkrž|j}qžn||ƒdS(Nt-Rt_handle_(tget_content_maintypetget_content_subtypet UNDERSCOREtjointreplaceR#R$t _writeBody(RRtmaintsubtspecificR(tgeneric((s4/opt/alt/python27/lib64/python2.7/email/generator.pyR"xs  !  c CsÁx³|jƒD]¥\}}|jd|I|jdkrI|j|IJq t|tƒrn|j|jƒIJq t|ƒrŠ|j|IJq |jt|d|jd|ƒjƒIJq W|jJdS(Ns%s:it maxlinelent header_name(titemsR RRRtencodeR (RRthtv((s4/opt/alt/python27/lib64/python2.7/email/generator.pyR!Œs  "cCsv|jƒ}|dkrdSt|tƒsDtdt|ƒƒ‚n|jrbtjd|ƒ}n|j j |ƒdS(Nsstring payload expected: %ss>From ( t get_payloadR$Rt basestringt TypeErrorttypeRtfcreR2R R(RRtpayload((s4/opt/alt/python27/lib64/python2.7/email/generator.pyt _handle_text¬s   c Cs g}|jƒ}|dkr'g}n>t|tƒrJ|jj|ƒdSt|tƒse|g}nxL|D]D}tƒ}|j|ƒ}|j |dt ƒ|j |j ƒƒqlW|j ƒ}|sñtj|ƒ}t|ƒ}|j|ƒn|jdk r:|jr!tjd|jƒ} n |j} |j| IJn|jd|IJ|rm|jj|jdƒƒnx/|D]'} |jd|IJ|jj| ƒqtW|jjd|dtƒ|jdk r|jrëtjd|jƒ} n |j} |jj| ƒndS(NRs>From s--is --(R;R$RR<R RtlistRR RR tappendR%t get_boundarytNLR.t_make_boundaryt set_boundarytpreambleRR?R2tpoptepilogue( RRtmsgtextstsubpartstpartR tgtboundarytalltextRHt body_partRJ((s4/opt/alt/python27/lib64/python2.7/email/generator.pyt_handle_multipart¹sH             cCs4|j}zd|_|j|ƒWd||_XdS(Ni(RRR(RRtold_maxheaderlen((s4/opt/alt/python27/lib64/python2.7/email/generator.pyt_handle_multipart_signedòs   cCsÀg}xš|jƒD]Œ}tƒ}|j|ƒ}|j|dtƒ|jƒ}|jdƒ}|r’|ddkr’|jtj |d ƒƒq|j|ƒqW|j j tj |ƒƒdS(NRs iÿÿÿÿt( R;RR RR R%tsplitRCRER.R R(RRtblocksRMR RNttexttlines((s4/opt/alt/python27/lib64/python2.7/email/generator.pyt_handle_message_delivery_statusýs  cCsrtƒ}|j|ƒ}|jƒ}t|tƒr^|j|jdƒdtƒ|jƒ}n|jj |ƒdS(NiR( RR R;RRBRR R%R R(RRR RNR@((s4/opt/alt/python27/lib64/python2.7/email/generator.pyt_handle_messages  (t__name__t __module__t__doc__R RRR RR RR"R!RAR0RRRTRZR[(((s4/opt/alt/python27/lib64/python2.7/email/generator.pyR s       9 sD[Non-text (%(type)s) part of message omitted, filename %(filename)s]cBs)eZdZeddd„Zd„ZRS(s±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. iNcCs;tj||||ƒ|dkr.t|_n ||_dS(sŒ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] N(RRR$t_FMTt_fmt(RRRRtfmt((s4/opt/alt/python27/lib64/python2.7/email/generator.pyR.s  cCsÉxÂ|jƒD]´}|jƒ}|dkrD||jdtƒIJq |dkrSq ||ji|jƒd6|jƒd6|jƒd6|jdƒd6|jd d ƒd 6|jd d ƒd6IJq WdS(NRXtdecodet multipartR>tmaintypetsubtypes [no filename]tfilenamesContent-Descriptions[no description]t descriptionsContent-Transfer-Encodings [no encoding]tencoding( twalkR+R;R R`tget_content_typeR,t get_filenametget(RRRMRd((s4/opt/alt/python27/lib64/python2.7/email/generator.pyR"Js          N(R\R]R^R R$RR"(((s4/opt/alt/python27/lib64/python2.7/email/generator.pyR(sis%%0%ddcCs¨tjtjƒ}d t|d}|dkr4|S|}d}xatr£tjdtj |ƒdtj ƒ}|j |ƒs‚Pn|dt |ƒ}|d7}qCW|S( Nt=is==is^--s(--)?$t.is===============( trandomt randrangetsystmaxintR`R$R tretcompiletescapet MULTILINEtsearchR(RXttokenROtbtcountertcre((s4/opt/alt/python27/lib64/python2.7/email/generator.pyRFds  &(R^t__all__RsRqRRotwarningst cStringIORt email.headerRR-RERtRvR?R RR_RtlentreprRrt_widthR`R$RF(((s4/opt/alt/python27/lib64/python2.7/email/generator.pyts&       ÿ9