$30 GRAYBYTE WORDPRESS FILE MANAGER $84

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/python38/lib64/python3.8/email/__pycache__/

HOME
Current File : /opt/alt/python38/lib64/python3.8/email/__pycache__//utils.cpython-38.pyc
U

i�f~C�@s�dZddddddddd	d
ddd
ddgZddlZddlZddlZddlZddlZddlZddlZ	ddl
mZddl
mZ
ddl
mZddl
mZmZmZddlmZdZdZdZdZdZe�d�Ze�d�Zdd�Zdd �ZdCd"d�Zd#d$�Zd%d&�Z d'Z!d'd(�d)d�Z"d*d+�Z#d,d-�Z$d.d/�Z%d0d1�Z&dDd3d�Z'dEd4d�Z(dFd5d	�Z)d6d�Z*d'd(�d7d�Z+d8d�Z,d9d�Z-dGd:d�Z.e�d;ej/�Z0d<d�Z1dHd?d�Z2dIdAdB�Z3dS)JzMiscellaneous 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*z|��WdStk
r$YdSXdS)z8Return True if s contains surrogate-escaped binary data.FTN)�encode�UnicodeEncodeError)�s�r�0/opt/alt/python38/lib64/python3.8/email/utils.py�_has_surrogates4s
rcCs|�dd�}|�dd�S)N�utf-8�surrogateescape�replace)r�decode)�stringZoriginal_bytesrrr�	_sanitizeAsr"rcCs�|\}}|�d�|r�z|�d�Wn<tk
r`t|t�rFt|�}|�|�}d||fYSXd}t�|�rtd}t�	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.

    The optional charset 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_nameZquotesrrrrMs 




ccs\d}d}t|�D]8\}}|r0|d|fVd}q|dkr>d}q||fVq|rX|dfVdS)NrF�\T)�	enumerate)�addr�pos�escape�chrrr�_iter_escaped_charsnsr3cCs�d|kr|Sd}d}g}t|�D]D\}}|dkr |dkr>|}q ||krX|�|||��|d}d}q |t|�kr�|�||d��d�|�S)z Strip real names between quotes.r$rN�r)r3�append�len�join)r/�startZopen_pos�resultr0r2rrr�_strip_quoted_realnames}s r:T)�strictcCs�|s&t�dd�|D��}t|�}|jSdd�|D�}t|�}t�|�}t|�}t|j�}d}|D]}t|�}|d|�d�7}q`t|�|kr�dgS|S)	z�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�r&��.0�vrrr�	<genexpr>�szgetaddresses.<locals>.<genexpr>cSsg|]}t|��qSrr<r=rrr�
<listcomp>�sz getaddresses.<locals>.<listcomp>rr4�,�rr)	�
COMMASPACEr7�_AddressList�addresslist�_pre_parse_validation�_post_parse_validationr:�countr6)Zfieldvaluesr;�all�ar/r9�nr?rrrr�s 

cCsVt|�}d}t|�D]8\}}|dkr.|d7}q|dkr|d8}|dkrdSq|dkS)Nr�(r4�)F)r:r3)r/Zopensr0r2rrr�_check_parenthesis�s
rOcCs(g}|D]}t|�sd}|�|�q|S)Nz('', ''))rOr5)Zemail_header_fields�accepted_valuesr?rrrrG�srGcCs,g}|D]}d|dkrd}|�|�q|S)N�[r4rC)r5)Zparsed_email_header_tuplesrPr?rrrrH�srHcCsfddddddddg|d	|d
ddd
dddddddddg|dd|d|d|d|d|fS)Nz"%s, %02d %s %04d %02d:%02d:%02d %sZMonZTueZWedZThuZFriZSatZSun��ZJanZFebZMarZAprZMayZJunZJulZAugZSepZOctZNovZDecr4r���r)�	timetuple�zonerrr�_format_timetuple_and_zone�s&�
��rYFcCsR|dkrt��}|s|r,tj�|tjj�}ntj�|�}|rH|��}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cCsV|��}|r2|jdks$|jtjjkr,td��d}n|jdkrBd}n
|�d�}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)rW�tzinfor[r\r]�
ValueError�strftimerY)rbra�nowrXrrrrs

