| Server IP : 185.143.233.130 / Your IP : 185.215.232.195 Web Server : LiteSpeed System : Linux jambul.7ho.st 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 User : renecafe ( 1327) PHP Version : 8.1.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python38/lib64/python3.8/email/__pycache__/ |
Upload File : |
U
i�f~C � @ s� d Z ddddddddd d
ddd
ddgZddlZddlZddlZddlZddlZddlZddlZ ddl
mZ ddl
mZ
ddl
mZ ddl
mZmZmZ ddlmZ dZdZdZdZdZe�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[\\"]c C s* z| � � W dS tk
r$ Y dS X dS )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_surrogates4 s
r c C s | � dd�}|�dd�S )N�utf-8�surrogateescape�replace)r �decode)�stringZoriginal_bytesr r r � _sanitizeA s r"