$25 GRAYBYTE WORDPRESS FILE MANAGER $56

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/alt/python34/lib64/python3.4/email/__pycache__/

HOME
Current File : /opt/alt/python34/lib64/python3.4/email/__pycache__//utils.cpython-34.pyo
�
e fy5�@sAdZddddddddd	d
ddd
ddgZddlZddlZddlZddlZddlZddlZddlZ	ddl
mZddl
mZ
ddl
mZddl
mZmZmZddlmZdZdZdZdZdZejd�Zejd�Zdd�Zdd �Zd!d"d�Zd#d�Zejd$ej ej!B�Z"d%d&�Z#dd'd'd(d�Z$d'd)d�Z%ddd*d	�Z&d+d�Z'd,d�Z(d-d�Z)d.d�Z*ddd/d�Z+ejd0ej,�Z-d1d�Z.d2d3d4d�Z/dd8d6d7�Z0dS)9zMiscellaneous utilities.�collapse_rfc2231_value�
decode_params�decode_rfc2231�encode_rfc2231�
formataddr�
formatdate�format_datetime�getaddresses�
make_msgid�	mktime_tz�	parseaddr�	parsedate�parsedate_tz�parsedate_to_datetime�unquote�N)�quote)�AddressList)r
)rr
�
_parsedate_tz)�Charsetz, �z
�'z[][\\()<>@,:;".]z[\\"]cCs/y|j�dSWntk
r*dSYnXdS)z8Return True if s contains surrogate-escaped binary data.FTN)�encode�UnicodeEncodeError)�s�r�0/opt/alt/python34/lib64/python3.4/email/utils.py�_has_surrogates3s


rcCs"|jdd�}|jdd�S)Nzutf-8�surrogateescape�replace)r�decode)�stringZoriginal_bytesrrr�	_sanitize@sr!zutf-8c
Cs�|\}}|jd�|r�y|jd�WnMtk
rt|t�r^t|�}n|j|�}d||fSYq�Xd}tj|�r�d}ntj	d|�}d||||fSn|S)a�The 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�
isinstance�strrZ
header_encode�
specialsre�search�	escapesre�sub)Zpair�charset�nameZaddressZencoded_nameZquotesrrrrLs 


	cCs"tj|�}t|�}|jS)z7Return a list of (REALNAME, EMAIL) for each fieldvalue.)�
COMMASPACE�join�_AddressList�addresslist)Zfieldvalues�all�arrrrnsa_
  =\?                   # 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 ?=
  cCs�ddddddddg|d	|d
ddd
dddddddddg|dd|d|d|d|d|fS)Nz"%s, %02d %s %04d %02d:%02d:%02d %sZMonZTueZWedZThuZFriZSatZSun��ZJanZFebZMarZAprZMayZJunZJulZAugZSepZOctZNovZDec�r���r)�	timetuple�zonerrr�_format_timetuple_and_zone�s !r:FcCs|dkrtj�}n|s'|rEtjj|tjj�}ntjj|�}|rr|j�}d}nt||�S)a�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.
    NF)�time�datetimeZ
fromtimestamp�timezone�utcZutcfromtimestamp�
astimezoner)�timeval�	localtime�usegmt�dtrrrr�s	cCs�|j�}|rN|jdks6|jtjjkrEtd��nd}n'|jdkrfd}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)r8�tzinfor<r=r>�
ValueErrorZstrftimer:)rCrB�nowr9rrrr�s$		cCs�ttj�d�}tj�}tjd�}|dkrFd}n
d|}|dkrktj�}nd|||||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;�os�getpid�randomZgetrandbits�socketZgetfqdn)ZidstringZdomainr@�pidZrandintZmsgidrrrr	�s
	
cCsgt|�^}}|dkr5tj|dd��Stjdtjtjd|��|dd��S)Nr2rD�seconds)rr<r=�	timedelta)�dataZdtuple�tzrrrr�s
	cCs!t|�j}|sdS|dS)Nrr)rr)r.r/)ZaddrZaddrsrrrr�scCs�t|�dkr�|jd�rV|jd�rV|dd�jdd�jdd�S|jd�r�|jd�r�|dd	�Sn|S)
zRemove quotes from a string.r4r#z\\�\z\"�<�>���rW)�len�
startswith�endswithr)r%rrrr�s&cCs5|jtd�}t|�dkr1dd|fS|S)z#Decode string according to RFC 2231r3N)�split�TICKrX)r�partsrrrr�s
cCsftjj|ddd|pd�}|dkr@|dkr@|S|dkrUd}nd|||fS)z�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.
    Zsafer�encodingr"Nz%s'%s'%s)�urllib�parser)rr*�languagerrrr�s$	z&^(?P<name>\w+)\*((?P<num>[0-9]+)\*?)?$c
