SILENT KILLERPanel

Current Path: > > opt > alt > python27 > lib64 > python2.7 > email


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt/python27/lib64/python2.7/email

NameTypeSizeLast ModifiedActions
mime Directory - -
__init__.py File 2856 bytes January 08 2025 10:42:57.
__init__.pyc File 2950 bytes January 08 2025 10:42:58.
__init__.pyo File 2950 bytes January 08 2025 10:42:58.
_parseaddr.py File 16138 bytes January 08 2025 10:42:57.
_parseaddr.pyc File 14244 bytes January 08 2025 10:42:58.
_parseaddr.pyo File 14244 bytes January 08 2025 10:42:58.
base64mime.py File 5794 bytes January 08 2025 10:42:57.
base64mime.pyc File 5388 bytes January 08 2025 10:42:56.
base64mime.pyo File 5388 bytes January 08 2025 10:42:56.
charset.py File 16044 bytes January 08 2025 10:42:56.
charset.pyc File 13762 bytes January 08 2025 10:42:57.
charset.pyo File 13715 bytes January 08 2025 10:42:58.
encoders.py File 2015 bytes January 08 2025 10:42:58.
encoders.pyc File 2323 bytes January 08 2025 10:42:57.
encoders.pyo File 2323 bytes January 08 2025 10:42:57.
errors.py File 1628 bytes January 08 2025 10:42:57.
errors.pyc File 3724 bytes January 08 2025 10:42:57.
errors.pyo File 3724 bytes January 08 2025 10:42:57.
feedparser.py File 20492 bytes January 08 2025 10:42:56.
feedparser.pyc File 11442 bytes January 08 2025 10:42:57.
feedparser.pyo File 11351 bytes January 08 2025 10:42:58.
generator.py File 14203 bytes January 08 2025 10:42:56.
generator.pyc File 10627 bytes January 08 2025 10:42:57.
generator.pyo File 10627 bytes January 08 2025 10:42:57.
header.py File 22243 bytes January 08 2025 10:42:57.
header.pyc File 13870 bytes January 08 2025 10:42:57.
header.pyo File 13800 bytes January 08 2025 10:42:56.
iterators.py File 2202 bytes January 08 2025 10:42:57.
iterators.pyc File 2431 bytes January 08 2025 10:42:57.
iterators.pyo File 2431 bytes January 08 2025 10:42:57.
message.py File 30723 bytes January 08 2025 10:42:58.
message.pyc File 29274 bytes January 08 2025 10:42:57.
message.pyo File 29274 bytes January 08 2025 10:42:57.
parser.py File 3299 bytes January 08 2025 10:42:58.
parser.pyc File 3932 bytes January 08 2025 10:42:56.
parser.pyo File 3932 bytes January 08 2025 10:42:56.
quoprimime.py File 10848 bytes January 08 2025 10:42:57.
quoprimime.pyc File 9019 bytes January 08 2025 10:42:56.
quoprimime.pyo File 9019 bytes January 08 2025 10:42:56.
utils.py File 10026 bytes January 08 2025 10:42:58.
utils.pyc File 9532 bytes January 08 2025 10:42:57.
utils.pyo File 9532 bytes January 08 2025 10:42:57.

Reading File: //opt/alt/python27/lib64/python2.7/email/quoprimime.pyc

�
�V~gc@s5dZddddddddd	d
ddd
dgZddlZddlmZddlmZdZdZdZ	ej
d�Zej
d�Zd�Z
d�Zd�Zd�Zdd�Zd�Zd�Zd ed!ed"�Zed!ed#�ZeZeZed$�ZeZeZd%�Zd&�ZdS('sFQuoted-printable content transfer encoding per RFCs 2045-2047.

This module handles the content transfer encoding method defined in RFC 2045
to encode US ASCII-like 8-bit data called `quoted-printable'.  It is used to
safely encode text that is in a character set similar to the 7-bit US ASCII
character set, but that includes some 8-bit characters that are normally not
allowed in email bodies or headers.

Quoted-printable is very space-inefficient for encoding binary files; use the
email.base64mime module for that instead.

This module provides an interface to encode and decode both headers and bodies
with quoted-printable encoding.

RFC 2045 defines a method for including character set information in an
`encoded-word' in a header.  This method is commonly used for 8-bit real names
in To:/From:/Cc: etc. fields, as well as Subject: lines.