cCs^tt��d�}t��}t�d�}|dkr0d}nd|}|dkrHt��}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>)�intrZ�os�getpid�randomZgetrandbits�socketZgetfqdn)ZidstringZdomainr_�pidZrandintZmsgidrrrr	"s

cCsNt|��^}}|dkr(tj|dd��Stj|dd�dt�tj|d��i�S)NrRrc��seconds)rr[r\�	timedelta)�dataZdtuple�tzrrrr9s�cCsv|st|�j}|sdS|dSt|t�r0|d}t|t�s>dSt|g�d}tt|�j�}|rjt|�dkrndS|dS)a
    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.
    rCrr4)rErFr%�listr&rGrHr6)r/r;ZaddrsrrrrAs	


cCs`t|�dkr\|�d�r<|�d�r<|dd��dd��dd�S|�d�r\|�d�r\|dd�S|S)	zRemove quotes from a string.r4r$���z\\r-z\"�<�>)r6�
startswith�endswithrr<rrrr`scCs&|�td�}t|�dkr"dd|fS|S)z#Decode string according to RFC 2231rSN)�split�TICKr6)r�partsrrrrls
cCsDtjj|d|pdd�}|dkr*|dkr*|S|dkr6d}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.
    rr#)Zsafe�encodingNz%s'%s'%s)�urllib�parser)rr+�languagerrrrtsz&^(?P<name>\w+)\*((?P<num>[0-9]+)\*?)?$c
Csl|dd�}g}i}|�d�\}}|�||f�|r�|�d�\}}|�d�rRd}nd}t|�}t�|�}|r�|�dd�\}}|dk	r�t|�}|�|g��|||f�q0|�|dt	|�f�q0|�rh|�
�D]�\}}g}d}	|��|D].\}}
}|�rtj
j|
d	d
�}
d}	|�|
�q�t	t�|��}|	�rTt|�\}}}|�|||d|ff�q�|�|d|f�q�|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~)�popr5rzr�rfc2231_continuation�match�grouprj�
setdefaultr�items�sortrr��EMPTYSTRINGr7r)
ZparamsZ
new_paramsZrfc2231_paramsr,�valueZencodedZmor�Z
continuationsZextendedrr+r�rrrr�sD

r�us-asciicCsnt|t�rt|�dkrt|�S|\}}}|dkr4|}t|d�}zt|||�WStk
rht|�YSXdS)NrTzraw-unicode-escape)r%�tupler6r�bytesr&�LookupError)r��errorsZfallback_charsetr+r��textZrawbytesrrrr�s

rvc	Cs|dkrtj�tjj���S|jdk	r.|��S|��dd�|f}t�|�}t�	|�}z tj
|jd�}t�||j�}Wn�t
k
r�|tjt�|�dd��}tjo�|jdk}|r�tjntj}|tj
|d�kr�t�|tj|�}n
t�|�}YnX|j|d�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.

    NrvrprRr)rc)r[rfr\r]r^rcrWrZ�mktimer`rr�	tm_gmtoff�tm_zone�AttributeError�gmtime�daylight�tm_isdst�altzone�tznamer)	rbZisdstZtmrqZlocaltmZdeltartZdstZgmtoffrrrr`�s$


r`)r)NFF)F)NN)NN)rr�)Nrv)4�__doc__�__all__rk�rerZrmrnr[Zurllib.parserZemail._parseaddrrrrEr
rr
rZ
email.charsetrrDr�ZUEMPTYSTRINGZCRLFr|�compiler'r)rr"rr3r:Zsupports_strict_parsingrrOrGrHrYrrr	rrrrr�ASCIIr�rrr`rrrr�<module>s|�



!,
	



�8�



Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
26 Oct 2024 8.34 AM
root / linksafe
0755
__init__.cpython-38.opt-1.pyc
1.666 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
__init__.cpython-38.opt-2.pyc
1.056 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
__init__.cpython-38.pyc
1.666 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
_encoded_words.cpython-38.opt-1.pyc
5.567 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
_encoded_words.cpython-38.opt-2.pyc
3.726 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
_encoded_words.cpython-38.pyc
5.567 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
_header_value_parser.cpython-38.opt-1.pyc
78.103 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
_header_value_parser.cpython-38.opt-2.pyc
61.626 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
_header_value_parser.cpython-38.pyc
78.149 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
_parseaddr.cpython-38.opt-1.pyc
12.19 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
_parseaddr.cpython-38.opt-2.pyc
9.3 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
_parseaddr.cpython-38.pyc
12.19 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
_policybase.cpython-38.opt-1.pyc
14.925 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
_policybase.cpython-38.opt-2.pyc
5.889 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
_policybase.cpython-38.pyc
14.925 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
base64mime.cpython-38.opt-1.pyc
3.174 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
base64mime.cpython-38.opt-2.pyc
1.438 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
base64mime.cpython-38.pyc
3.174 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
charset.cpython-38.opt-1.pyc
11.169 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
charset.cpython-38.opt-2.pyc
4.988 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
charset.cpython-38.pyc
11.205 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
contentmanager.cpython-38.opt-1.pyc
7.203 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
contentmanager.cpython-38.opt-2.pyc
7.203 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
contentmanager.cpython-38.pyc
7.203 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
encoders.cpython-38.opt-1.pyc
1.589 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
encoders.cpython-38.opt-2.pyc
1.246 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
encoders.cpython-38.pyc
1.589 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
errors.cpython-38.opt-1.pyc
5.943 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
errors.cpython-38.opt-2.pyc
4.512 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
errors.cpython-38.pyc
5.943 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
feedparser.cpython-38.opt-1.pyc
10.259 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
feedparser.cpython-38.opt-2.pyc
8.635 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
feedparser.cpython-38.pyc
10.407 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
generator.cpython-38.opt-1.pyc
12.674 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
generator.cpython-38.opt-2.pyc
9.062 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
generator.cpython-38.pyc
12.674 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
header.cpython-38.opt-1.pyc
16.068 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
header.cpython-38.opt-2.pyc
10.576 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
header.cpython-38.pyc
16.068 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
headerregistry.cpython-38.opt-1.pyc
21.491 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
headerregistry.cpython-38.opt-2.pyc
15.863 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
headerregistry.cpython-38.pyc
21.542 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
iterators.cpython-38.opt-1.pyc
1.89 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
iterators.cpython-38.opt-2.pyc
1.284 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
iterators.cpython-38.pyc
1.89 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
message.cpython-38.opt-1.pyc
37.005 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
message.cpython-38.opt-2.pyc
20.831 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
message.cpython-38.pyc
37.005 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
parser.cpython-38.opt-1.pyc
5.603 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
parser.cpython-38.opt-2.pyc
2.655 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
parser.cpython-38.pyc
5.603 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
policy.cpython-38.opt-1.pyc
9.446 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
policy.cpython-38.opt-2.pyc
3.377 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
policy.cpython-38.pyc
9.446 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
quoprimime.cpython-38.opt-1.pyc
7.513 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
quoprimime.cpython-38.opt-2.pyc
4.121 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
quoprimime.cpython-38.pyc
7.513 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
utils.cpython-38.opt-1.pyc
11.598 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
utils.cpython-38.opt-2.pyc
8.06 KB
23 Sep 2024 11.26 AM
root / linksafe
0644
utils.cpython-38.pyc
11.598 KB
23 Sep 2024 11.26 AM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF