$71 GRAYBYTE WORDPRESS FILE MANAGER $71

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/python35/lib64/python3.5/email/__pycache__/

HOME
Current File : /opt/alt/python35/lib64/python3.5/email/__pycache__//utils.cpython-35.opt-1.pyc


��Yfx5�@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/python35/lib64/python3.5/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�WnJtk
r|t|t�r[t|�}|j|�}d||fSYnBXd}tj|�r�d}tj	d|�}d||||fS|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:FcCsy|dkrtj�}|s$|rBtjj|tjj�}ntjj|�}|rl|j�}d}t||�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�}|rK|jdks6|jtjjkrBtd��d}n'|jdkrcd}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|}|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;�os�getpid�randomZgetrandbits�socketZgetfqdn)ZidstringZdomainr@�pidZrandintZmsgidrrrr	�s
	
cCsgt|�^}}|dkr5tj|dd��Stj|dd�dtjtjd|���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	�S|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
cCsctjj|ddd|pd�}|dkr@|dkr@|S|dkrRd}d|||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|�}|j|g�j|||f�qG|j|dt	|�f�qGW|rx�|j
�D]�\}}g}d}	|j�xH|D]@\}}
}|r�tj
j|
d	d
�}
d}	|j|
�qSWt	tj|��}|	r�t|�\}}}|j|||d|ff�q*|j|d|f�q*W|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|\}}}|dkrM|}t|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
..
--
12 Aug 2024 8.41 AM
root / linksafe
0755
__init__.cpython-35.opt-1.pyc
1.72 KB
31 May 2024 1.51 PM
root / linksafe
0644
__init__.cpython-35.opt-2.pyc
1.117 KB
31 May 2024 1.51 PM
root / linksafe
0644
__init__.cpython-35.pyc
1.72 KB
31 May 2024 1.51 PM
root / linksafe
0644
_encoded_words.cpython-35.opt-1.pyc
5.904 KB
31 May 2024 1.51 PM
root / linksafe
0644
_encoded_words.cpython-35.opt-2.pyc
4.055 KB
31 May 2024 1.51 PM
root / linksafe
0644
_encoded_words.cpython-35.pyc
5.904 KB
31 May 2024 1.51 PM
root / linksafe
0644
_header_value_parser.cpython-35.opt-1.pyc
85.26 KB
31 May 2024 1.51 PM
root / linksafe
0644
_header_value_parser.cpython-35.opt-2.pyc
70.101 KB
31 May 2024 1.51 PM
root / linksafe
0644
_header_value_parser.cpython-35.pyc
85.316 KB
31 May 2024 1.51 PM
root / linksafe
0644
_parseaddr.cpython-35.opt-1.pyc
13.479 KB
31 May 2024 1.51 PM
root / linksafe
0644
_parseaddr.cpython-35.opt-2.pyc
10.577 KB
31 May 2024 1.51 PM
root / linksafe
0644
_parseaddr.cpython-35.pyc
13.479 KB
31 May 2024 1.51 PM
root / linksafe
0644
_policybase.cpython-35.opt-1.pyc
14.834 KB
31 May 2024 1.51 PM
root / linksafe
0644
_policybase.cpython-35.opt-2.pyc
6.326 KB
31 May 2024 1.51 PM
root / linksafe
0644
_policybase.cpython-35.pyc
14.834 KB
31 May 2024 1.51 PM
root / linksafe
0644
base64mime.cpython-35.opt-1.pyc
3.29 KB
31 May 2024 1.51 PM
root / linksafe
0644
base64mime.cpython-35.opt-2.pyc
1.547 KB
31 May 2024 1.51 PM
root / linksafe
0644
base64mime.cpython-35.pyc
3.29 KB
31 May 2024 1.51 PM
root / linksafe
0644
charset.cpython-35.opt-1.pyc
11.73 KB
31 May 2024 1.51 PM
root / linksafe
0644
charset.cpython-35.opt-2.pyc
5.536 KB
31 May 2024 1.51 PM
root / linksafe
0644
charset.cpython-35.pyc
11.773 KB
31 May 2024 1.51 PM
root / linksafe
0644
contentmanager.cpython-35.opt-1.pyc
7.908 KB
31 May 2024 1.51 PM
root / linksafe
0644
contentmanager.cpython-35.opt-2.pyc
7.902 KB
31 May 2024 1.51 PM
root / linksafe
0644
contentmanager.cpython-35.pyc
7.908 KB
31 May 2024 1.51 PM
root / linksafe
0644
encoders.cpython-35.opt-1.pyc
1.703 KB
31 May 2024 1.51 PM
root / linksafe
0644
encoders.cpython-35.opt-2.pyc
1.353 KB
31 May 2024 1.51 PM
root / linksafe
0644
encoders.cpython-35.pyc
1.703 KB
31 May 2024 1.51 PM
root / linksafe
0644
errors.cpython-35.opt-1.pyc
6.128 KB
31 May 2024 1.51 PM
root / linksafe
0644
errors.cpython-35.opt-2.pyc
4.629 KB
31 May 2024 1.51 PM
root / linksafe
0644
errors.cpython-35.pyc
6.128 KB
31 May 2024 1.51 PM
root / linksafe
0644
feedparser.cpython-35.opt-1.pyc
11.18 KB
31 May 2024 1.51 PM
root / linksafe
0644
feedparser.cpython-35.opt-2.pyc
9.54 KB
31 May 2024 1.51 PM
root / linksafe
0644
feedparser.cpython-35.pyc
11.348 KB
31 May 2024 1.51 PM
root / linksafe
0644
generator.cpython-35.opt-1.pyc
13.177 KB
31 May 2024 1.51 PM
root / linksafe
0644
generator.cpython-35.opt-2.pyc
9.554 KB
31 May 2024 1.51 PM
root / linksafe
0644
generator.cpython-35.pyc
13.177 KB
31 May 2024 1.51 PM
root / linksafe
0644
header.cpython-35.opt-1.pyc
17.269 KB
31 May 2024 1.51 PM
root / linksafe
0644
header.cpython-35.opt-2.pyc
11.769 KB
31 May 2024 1.51 PM
root / linksafe
0644
header.cpython-35.pyc
17.269 KB
31 May 2024 1.51 PM
root / linksafe
0644
headerregistry.cpython-35.opt-1.pyc
22.027 KB
31 May 2024 1.51 PM
root / linksafe
0644
headerregistry.cpython-35.opt-2.pyc
16.378 KB
31 May 2024 1.51 PM
root / linksafe
0644
headerregistry.cpython-35.pyc
22.087 KB
31 May 2024 1.51 PM
root / linksafe
0644
iterators.cpython-35.opt-1.pyc
1.98 KB
31 May 2024 1.51 PM
root / linksafe
0644
iterators.cpython-35.opt-2.pyc
1.365 KB
31 May 2024 1.51 PM
root / linksafe
0644
iterators.cpython-35.pyc
1.98 KB
31 May 2024 1.51 PM
root / linksafe
0644
message.cpython-35.opt-1.pyc
38.32 KB
31 May 2024 1.51 PM
root / linksafe
0644
message.cpython-35.opt-2.pyc
22.639 KB
31 May 2024 1.51 PM
root / linksafe
0644
message.cpython-35.pyc
38.32 KB
31 May 2024 1.51 PM
root / linksafe
0644
parser.cpython-35.opt-1.pyc
5.771 KB
31 May 2024 1.51 PM
root / linksafe
0644
parser.cpython-35.opt-2.pyc
2.814 KB
31 May 2024 1.51 PM
root / linksafe
0644
parser.cpython-35.pyc
5.771 KB
31 May 2024 1.51 PM
root / linksafe
0644
policy.cpython-35.opt-1.pyc
9.621 KB
31 May 2024 1.51 PM
root / linksafe
0644
policy.cpython-35.opt-2.pyc
3.54 KB
31 May 2024 1.51 PM
root / linksafe
0644
policy.cpython-35.pyc
9.621 KB
31 May 2024 1.51 PM
root / linksafe
0644
quoprimime.cpython-35.opt-1.pyc
7.919 KB
31 May 2024 1.51 PM
root / linksafe
0644
quoprimime.cpython-35.opt-2.pyc
4.516 KB
31 May 2024 1.51 PM
root / linksafe
0644
quoprimime.cpython-35.pyc
7.919 KB
31 May 2024 1.51 PM
root / linksafe
0644
utils.cpython-35.opt-1.pyc
10.213 KB
31 May 2024 1.51 PM
root / linksafe
0644
utils.cpython-35.opt-2.pyc
7.148 KB
31 May 2024 1.51 PM
root / linksafe
0644
utils.cpython-35.pyc
10.213 KB
31 May 2024 1.51 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF