Spade

Mini Shell

Directory:~$ /proc/self/root/usr/lib64/python2.7/email/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ //proc/self/root/usr/lib64/python2.7/email/utils.pyc

�
s�fc
@sLdZddddddddd	d
ddd
g
ZddlZddlZddlZddlZddlZddlZddlZddl	Z	ddl
mZddl
mZ
ddl
mZddl
mZddl
mZddlmZddlmZmZdZdZdZdZdZejd�Zejd�Z
d�Z!d�Z"d
�Z#d!�Z$d"�Z%d#�Z&e'Z(e'd$�Z)ejd%ej*ej+B�Z,de.e.d&�Z/dd'�Z0d(�Zd)�Ze'd*�Z1d+�Z2d,�Z3d-�Z4d.�Z5d/�Z6ddd0�Z7ejd1�Z8d2�Z9d3d4d5�Z:dS(6sMiscellaneous
utilities.tcollapse_rfc2231_valuet
decode_paramstdecode_rfc2231tencode_rfc2231t
formataddrt
formatdatetgetaddressest
make_msgidt	mktime_tzt	parseaddrt	parsedatetparsedate_tztunquotei����N(tquote(tAddressList(R(R
(R(tdecodestring(t_bencodet_qencodes, tus
t's[][\\()<>@,:;".]s	[][\\()"]cCs|S(N((ts((s#/usr/lib64/python2.7/email/utils.pyt	_identity:scCs|s
|Stj|�S(s�Decodes a base64 string.

    This function is equivalent to base64.decodestring and it's
retained only
    for backward compatibility. It used to remove the last \n of the
decoded
    string, if it had any (see issue 7143).
   
(tbase64R(R((s#/usr/lib64/python2.7/email/utils.pyt_bdecode>scCs.tjdt|�}tjdt|�}|S(s-Replace
all line-ending characters with
\r\n.s	(?<!\r)\ns\r(?!\n)(tretsubtCRLF(R((s#/usr/lib64/python2.7/email/utils.pytfix_eolsKscCsZ|\}}|rVd}tj|�r0d}ntjd|�}d||||fS|S(sThe
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.
    Rt"s\\\g<0>s%s%s%s <%s>(t
specialsretsearcht	escapesreR(tpairtnametaddresstquotes((s#/usr/lib64/python2.7/email/utils.pyRUs	ccsd}t}xXt|�D]J\}}|rC|d|fVt}q|dkrXt}q||fVqW|r{|dfVndS(Nis\(tFalset	enumeratetTrue(taddrtpostescapetch((s#/usr/lib64/python2.7/email/utils.pyt_iter_escaped_charsgs		cCs�d|kr|Sd}d}g}xqt|�D]c\}}|dkr/|dkr\|}q�||kr|j|||!�n|d}d}q/q/W|t|�kr�|j||�ndj|�S(s
Strip real names between
quotes.RiiRN(tNoneR+tappendtlentjoin(R'tstarttopen_postresultR(R*((s#/usr/lib64/python2.7/email/utils.pyt_strip_quoted_realnamesvs
	

cCs�|s2tjd�|D��}t|�}|jSg|D]}t|�^q9}t|�}tj|�}t|�}t|j�}d}x1|D])}t|�}|d|jd�7}q�Wt	|�|kr�dgS|S(s�Return
a list of (REALNAME, EMAIL) or ('','') for each
fieldvalue.

    When parsing fails for a fieldvalue, a 2-tuple of ('',
'') is returned in
    its place.

    If strict is true, use a strict parser which rejects malformed inputs.
   
css|]}t|�VqdS(N(tstr(t.0tv((s#/usr/lib64/python2.7/email/utils.pys	<genexpr>�siit,R(RR(
t
COMMASPACER/t_AddressListtaddresslistR4t_pre_parse_validationt_post_parse_validationR3tcountR.(tfieldvalueststricttalltaR6R'R2tn((s#/usr/lib64/python2.7/email/utils.pyR�s

s_
  =\?                   # literal =?
  (?P<charset>[^?]*?)   # non-greedy up to the next ? is the charset
  \?                    # literal ?
  (?P<encoding>[qb])    # either a "q" or a "b",
case insensitive
  \?                    # literal ?
  (?P<atom>.*?)         # non-greedy up to the next ?= is the atom
  \?=                   # literal ?=
 
c	CsM|d$krtj�}n|r�tj|�}tjrO|drOtj}n	tj}tt|�d�\}}|dkr�d}nd}d|||df}n$tj|�}|r�d}nd	}d
ddd
ddddg|d|dddddddddddddg|d d
|d|d!|d"|d#|fS(%s�Returns 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.
    i����iit-t+s
