SILENT KILLERPanel

Current Path: > > > 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: ///lib64///python2.7/email

NameTypeSizeLast ModifiedActions
mime Directory - -
__init__.py File 2856 bytes April 10 2024 04:58:35.
__init__.pyc File 2872 bytes April 10 2024 04:58:46.
__init__.pyo File 2872 bytes April 10 2024 04:58:46.
_parseaddr.py File 16138 bytes April 10 2024 04:58:35.
_parseaddr.pyc File 13893 bytes April 10 2024 04:58:46.
_parseaddr.pyo File 13893 bytes April 10 2024 04:58:46.
base64mime.py File 5794 bytes April 10 2024 04:58:35.
base64mime.pyc File 5323 bytes April 10 2024 04:58:46.
base64mime.pyo File 5323 bytes April 10 2024 04:58:46.
charset.py File 16044 bytes April 10 2024 04:58:35.
charset.pyc File 13541 bytes April 10 2024 04:58:46.
charset.pyo File 13494 bytes April 10 2024 04:58:43.
encoders.py File 2015 bytes April 10 2024 04:58:35.
encoders.pyc File 2232 bytes April 10 2024 04:58:46.
encoders.pyo File 2232 bytes April 10 2024 04:58:46.
errors.py File 1628 bytes April 10 2024 04:58:35.
errors.pyc File 3529 bytes April 10 2024 04:58:46.
errors.pyo File 3529 bytes April 10 2024 04:58:46.
feedparser.py File 20492 bytes April 10 2024 04:58:35.
feedparser.pyc File 11143 bytes April 10 2024 04:58:46.
feedparser.pyo File 11052 bytes April 10 2024 04:58:43.
generator.py File 14203 bytes April 10 2024 04:58:35.
generator.pyc File 10380 bytes April 10 2024 04:58:46.
generator.pyo File 10380 bytes April 10 2024 04:58:46.
header.py File 22243 bytes April 10 2024 04:58:35.
header.pyc File 13662 bytes April 10 2024 04:58:46.
header.pyo File 13592 bytes April 10 2024 04:58:43.
iterators.py File 2202 bytes April 10 2024 04:58:35.
iterators.pyc File 2366 bytes April 10 2024 04:58:46.
iterators.pyo File 2366 bytes April 10 2024 04:58:46.
message.py File 30723 bytes April 10 2024 04:58:35.
message.pyc File 28676 bytes April 10 2024 04:58:46.
message.pyo File 28676 bytes April 10 2024 04:58:46.
parser.py File 3299 bytes April 10 2024 04:58:35.
parser.pyc File 3828 bytes April 10 2024 04:58:46.
parser.pyo File 3828 bytes April 10 2024 04:58:46.
quoprimime.py File 10848 bytes April 10 2024 04:58:35.
quoprimime.pyc File 8850 bytes April 10 2024 04:58:46.
quoprimime.pyo File 8850 bytes April 10 2024 04:58:46.
utils.py File 10026 bytes April 10 2024 04:58:35.
utils.pyc File 9324 bytes April 10 2024 04:58:46.
utils.pyo File 9324 bytes April 10 2024 04:58:46.

Reading File: ///lib64///python2.7/email/base64mime.pyc

�
{fc@s�dZddddddddgZd	d
lmZmZd	dlmZdZd
ZdZ	dZ
d�Zdeded�Z
eded�ZeZeZdd�ZeZeZdS(s�Base64 content transfer encoding per RFCs 2045-2047.

This module handles the content transfer encoding method defined in RFC 2045
to encode arbitrary 8-bit data using the three 8-bit bytes in four 7-bit
characters encoding known as Base64.

It is used in the MIME standards for email to attach images, audio, and text
using some 8-bit character sets to messages.

This module provides an interface to encode and decode both headers and bodies
with Base64 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.
t
base64_lentbody_decodetbody_encodetdecodetdecodestringtencodetencodestringt
header_encodei����(t
b2a_base64t
a2b_base64(tfix_eolss
s
ticCs<tt|�d�\}}|d}|r8|d7}n|S(s6Return the length of s when it is encoded with base64.ii(tdivmodtlen(tstgroups_of_3tleftovertn((s(/usr/lib64/python2.7/email/base64mime.pyR4s


s
iso-8859-1iLcCs�|s
|S|st|�}ng}|t|�t}|dd}x>tdt|�|�D]$}|jt||||!��q`Wg}	xA|D]9}
|
jt�r�|
d }
n|	jd||
f�q�W|d}|j|	�S(s0Encode a single header line with Base64 encoding in a given charset.

    Defined in RFC 2045, this Base64 encoding is identical to normal Base64
    encoding, except that each line must be intelligently wrapped (respecting
    the Base64 encoding), and subsequent lines must start with a space.

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

    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.

    The resulting string will be in the form:

    "=?charset?b?WW/5ciBtYXp66XLrIHf8eiBhIGhhbXBzdGHuciBBIFlv+XIgbWF6euly?=\n
      =?charset?b?6yB3/HogYSBoYW1wc3Rh7nIgQkMgWW/5ciBtYXp66XLrIHf8eiBhIGhh?="

    with each line wrapped at, at most, maxlinelen characters (defaults to 76
    characters).
    iiii����s=?%s?b?%s?=t (	R
R
tMISC_LENtrangetappendRtendswithtNLtjoin(theadertcharsett	keep_eolst
maxlinelenteoltbase64edtmax_encodedt
max_unencodedtitlinestlinetjoiner((s(/usr/lib64/python2.7/email/base64mime.pyR@s "


cCs�|s
|S|st|�}ng}|dd}xptdt|�|�D]V}t||||!�}|jt�r�|tkr�|d |}n|j|�qLWtj|�S(s�Encode a string with base64.

    Each line will be wrapped at, at most, maxlinelen characters (defaults to
    76 characters).

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

    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.
    iiii����(	R
RR
RRRRtEMPTYSTRINGR(RtbinaryRRtencvecR R!tenc((s(/usr/lib64/python2.7/email/base64mime.pyRzscCs0|s
|St|�}|r,|jt|�S|S(s�Decode a raw base64 string.

    If convert_eols is set to a string value, all canonical email linefeeds,
    e.g. "\r\n", in the decoded text will be converted to the value of
    convert_eols.  os.linesep is a good choice for convert_eols if you are
    decoding a text attachment.

    This function does not parse a full MIME header value encoded with
    base64 (like =?iso-8859-1?b?bmloISBuaWgh?=) -- please use the high
    level email.header class for that functionality.
    (R	treplacetCRLF(Rtconvert_eolstdec((s(/usr/lib64/python2.7/email/base64mime.pyR�sN(t__doc__t__all__tbinasciiRR	temail.utilsR
R*RR%RRtFalseRtTrueRRRtNoneRRR(((s(/usr/lib64/python2.7/email/base64mime.pyt<module>s.		9!

SILENT KILLER Tool