$59 GRAYBYTE WORDPRESS FILE MANAGER $48

SERVER : in-mum-web1330.main-hosting.eu #1 SMP Mon Feb 10 22:45:17 UTC 2025
SERVER IP : 91.108.106.21 | ADMIN IP 216.73.216.143
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/lib64/python3.8/email/__pycache__/

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

e5d�4�@sjdZddddddddd	d
ddd
ddgZddlZddlZddlZddlZddlZddlZddlZ	ddl
mZddl
mZ
ddl
mZddl
mZmZmZddlmZdZdZdZdZdZe�d�Ze�d�Zdd�Zdd �Zd7d"d�Zd#d�Zd$d%�Z d8d'd�Z!d9d(d�Z"d:d)d	�Z#d*d�Z$d+d�Z%d,d�Z&d-d�Z'd;d.d�Z(e�d/ej)�Z*d0d�Z+d<d3d�Z,d=d5d6�Z-dS)>zMiscellaneous 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�#/usr/lib64/python3.8/email/utils.py�_has_surrogates3s
rcCs|�dd�}|�dd�S)N�utf-8�surrogateescape�replace)r�decode)�stringZoriginal_bytesrrr�	_sanitize@s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_nameZquotesrrrrLs 




cCst�|�}t|�}|jS)z7Return a list of (REALNAME, EMAIL) for each fieldvalue.)�
COMMASPACE�join�_AddressList�addresslist)Zfieldvalues�all�arrrrns
cCsfddddddddg|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_zoneus&�
��r;FcCsR|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)r9�tzinfor=r>r?�
ValueError�strftimer;)rDrC�nowr:rrrr�s

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>)�intr<�os�getpid�randomZgetrandbits�socketZgetfqdn)ZidstringZdomainrA�pidZrandintZmsgidrrrr	�s

cCsNt|��^}}|dkr(tj|dd��Stj|dd�dt�tj|d��i�S)Nr3rE��seconds)rr=r>�	timedelta)�dataZdtuple�tzrrrr�s�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 ('', '').
    )rrr)r/r0)ZaddrZaddrsrrrr�s