This module does not do the line wrapping or end-of-line character
conversion necessary for proper internationalized headers; it only
does dumb encoding and decoding.  To deal with the various line
wrapping issues, use the email.header module.
tbody_decodetbody_encodetbody_quopri_checktbody_quopri_lentdecodetdecodestringtencodetencodestringt
header_decodet
header_encodetheader_quopri_checktheader_quopri_lentquotetunquotei����N(t	hexdigits(tfix_eolss
s
is[^-a-zA-Z0-9!*+/ ]s[^ !-<>-~\t]cCsttj|��S(sBReturn True if the character should be escaped with header quopri.(tboolthqretmatch(tc((s5/opt/alt/python27/lib64/python2.7/email/quoprimime.pyR
?scCsttj|��S(s@Return True if the character should be escaped with body quopri.(RtbqreR(R((s5/opt/alt/python27/lib64/python2.7/email/quoprimime.pyRDscCsAd}x4|D],}tj|�r/|d7}q
|d7}q
W|S(s?Return the length of str when it is encoded with header quopri.iii(RR(tstcountR((s5/opt/alt/python27/lib64/python2.7/email/quoprimime.pyRIs

cCsAd}x4|D],}tj|�r/|d7}q
|d7}q
W|S(s=Return the length of str when it is encoded with body quopri.iii(RR(tstrRR((s5/opt/alt/python27/lib64/python2.7/email/quoprimime.pyRTs

tcCsj|s|j|j��nJt|d�t|�|krS|dc||7<n|j|j��dS(Ni����(tappendtlstriptlen(tLRtmaxlentextra((s5/opt/alt/python27/lib64/python2.7/email/quoprimime.pyt_max_append_s
 cCstt|dd!d��S(sDTurn a string in the form =AB to the ASCII character with value 0xabiii(tchrtint(R((s5/opt/alt/python27/lib64/python2.7/email/quoprimime.pyR
hscCsdt|�S(Ns=%02X(tord(R((s5/opt/alt/python27/lib64/python2.7/email/quoprimime.pyRmss
iso-8859-1iLc
Cs�|s
|S|st|�}ng}|dkr:d}n|t|�td}xi|D]a}|dkr~t|d|�qYtj|�s�t|||�qYt|dt|�|�qYW|d}|jg|D]}	d||	f^q��S(s�Encode a single header line with quoted-printable (like) encoding.

    Defined in RFC 2045, this `Q' encoding is similar to quoted-printable, but
    used specifically for email header fields to allow charsets with mostly 7
    bit characters (and some 8 bit) to remain more or less readable in non-RFC
    2045 aware mail clients.

    charset names the character set to use to encode the header.  It defaults
    to iso-8859-1.

    The resulting string will be in the form:

    "=?charset?q?I_f=E2rt_in_your_g=E8n=E8ral_dire=E7tion?\n
      =?charset?q?Silly_=C8nglish_Kn=EEghts?="

    with each line wrapped safely at, at most, maxlinelen characters (defaults
    to 76 characters).  If maxlinelen is None, the entire string is encoded in
    one chunk with no splitting.

    End-of-line characters (\r, \n, \r\n) will be automatically converted
    to the canonical email line separator \r\n unless the keep_eols
    parameter is True (the default is False).

    Each line of the header will be terminated in the value of eol, which
    defaults to "\n".  Set this to "\r\n" if you are using the result of
    this function directly in email.
    i��it t_s=%02Xs=?%s?q?%s?=N(	RtNoneRtMISC_LENRRRR"tjoin(
theadertcharsett	keep_eolst
maxlinelenteoltquotedtmax_encodedRtjoinertline((s5/opt/alt/python27/lib64/python2.7/email/quoprimime.pyR	rs 	

c
CsF|s
|S|st|�}nd}d}|jd�}x|D]�}|jt�rc|d }n|dtkr�|d }n|d7}d}d}	t|�}
x�t|
�D]�}||}|}	tj|�r�t	|�}n5|d|
kr|dkr||7}n|}	q�nt|�t|�|krO||d|7}d}n||7}q�W|	r�|	dkr�|dt|�kr�t	|	�}	t|�t|	�|kr�||d||	7}q�|||	7}n|||	d|7}d}n||jt�s||dtkr.|||7}n
||7}d}qAW|S(s�Encode with quoted-printable, wrapping at maxlinelen characters.

    If binary is False (the default), end-of-line characters will be converted
    to the canonical email end-of-line sequence \r\n.  Otherwise they will
    be left verbatim.

    Each line of encoded text will end with eol, which defaults to "\n".  Set
    this to "\r\n" if you will be using the result of this function directly
    in an email.

    Each line will be wrapped at, at most, maxlinelen characters (defaults to
    76 characters).  Long lines will have the `soft linefeed' quoted-printable
    character "=" appended to them, so the decoded text will be identical to
    the original text.
    Ri����ii����s 	t=N(
Rt
splitlinestendswithtCRLFR%RtrangeRRR(
tbodytbinaryR+R,tencoded_bodytlinenotlinesR0tencoded_linetprevtlinelentjR((s5/opt/alt/python27/lib64/python2.7/email/quoprimime.pyR�sV





		'

cCsx|s
|Sd}x5|j�D]'}|j�}|sE||7}qnd}t|�}x�||krC||}|dkr�||7}|d7}n�|d|kr�|d7}qZnt|d|kr||dtkr||dtkr|t|||d!�7}|d7}n||7}|d7}||krZ||7}qZqZWqW|j|�rt|j|�rt|d }n|S(s_Decode a quoted-printable string.

    Lines are separated with eol, which defaults to \n.
    RiR1iiii����(R2trstripRRR
R3(tencodedR,tdecodedR0titnR((s5/opt/alt/python27/lib64/python2.7/email/quoprimime.pyRs8




8



cCs|jd�}t|�S(sCTurn a match in the form =AB to the ASCII character with value 0xabi(tgroupR
(RR((s5/opt/alt/python27/lib64/python2.7/email/quoprimime.pyt_unquote_matchAscCs%|jdd�}tjdt|�S(sDecode a string encoded with RFC 2045 MIME header `Q' encoding.

    This function does not parse a full MIME header value encoded with
    quoted-printable (like =?iso-8859-1?q?Hello_World?=) -- please use
    the high level email.header class for that functionality.
    R$R#s=[a-fA-F0-9]{2}(treplacetretsubRE(R((s5/opt/alt/python27/lib64/python2.7/email/quoprimime.pyRHs(t__doc__t__all__RGtstringRtemail.utilsRR4tNLR&tcompileRRR
RRRRR
RtFalseR	RRRRRRRER(((s5/opt/alt/python27/lib64/python2.7/email/quoprimime.pyt<module>sN								?S0	

SILENT KILLER Tool