%s%02d%02di<tGMTs-0000s"%s, %02d %s %04d %02d:%02d:%02d
%stMontTuetWedtThutFritSattSuniitJantFebtMartAprtMaytJuntJultAugtSeptOcttNovtDeciiiiN(	R,ttimet	localtimetdaylighttaltzonettimezonetdivmodtabstgmtime(	ttimevalRZtusegmttnowtoffsetthourstminutestsigntzone((s#/usr/lib64/python2.7/email/utils.pyR�s.			
!cCs�tj�}tjdtj|��}tj�}tjd�}|dkrWd}n
d|}tj	�}d|||||f}|S(s�Returns a string suitable for RFC
2822 compliant Message-ID, e.g:

    <20020201195627.33539.96671@nightshade.la.mastaler.com>

    Optional idstring if given is a string used to strengthen the
    uniqueness of the message id.
    s%Y%m%d%H%M%Si��Rt.s<%s.%s.%s%s@%s>N(
RYtstrftimeR`tostgetpidtrandomt	randrangeR,tsockettgetfqdn(tidstringRatutcdatetpidtrandinttidhosttmsgid((s#/usr/lib64/python2.7/email/utils.pyR�s	
cCs|s
dSt|�S(N(R,t
_parsedate(tdata((s#/usr/lib64/python2.7/email/utils.pyR
scCs|s
dSt|�S(N(R,t
_parsedate_tz(Rx((s#/usr/lib64/python2.7/email/utils.pyRscCs�|s't|�j}|sdS|dSt|t�rC|d}nt|t�sVdSt|g�d}tt|�j�}|s�t|�dkr�dS|dS(s
    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 ('', '').

    If strict is True, use a strict parser which rejects malformed inputs.
    Rii(RR(RR(RR(R9R:t
isinstancetlistR4R;R<R.(R'R?taddrs((s#/usr/lib64/python2.7/email/utils.pyR	$s

cCs{t|�}d}x\t|�D]N\}}|dkrD|d7}q|dkr|d8}|dkrmtSqqW|dkS(Nit(it)(R3R+R$(R'topensR(R*((s#/usr/lib64/python2.7/email/utils.pyt_check_parenthesisCs

cCs=g}x0|D](}t|�s(d}n|j|�q
W|S(Ns('',
'')(R�R-(temail_header_fieldstaccepted_valuesR6((s#/usr/lib64/python2.7/email/utils.pyR;Rs
	cCsAg}x4|D],}d|dkr,d}n|j|�q
W|S(Nt[iR(RR(R-(tparsed_email_header_tuplesR�R6((s#/usr/lib64/python2.7/email/utils.pyR<\s
	cCs�t|�dkr|jd�rS|jd�rS|dd!jdd�jdd�S|jd�r|jd�r|dd!Sn|S(	sRemove
quotes from a string.iRi����s\\s\s\"t<t>(R.t
startswithtendswithtreplace(R4((s#/usr/lib64/python2.7/email/utils.pyRis#cCs5|jtd�}t|�dkr1dd|fS|S(s#Decode
string according to RFC
2231iN(tsplittTICKR.R,(Rtparts((s#/usr/lib64/python2.7/email/utils.pyRus
cCscddl}|j|dd�}|dkr=|dkr=|S|dkrRd}nd|||fS(s�Encode
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.
   
i����NtsafeRs%s'%s'%s(turllibR
R,(RtcharsettlanguageR�((s#/usr/lib64/python2.7/email/utils.pyR}s	s&^(?P<name>\w+)\*((?P<num>[0-9]+)\*?)?$c
Cs|}g}i}|jd�\}}|j||f�x�|r|jd�\}}|jd�rqt}nt}t|�}tj|�}|r�|jdd�\}}|dk	r�t
|�}n|j|g�j|||f�q>|j|dt|�f�q>W|r�x�|j
�D]�\}}g}t}	|j�xB|D]:\}}
}|rztj|
�}
t}	n|j|
�qMWttj|��}|	r�t|�\}}}|j|||d|ff�q$|j|d|f�q$Wn|S(sDecode
parameters list according to RFC 2231.

    params is a sequence of 2-tuples containing (param name, string value).
   
it*R!tnums"%s"N(tpopR-R�R&R$Rtrfc2231_continuationtmatchtgroupR,tintt
setdefaultR
titemstsortR�tEMPTYSTRINGR/R(
tparamst
new_paramstrfc2231_paramsR!tvaluetencodedtmoR�t
continuationstextendedRR�R�((s#/usr/lib64/python2.7/email/utils.pyR�sD		%!
	#R�sus-asciicCsut|t�rgt|d�}|dp,d}yt|||�SWqqtk
rct|||�SXn
t|�SdS(Niisus-ascii(RzttupleRtunicodetLookupError(R�terrorstfallback_charsettrawvalR�((s#/usr/lib64/python2.7/email/utils.pyR�s
(;t__doc__t__all__RkRRYRRmRoR�twarningstemail._parseaddrR
RR9RR
RwRRytquopriRt_qdecodetemail.encodersRRR8R�tUEMPTYSTRINGRR�tcompileRRRRRRR+R3R&tsupports_strict_parsingRtVERBOSEt
IGNORECASEtecreR,R$RRR	R�R;R<RRRR�RR(((s#/usr/lib64/python2.7/email/utils.pyt<module>sx			
	
			-5				
	
			5