/usr/lib64/python2.7/email
NameSizeModeActions
mime/-0755rm
base64mime.py57940644editdlrm
base64mime.pyc53230644editdlrm
base64mime.pyo53230644editdlrm
charset.py160440644editdlrm
charset.pyc135410644editdlrm
charset.pyo134940644editdlrm
encoders.py20150644editdlrm
encoders.pyc22320644editdlrm
encoders.pyo22320644editdlrm
errors.py16280644editdlrm
errors.pyc35290644editdlrm
errors.pyo35290644editdlrm
feedparser.py204920644editdlrm
feedparser.pyc111430644editdlrm
feedparser.pyo110520644editdlrm
generator.py142030644editdlrm
generator.pyc103800644editdlrm
generator.pyo103800644editdlrm
header.py222430644editdlrm
header.pyc136620644editdlrm
header.pyo135920644editdlrm
iterators.py22020644editdlrm
iterators.pyc23660644editdlrm
iterators.pyo23660644editdlrm
message.py307230644editdlrm
message.pyc286760644editdlrm
message.pyo286760644editdlrm
parser.py32990644editdlrm
parser.pyc38280644editdlrm
parser.pyo38280644editdlrm
quoprimime.py108480644editdlrm
quoprimime.pyc88500644editdlrm
quoprimime.pyo88500644editdlrm
utils.py100260644editdlrm
utils.pyc93240644editdlrm
utils.pyo93240644editdlrm
_parseaddr.py161380644editdlrm
_parseaddr.pyc138930644editdlrm
_parseaddr.pyo138930644editdlrm
__init__.py28560644editdlrm
__init__.pyc28720644editdlrm
__init__.pyo28720644editdlrm
Edit: /usr/lib64/python2.7/email/base64mime.pyc (5323B)
ó {fc@sşdZddddddddgZd d lmZmZd d lmZd Zd ZdZ dZ d„Z de 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_lent body_decodet body_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(tst groups_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 maxlinelenteoltbase64edt max_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 RRRRt EMPTYSTRINGR(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 t email.utilsR R*RR%RRtFalseRtTrueRRRtNoneRRR(((s(/usr/lib64/python2.7/email/base64mime.pyts.  9!