Cs|dd�}g}i}|jd�\}}|j||f�x�|r|jd�\}}|jd�rzd}nd}t|�}tj|�}|r�|jdd�\}}|dk	r�t|�}n|j|g�j|||f�qG|j|dt	|�f�qGW|rx�|j
�D]�\}}g}d}	|j�xK|D]C\}}
}|r�tj
j|
d	d
�}
d}	n|j|
�qVWt	tj|��}|	r�t|�\}}}|j|||d|ff�q-|j|d|f�q-Wn|S)zDecode parameters list according to RFC 2231.

    params is a sequence of 2-tuples containing (param name, string value).
    Nr�*TFr+�numz"%s"r^zlatin-1)�pop�appendrZr�rfc2231_continuation�match�grouprJ�
setdefaultr�items�sortr_r`�EMPTYSTRINGr-r)
ZparamsZ
new_paramsZrfc2231_paramsr+�valueZencodedZmorcZ
continuationsZextendedrr*rarrrrsD		%!
	#rzus-asciicCs�t|t�s"t|�dkr,t|�S|\}}}|dkrP|}nt|d�}yt|||�SWntk
r�t|�SYnXdS)Nr5zraw-unicode-escape)r$�tuplerXr�bytesr%�LookupError)rm�errorsZfallback_charsetr*ra�textZrawbytesrrrr?s"
	
r4c	Csi|dkr(tjjtjj�j�S|jdk	rA|j�S|j�dd�|f}tj|�}tj	|�}y.tj
d|j�}tj||j�}Wn�t
k
rX|tjtj|�dd��}tjo�|jdk}|rtjntj}|tj
d|�krEtj|tj|�}ntj|�}YnX|jd|�S)a�Return 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.

    Nr4rPr2rrDrW)r<rFr=r>r?rDr8r;ZmktimerArQZ	tm_gmtoffZtm_zone�AttributeErrorZgmtimeZdaylightZtm_isdstZaltzoneZtznamer)	rCZisdstZtmrPZlocaltmZdeltarSZdstZgmtoffrrrrAYs$

&rArW)1�__doc__�__all__rK�rer;rMrNr<Zurllib.parser_Zemail._parseaddrrrr.r
rr
rZ
email.charsetrr,rlZUEMPTYSTRINGZCRLFr\�compiler&r(rr!rr�VERBOSE�
IGNORECASEZecrer:rrr	rrrrr�ASCIIrfrrrArrrr�<module>sn	
"		8


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
24 May 2024 8.33 AM
root / linksafe
0755
__init__.cpython-34.pyc
1.747 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
__init__.cpython-34.pyo
1.747 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
_encoded_words.cpython-34.pyc
5.928 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
_encoded_words.cpython-34.pyo
5.928 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
_header_value_parser.cpython-34.pyc
85.671 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
_header_value_parser.cpython-34.pyo
85.614 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
_parseaddr.cpython-34.pyc
13.518 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
_parseaddr.cpython-34.pyo
13.518 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
_policybase.cpython-34.pyc
14.488 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
_policybase.cpython-34.pyo
14.488 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
base64mime.cpython-34.pyc
3.299 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
base64mime.cpython-34.pyo
3.299 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
charset.cpython-34.pyc
11.971 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
charset.cpython-34.pyo
11.928 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
contentmanager.cpython-34.pyc
7.961 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
contentmanager.cpython-34.pyo
7.961 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
encoders.cpython-34.pyc
1.703 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
encoders.cpython-34.pyo
1.703 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
errors.cpython-34.pyc
6.131 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
errors.cpython-34.pyo
6.131 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
feedparser.cpython-34.pyc
11.563 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
feedparser.cpython-34.pyo
11.396 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
generator.cpython-34.pyc
13.273 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
generator.cpython-34.pyo
13.273 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
header.cpython-34.pyc
17.502 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
header.cpython-34.pyo
17.502 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
headerregistry.cpython-34.pyc
22.113 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
headerregistry.cpython-34.pyo
22.054 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
iterators.cpython-34.pyc
1.998 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
iterators.cpython-34.pyo
1.998 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
message.cpython-34.pyc
38.762 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
message.cpython-34.pyo
38.762 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
parser.cpython-34.pyc
5.779 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
parser.cpython-34.pyo
5.779 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
policy.cpython-34.pyc
8.879 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
policy.cpython-34.pyo
8.879 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
quoprimime.cpython-34.pyc
7.937 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
quoprimime.cpython-34.pyo
7.937 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
utils.cpython-34.pyc
10.251 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
utils.cpython-34.pyo
10.251 KB
17 Apr 2024 5.10 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF