/opt/alt/python36/lib64/python3.6/email/__pycache__
NameSizeModeActions
base64mime.cpython-36.opt-1.pyc32330644editdlrm
base64mime.cpython-36.opt-2.pyc14500644editdlrm
base64mime.cpython-36.pyc32330644editdlrm
charset.cpython-36.opt-1.pyc114890644editdlrm
charset.cpython-36.opt-2.pyc51480644editdlrm
charset.cpython-36.pyc115260644editdlrm
contentmanager.cpython-36.opt-1.pyc73030644editdlrm
contentmanager.cpython-36.opt-2.pyc72970644editdlrm
contentmanager.cpython-36.pyc73030644editdlrm
encoders.cpython-36.opt-1.pyc16550644editdlrm
encoders.cpython-36.opt-2.pyc12980644editdlrm
encoders.cpython-36.pyc16550644editdlrm
errors.cpython-36.opt-1.pyc61840644editdlrm
errors.cpython-36.opt-2.pyc46360644editdlrm
errors.cpython-36.pyc61840644editdlrm
feedparser.cpython-36.opt-1.pyc105050644editdlrm
feedparser.cpython-36.opt-2.pyc88340644editdlrm
feedparser.cpython-36.pyc106590644editdlrm
generator.cpython-36.opt-1.pyc125280644editdlrm
generator.cpython-36.opt-2.pyc88260644editdlrm
generator.cpython-36.pyc125280644editdlrm
header.cpython-36.opt-1.pyc164950644editdlrm
header.cpython-36.opt-2.pyc108650644editdlrm
header.cpython-36.pyc164950644editdlrm
headerregistry.cpython-36.opt-1.pyc213810644editdlrm
headerregistry.cpython-36.opt-2.pyc156040644editdlrm
headerregistry.cpython-36.pyc214370644editdlrm
iterators.cpython-36.opt-1.pyc19250644editdlrm
iterators.cpython-36.opt-2.pyc12970644editdlrm
iterators.cpython-36.pyc19250644editdlrm
message.cpython-36.opt-1.pyc380070644editdlrm
message.cpython-36.opt-2.pyc214090644editdlrm
message.cpython-36.pyc380070644editdlrm
parser.cpython-36.opt-1.pyc57400644editdlrm
parser.cpython-36.opt-2.pyc27140644editdlrm
parser.cpython-36.pyc57400644editdlrm
policy.cpython-36.opt-1.pyc96330644editdlrm
policy.cpython-36.opt-2.pyc34100644editdlrm
policy.cpython-36.pyc96330644editdlrm
quoprimime.cpython-36.opt-1.pyc76950644editdlrm
quoprimime.cpython-36.opt-2.pyc42120644editdlrm
quoprimime.cpython-36.pyc76950644editdlrm
utils.cpython-36.opt-1.pyc98890644editdlrm
utils.cpython-36.opt-2.pyc65540644editdlrm
utils.cpython-36.pyc98890644editdlrm
_encoded_words.cpython-36.opt-1.pyc55990644editdlrm
_encoded_words.cpython-36.opt-2.pyc37070644editdlrm
_encoded_words.cpython-36.pyc55990644editdlrm
_header_value_parser.cpython-36.opt-1.pyc762120644editdlrm
_header_value_parser.cpython-36.opt-2.pyc597150644editdlrm
_header_value_parser.cpython-36.pyc762640644editdlrm
_parseaddr.cpython-36.opt-1.pyc125260644editdlrm
_parseaddr.cpython-36.opt-2.pyc95600644editdlrm
_parseaddr.cpython-36.pyc125260644editdlrm
_policybase.cpython-36.opt-1.pyc148430644editdlrm
_policybase.cpython-36.opt-2.pyc59900644editdlrm
_policybase.cpython-36.pyc148430644editdlrm
__init__.cpython-36.opt-1.pyc16840644editdlrm
__init__.cpython-36.opt-2.pyc10690644editdlrm
__init__.cpython-36.pyc16840644editdlrm
Edit: /opt/alt/python36/lib64/python3.6/email/__pycache__/utils.cpython-36.pyc (9889B)
3 cfI6@s~dZddddddddd d d d d ddgZddlZddlZddlZddlZddlZddlZddlZ ddl m Z ddl m Z ddl mZddl mZmZmZddlmZdZdZdZdZdZejdZejdZddZdd Zd8d"dZd#dZejd$ej ej!BZ"d%d&Z#d9d(dZ$d:d)dZ%d;d*d Z&d+dZ'd,d Z(d-dZ)d.dZ*d@,:;".]z[\\"]c Cs&y |jdStk r dSXdS)z8Return True if s contains surrogate-escaped binary data.FTN)encodeUnicodeEncodeError)sr0/opt/alt/python36/lib64/python3.6/email/utils.py_has_surrogates3s rcCs|jdd}|jddS)Nzutf-8surrogateescapereplace)rdecode)stringZoriginal_bytesrrr _sanitize@s r!utf-8c Cs|\}}|jd|ry|jdWn8tk r\t|trFt|}|j|}d||fSXd}tj|rpd}tj d|}d||||fS|S)aThe inverse of parseaddr(), this takes a 2-tuple of the form (realname, email_address) and returns the string value suitable for an RFC 2822 From, To or Cc header. If the first element of pair is false, then the second element is returned unmodified. Optional charset if given is the character set that is used to encode realname in case realname is not ASCII safe. Can be an instance of str or a Charset-like object which has a header_encode method. Default is 'utf-8'. asciiz%s <%s>r"z\\\g<0>z %s%s%s <%s>) rr isinstancestrrZ header_encode specialsresearch escapesresub)ZpaircharsetnameZaddressZ encoded_nameZquotesrrrrLs      cCstj|}t|}|jS)z7Return a list of (REALNAME, EMAIL) for each fieldvalue.) COMMASPACEjoin _AddressList addresslist)Z fieldvaluesallarrrrns a_ =\? # literal =? (?P[^?]*?) # non-greedy up to the next ? is the charset \? # literal ? (?P[qb]) # either a "q" or a "b", case insensitive \? # literal ? (?P.*?) # non-greedy up to the next ?= is the atom \?= # literal ?= cCsfddddddddg|d |d d d d dddddddddg |dd|d|d|d|d|fS)Nz"%s, %02d %s %04d %02d:%02d:%02d %sZMonZTueZWedZThuZFriZSatZSunZJanZFebZMarZAprZMayZJunZJulZAugZSepZOctZNovZDecrr) timetuplezonerrr_format_timetuple_and_zones r;FcCsR|dkrtj}|s|r,tjj|tjj}n tjj|}|rH|j}d}t||S)aReturns a date string as specified by RFC 2822, e.g.: Fri, 09 Nov 2001 01:08:47 -0000 Optional timeval if given is a floating point time value as accepted by gmtime() and localtime(), otherwise the current time is used. Optional localtime is a flag that when True, interprets timeval, and returns a date relative to the local timezone instead of UTC, properly taking daylight savings time into account. Optional argument usegmt means that the timezone is written out as an ascii string, not numeric one (so "GMT" instead of "+0000"). This is needed for HTTP, and is only used when localtime==False. NF)timedatetimeZ fromtimestamptimezoneutcZutcfromtimestamp astimezoner)timeval localtimeusegmtdtrrrrs cCsV|j}|r2|jdks$|jtjjkr,tdd}n|jdkrBd}n |jd}t||S)a$Turn a datetime into a date string as specified in RFC 2822. If usegmt is True, dt must be an aware datetime with an offset of zero. In this case 'GMT' will be rendered instead of the normal +0000 required by RFC2822. This is to support HTTP headers involving date stamps. Nz%usegmt option requires a UTC datetimeZGMTz-0000z%z)r9tzinfor=r>r? ValueErrorZstrftimer;)rDrCnowr:rrrrs  cCs^ttjd}tj}tjd}|dkr0d}nd|}|dkrHtj}d|||||f}|S)a{Returns a string suitable for RFC 2822 compliant Message-ID, e.g: <142480216486.20800.16526388040877946887@nightshade.la.mastaler.com> Optional idstring if given is a string used to strengthen the uniqueness of the message id. Optional domain if given provides the portion of the message id after the '@'. It defaults to the locally defined hostname. d@Nr.z<%d.%d.%d%s@%s>)intr<osgetpidrandomZ getrandbitssocketZgetfqdn)ZidstringZdomainrApidZrandintZmsgidrrrr s  cCsNt|^}}|dkr(tj|ddStj|dddtjtj|diS)Nr3rE)seconds)rr=r> timedelta)dataZdtupletzrrrrs cCst|j}|sdS|dS)z Parse addr into its constituent realname and email address parts. Return a tuple of realname and email address, unless the parse fails, in which case return a 2-tuple of ('', ''). rr)rr)r/r0)ZaddrZaddrsrrrr s cCs`t|dkr\|jdr<|jdr<|ddjddjddS|jdr\|jdr\|dd S|S) zRemove quotes from a string.r5r$z\\\z\"<>rX)len startswithendswithr)r&rrrrs   cCs&|jtd}t|dkr"dd|fS|S)z#Decode string according to RFC 2231r4N)splitTICKrY)rpartsrrrrs   cCsDtjj|d|pdd}|dkr*|dkr*|S|dkr6d}d|||fS)zEncode string according to RFC 2231. If neither charset nor language is given, then s is returned as-is. If charset is given but not language, the string is encoded using the empty string for language. rr#)ZsafeencodingNz%s'%s'%s)urllibparser)rr+languagerrrrs z&^(?P\w+)\*((?P[0-9]+)\*?)?$c Csx|dd}g}i}|jd\}}|j||fx|r|jd\}}|jdrTd}nd}t|}tj|}|r|jdd\}}|dk rt|}|j|gj|||fq2|j|dt |fq2W|rtx|j D]\}}g}d} |j x6|D].\}} }|rt j j| d d } d} |j| qWt tj|}| r^t|\} } }|j|| | d|ffq|j|d|fqW|S) zDecode parameters list according to RFC 2231. params is a sequence of 2-tuples containing (param name, string value). Nr*TFr,numz"%s"zlatin-1)r_)popappendr[rrfc2231_continuationmatchgrouprK setdefaultritemssortr`ra EMPTYSTRINGr.r) ZparamsZ new_paramsZrfc2231_paramsr,valueZencodedZmordZ continuationsZextendedrr+rbrrrr sD   rus-asciic Csjt|t st|dkr t|S|\}}}|dkr6|}t|d}y t|||Stk rdt|SXdS)Nr6zraw-unicode-escape)r%tuplerYrbytesr& LookupError)rnerrorsZfallback_charsetr+rbtextZrawbytesrrrrEs   r5c Cs|dkrtjjtjjjS|jdk r.|jS|jdd|f}tj|}tj |}y tj |j d}tj||j }Wnt k r|tjtj|dd}tjo|jdk}|rtjntj }|tj |dkrtj|tj|}n tj|}YnX|j|dS)aReturn local time as an aware datetime object. If called without arguments, return current time. Otherwise *dt* argument should be a datetime instance, and it is converted to the local time zone according to the system time zone database. If *dt* is naive (that is, dt.tzinfo is None), it is assumed to be in local time. In this case, a positive or zero value for *isdst* causes localtime to presume initially that summer time (for example, Daylight Saving Time) is or is not (respectively) in effect for the specified time. A negative value for *isdst* causes the localtime() function to attempt to divine whether summer time is in effect for the specified time. Nr5)rQr3r)rErX)r=rGr>r?r@rEr9r<ZmktimerBrRZ tm_gmtoffZtm_zoneAttributeErrorZgmtimeZdaylightZtm_isdstZaltzoneZtznamer) rDZisdstZtmrQZlocaltmZdeltarTdstZgmtoffrrrrB_s$   rB)r")NFF)F)NN)NN)rrorX)NrX)1__doc____all__rLrer<rNrOr=Z urllib.parser`Zemail._parseaddrrrr/r r r rZ email.charsetrr-rmZ UEMPTYSTRINGZCRLFr]compiler'r)rr!rrVERBOSE IGNORECASEZecrer;rrr rr rrrASCIIrgrrrBrrrrsn        "     8