AlkantarClanX12

Your IP : 3.133.109.58


Current Path : /opt/alt/python33/lib64/python3.3/email/__pycache__/
Upload File :
Current File : //opt/alt/python33/lib64/python3.3/email/__pycache__/quoprimime.cpython-33.pyc

�
��f�&c
@s�dZddddddddd	d
g
ZddlZddlZdd
lmZmZmZdZdZ	dZ
dd�ed�D�Zedd�Z
edd�Zx8dejd�ejd�D]Zee�e
e<q�Wde
ed�<xdD]Zee�ee<q�Wdd�Zdd�Zdd�Zdd�Zddd �Zd!d
�Zd"d	�Zd#d$d�Zedd�Zxd%D]Zee�ee<q�Wd&e	d'd�Ze	d(d�ZeZeZd)d*�Z d+d�Z!dS(,uFQuoted-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.
ubody_decodeubody_encodeubody_lengthudecodeudecodestringu
header_decodeu
header_encodeu
header_lengthuquoteuunquoteiN(u
ascii_lettersudigitsu	hexdigitsu
u
ucCsg|]}d|�qS(u=%02X((u.0uc((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyu
<listcomp>8s	u
<listcomp>is-!*+/uasciiu_u s_ !"#$%&'()*+,-./0123456789:;<>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~	cCst|�t|kS(u>Return True if the octet should be escaped with header quopri.(uchru_QUOPRI_HEADER_MAP(uoctet((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyuheader_checkKsuheader_checkcCst|�t|kS(u<Return True if the octet should be escaped with body quopri.(uchru_QUOPRI_BODY_MAP(uoctet((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyu
body_checkPsu
body_checkcCstdd�|D��S(u:Return a header quoted-printable encoding length.

    Note that this does not include any RFC 2047 chrome added by
    `header_encode()`.

    :param bytearray: An array of bytes (a.k.a. octets).
    :return: The length in bytes of the byte array when it is encoded with
        quoted-printable for headers.
    css|]}tt|�VqdS(N(ulenu_QUOPRI_HEADER_MAP(u.0uoctet((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyu	<genexpr>_su header_length.<locals>.<genexpr>(usum(u	bytearray((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyu
header_lengthUs
cCstdd�|D��S(u�Return a body quoted-printable encoding length.

    :param bytearray: An array of bytes (a.k.a. octets).
    :return: The length in bytes of the byte array when it is encoded with
        quoted-printable for bodies.
    css|]}tt|�VqdS(N(ulenu_QUOPRI_BODY_MAP(u.0uoctet((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyu	<genexpr>isubody_length.<locals>.<genexpr>(usum(u	bytearray((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyubody_lengthbscCs�t|t�st|�}n|s:|j|j��nHt|d�t|�|kro|d||7<n|j|j��dS(Nii����i����(u
isinstanceustruchruappendulstripulen(uLusumaxlenuextra((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyu_max_appendls u_max_appendcCstt|dd�d��S(uDTurn a string in the form =AB to the ASCII character with value 0xabiii(uchruint(us((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyuunquotewscCstt|�S(N(u_QUOPRI_MAPuord(uc((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyuquote|su
iso-8859-1cCs0|s
dS|jd�jt�}d||fS(u�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 in the RFC 2046 header.  It
    defaults to iso-8859-1.
    uulatin1u=?%s?q?%s?=(udecodeu	translateu_QUOPRI_HEADER_MAP(uheader_bytesucharsetuencoded((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyu
header_encode�ss
iLc
Cs�|dkrtd��n|s%|S|jt�}d|}|d}g}|j}xv|j�D]h}d}t|�d|}	x�||	kr,||}
||
ddkr�||||
d��|
d}q�||
ddkr||||
��|
d}q�||||
�d�|
}q�W|r�|ddkr�||	}|dkrlt|d�}n1|dkr�|d
|}n|t|d�}|||d�|�qd|||d	��qdW|dtkr�|d
�n|j|�S(u�Encode with quoted-printable, wrapping at maxlinelen characters.

    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 before the
    eol string (maxlinelen defaults to 76 characters, the maximum value
    permitted by RFC 2045).  Long lines will have the 'soft line break'
    quoted-printable character "=" appended to them, so the decoded text will
    be identical to the original text.

    The minimum maxlinelen is 4 to have room for a quoted character ("=XX")
    followed by a soft line break.  Smaller values will generate a
    ValueError.

    iumaxlinelen must be at least 4u=iiiu 	iNui����i����i����i����i����i����(	u
ValueErroru	translateu_QUOPRI_BODY_ENCODE_MAPuappendu
splitlinesulenuquoteuCRLFujoin(
ubodyu
maxlinelenueolu
soft_breakumaxlinelen1uencoded_bodyuappendulineustartu	laststartustopuroomuq((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyubody_encode�sD

	





c	Cs�|s
|Sd}x8|j�D]*}|j�}|sE||7}qnd}t|�}x�||krF||}|dkr�||7}|d7}n�|d|kr�|d7}qZnw|d|kr||dtkr||dtkr|t|||d��7}|d7}n||7}|d7}||krZ||7}qZqZWqW|d	dkr}|j|�r}|dd
�}n|S(u_Decode a quoted-printable string.

    Lines are separated with eol, which defaults to \n.
    uiu=iiiu
Ni����i����(u
splitlinesurstripulenu	hexdigitsuunquoteuendswith(uencodedueoludecodedulineuiunuc((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyudecode�s8




8


cCs|jd�}t|�S(uCTurn a match in the form =AB to the ASCII character with value 0xabi(ugroupuunquote(umatchus((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyu_unquote_matchsu_unquote_matchcCs.|jdd�}tjdt|dtj�S(uDecode 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-8895-1?q?Hello_World?=) -- please use
    the high level email.header class for that functionality.
    u_u u=[a-fA-F0-9]{2}uflags(ureplaceureusubu_unquote_matchuASCII(us((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyu
header_decode$s("u__doc__u__all__ureuioustringu
ascii_lettersudigitsu	hexdigitsuCRLFuNLuEMPTYSTRINGurangeu_QUOPRI_MAPu_QUOPRI_HEADER_MAPu_QUOPRI_BODY_MAPuencodeucuchruorduheader_checku
body_checku
header_lengthubody_lengthu_max_appenduunquoteuquoteu
header_encodeu_QUOPRI_BODY_ENCODE_MAPubody_encodeudecodeubody_decodeudecodestringu_unquote_matchu
header_decode(((u5/opt/alt/python33/lib64/python3.3/email/quoprimime.pyu<module>sR	'



O0