cCs`t|�dkr\|�d�r<|�d�r<|dd��dd��dd�S|�d�r\|�d�r\|dd�S|S)	zRemove quotes from a string.r5r$���z\\�\z\"�<�>)�len�
startswith�endswithr)r&rrrr�scCs&|�td�}t|�dkr"dd|fS|S)z#Decode string according to RFC 2231r4N)�split�TICKr[)r�partsrrrr�s
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+�languagerrrr�s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)ra)�pop�appendr]r�rfc2231_continuation�match�grouprL�
setdefaultr�items�sortrbrc�EMPTYSTRINGr.r)
ZparamsZ
new_paramsZrfc2231_paramsr,�valueZencodedZmorfZ
continuationsZextendedrr+rdrrrrsD

r�us-asciicCsnt|t�rt|�dkrt|�S|\}}}|dkr4|}t|d�}zt|||�WStk
rht|�YSXdS)Nr6zraw-unicode-escape)r%�tupler[r�bytesr&�LookupError)rp�errorsZfallback_charsetr+rd�textZrawbytesrrrr9s

rWc	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.

    NrWrRr3r)rE)r=rHr>r?r@rEr9r<�mktimerBrT�	tm_gmtoff�tm_zone�AttributeError�gmtime�daylight�tm_isdst�altzone�tznamer)	rDZisdstZtmrSZlocaltmZdeltarVZdstZgmtoffrrrrBSs$


rB)r)NFF)F)NN)NN)rrq)NrW).�__doc__�__all__rM�rer<rOrPr=Zurllib.parserbZemail._parseaddrrrr/r
rr
rZ
email.charsetrr-roZUEMPTYSTRINGZCRLFr_�compiler'r)rr"rrr;rrr	rrrrr�ASCIIrirrrBrrrr�<module>sp�



"	



�8�


Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
21 Oct 2025 6.55 AM
root / root
0755
__init__.cpython-38.opt-1.pyc
1.653 KB
17 Oct 2023 6.13 PM
root / root
0644
__init__.cpython-38.opt-2.pyc
1.043 KB
17 Oct 2023 6.13 PM
root / root
0644
__init__.cpython-38.pyc
1.653 KB
17 Oct 2023 6.13 PM
root / root
0644
_encoded_words.cpython-38.opt-1.pyc
5.555 KB
17 Oct 2023 6.13 PM
root / root
0644
_encoded_words.cpython-38.opt-2.pyc
3.713 KB
17 Oct 2023 6.13 PM
root / root
0644
_encoded_words.cpython-38.pyc
5.555 KB
17 Oct 2023 6.13 PM
root / root
0644
_header_value_parser.cpython-38.opt-1.pyc
78.015 KB
17 Oct 2023 6.13 PM
root / root
0644
_header_value_parser.cpython-38.opt-2.pyc
61.538 KB
17 Oct 2023 6.13 PM
root / root
0644
_header_value_parser.cpython-38.pyc
78.062 KB
17 Oct 2023 6.13 PM
root / root
0644
_parseaddr.cpython-38.opt-1.pyc
12.178 KB
17 Oct 2023 6.13 PM
root / root
0644
_parseaddr.cpython-38.opt-2.pyc
9.287 KB
17 Oct 2023 6.13 PM
root / root
0644
_parseaddr.cpython-38.pyc
12.178 KB
17 Oct 2023 6.13 PM
root / root
0644
_policybase.cpython-38.opt-1.pyc
14.465 KB
17 Oct 2023 6.13 PM
root / root
0644
_policybase.cpython-38.opt-2.pyc
5.844 KB
17 Oct 2023 6.13 PM
root / root
0644
_policybase.cpython-38.pyc
14.465 KB
17 Oct 2023 6.13 PM
root / root
0644
base64mime.cpython-38.opt-1.pyc
3.161 KB
17 Oct 2023 6.13 PM
root / root
0644
base64mime.cpython-38.opt-2.pyc
1.426 KB
17 Oct 2023 6.13 PM
root / root
0644
base64mime.cpython-38.pyc
3.161 KB
17 Oct 2023 6.13 PM
root / root
0644
charset.cpython-38.opt-1.pyc
11.156 KB
17 Oct 2023 6.13 PM
root / root
0644
charset.cpython-38.opt-2.pyc
4.976 KB
17 Oct 2023 6.13 PM
root / root
0644
charset.cpython-38.pyc
11.192 KB
17 Oct 2023 6.13 PM
root / root
0644
contentmanager.cpython-38.opt-1.pyc
7.19 KB
17 Oct 2023 6.13 PM
root / root
0644
contentmanager.cpython-38.opt-2.pyc
7.19 KB
17 Oct 2023 6.13 PM
root / root
0644
contentmanager.cpython-38.pyc
7.19 KB
17 Oct 2023 6.13 PM
root / root
0644
encoders.cpython-38.opt-1.pyc
1.576 KB
17 Oct 2023 6.13 PM
root / root
0644
encoders.cpython-38.opt-2.pyc
1.233 KB
17 Oct 2023 6.13 PM
root / root
0644
encoders.cpython-38.pyc
1.576 KB
17 Oct 2023 6.13 PM
root / root
0644
errors.cpython-38.opt-1.pyc
5.769 KB
17 Oct 2023 6.13 PM
root / root
0644
errors.cpython-38.opt-2.pyc
4.37 KB
17 Oct 2023 6.13 PM
root / root
0644
errors.cpython-38.pyc
5.769 KB
17 Oct 2023 6.13 PM
root / root
0644
feedparser.cpython-38.opt-1.pyc
10.246 KB
17 Oct 2023 6.13 PM
root / root
0644
feedparser.cpython-38.opt-2.pyc
8.622 KB
17 Oct 2023 6.13 PM
root / root
0644
feedparser.cpython-38.pyc
10.395 KB
17 Oct 2023 6.13 PM
root / root
0644
generator.cpython-38.opt-1.pyc
12.232 KB
17 Oct 2023 6.13 PM
root / root
0644
generator.cpython-38.opt-2.pyc
8.62 KB
17 Oct 2023 6.13 PM
root / root
0644
generator.cpython-38.pyc
12.232 KB
17 Oct 2023 6.13 PM
root / root
0644
header.cpython-38.opt-1.pyc
16.056 KB
17 Oct 2023 6.13 PM
root / root
0644
header.cpython-38.opt-2.pyc
10.563 KB
17 Oct 2023 6.13 PM
root / root
0644
header.cpython-38.pyc
16.056 KB
17 Oct 2023 6.13 PM
root / root
0644
headerregistry.cpython-38.opt-1.pyc
21.479 KB
17 Oct 2023 6.13 PM
root / root
0644
headerregistry.cpython-38.opt-2.pyc
15.851 KB
17 Oct 2023 6.13 PM
root / root
0644
headerregistry.cpython-38.pyc
21.529 KB
17 Oct 2023 6.13 PM
root / root
0644
iterators.cpython-38.opt-1.pyc
1.877 KB
17 Oct 2023 6.13 PM
root / root
0644
iterators.cpython-38.opt-2.pyc
1.271 KB
17 Oct 2023 6.13 PM
root / root
0644
iterators.cpython-38.pyc
1.877 KB
17 Oct 2023 6.13 PM
root / root
0644
message.cpython-38.opt-1.pyc
36.992 KB
17 Oct 2023 6.13 PM
root / root
0644
message.cpython-38.opt-2.pyc
20.818 KB
17 Oct 2023 6.13 PM
root / root
0644
message.cpython-38.pyc
36.992 KB
17 Oct 2023 6.13 PM
root / root
0644
parser.cpython-38.opt-1.pyc
5.59 KB
17 Oct 2023 6.13 PM
root / root
0644
parser.cpython-38.opt-2.pyc
2.643 KB
17 Oct 2023 6.13 PM
root / root
0644
parser.cpython-38.pyc
5.59 KB
17 Oct 2023 6.13 PM
root / root
0644
policy.cpython-38.opt-1.pyc
9.434 KB
17 Oct 2023 6.13 PM
root / root
0644
policy.cpython-38.opt-2.pyc
3.364 KB
17 Oct 2023 6.13 PM
root / root
0644
policy.cpython-38.pyc
9.434 KB
17 Oct 2023 6.13 PM
root / root
0644
quoprimime.cpython-38.opt-1.pyc
7.5 KB
17 Oct 2023 6.13 PM
root / root
0644
quoprimime.cpython-38.opt-2.pyc
4.108 KB
17 Oct 2023 6.13 PM
root / root
0644
quoprimime.cpython-38.pyc
7.5 KB
17 Oct 2023 6.13 PM
root / root
0644
utils.cpython-38.opt-1.pyc
9.32 KB
17 Oct 2023 6.13 PM
root / root
0644
utils.cpython-38.opt-2.pyc
6.074 KB
17 Oct 2023 6.13 PM
root / root
0644
utils.cpython-38.pyc
9.32 KB
17 Oct 2023 6.13 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF