/usr/lib64/python3.12/email/__pycache__
NameSizeModeActions
base64mime.cpython-312.opt-1.pyc39470644editdlrm
base64mime.cpython-312.opt-2.pyc22010644editdlrm
base64mime.cpython-312.pyc39470644editdlrm
charset.cpython-312.opt-1.pyc151780644editdlrm
charset.cpython-312.opt-2.pyc89120644editdlrm
charset.cpython-312.pyc152450644editdlrm
contentmanager.cpython-312.opt-1.pyc123640644editdlrm
contentmanager.cpython-312.opt-2.pyc123640644editdlrm
contentmanager.cpython-312.pyc123640644editdlrm
encoders.cpython-312.opt-1.pyc20910644editdlrm
encoders.cpython-312.opt-2.pyc17660644editdlrm
encoders.cpython-312.pyc20910644editdlrm
errors.cpython-312.opt-1.pyc70230644editdlrm
errors.cpython-312.opt-2.pyc55300644editdlrm
errors.cpython-312.pyc70230644editdlrm
feedparser.cpython-312.opt-1.pyc196090644editdlrm
feedparser.cpython-312.opt-2.pyc179840644editdlrm
feedparser.cpython-312.pyc198000644editdlrm
generator.cpython-312.opt-1.pyc212340644editdlrm
generator.cpython-312.opt-2.pyc175770644editdlrm
generator.cpython-312.pyc212340644editdlrm
header.cpython-312.opt-1.pyc245110644editdlrm
header.cpython-312.opt-2.pyc189370644editdlrm
header.cpython-312.pyc245110644editdlrm
headerregistry.cpython-312.opt-1.pyc309130644editdlrm
headerregistry.cpython-312.opt-2.pyc253370644editdlrm
headerregistry.cpython-312.pyc309670644editdlrm
iterators.cpython-312.opt-1.pyc28010644editdlrm
iterators.cpython-312.opt-2.pyc22110644editdlrm
iterators.cpython-312.pyc28010644editdlrm
message.cpython-312.opt-1.pyc531110644editdlrm
message.cpython-312.opt-2.pyc368500644editdlrm
message.cpython-312.pyc531110644editdlrm
parser.cpython-312.opt-1.pyc67480644editdlrm
parser.cpython-312.opt-2.pyc37790644editdlrm
parser.cpython-312.pyc67480644editdlrm
policy.cpython-312.opt-1.pyc118040644editdlrm
policy.cpython-312.opt-2.pyc56450644editdlrm
policy.cpython-312.pyc118040644editdlrm
quoprimime.cpython-312.opt-1.pyc99520644editdlrm
quoprimime.cpython-312.opt-2.pyc65450644editdlrm
quoprimime.cpython-312.pyc99520644editdlrm
utils.cpython-312.opt-1.pyc159720644editdlrm
utils.cpython-312.opt-2.pyc127650644editdlrm
utils.cpython-312.pyc159720644editdlrm
_encoded_words.cpython-312.opt-1.pyc83080644editdlrm
_encoded_words.cpython-312.opt-2.pyc64410644editdlrm
_encoded_words.cpython-312.pyc83080644editdlrm
_header_value_parser.cpython-312.opt-1.pyc1338720644editdlrm
_header_value_parser.cpython-312.opt-2.pyc1172800644editdlrm
_header_value_parser.cpython-312.pyc1339340644editdlrm
_parseaddr.cpython-312.opt-1.pyc232470644editdlrm
_parseaddr.cpython-312.opt-2.pyc204080644editdlrm
_parseaddr.cpython-312.pyc232470644editdlrm
_policybase.cpython-312.opt-1.pyc186360644editdlrm
_policybase.cpython-312.opt-2.pyc95140644editdlrm
_policybase.cpython-312.pyc186360644editdlrm
__init__.cpython-312.opt-1.pyc19210644editdlrm
__init__.cpython-312.opt-2.pyc13280644editdlrm
__init__.cpython-312.pyc19210644editdlrm
Edit: /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc (3947B)
{|j ddZgdZddlmZddlmZmZdZdZdZ dZ d Z dd Z d efd Z d ZeZeZy)aBase64 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. ) body_decode body_encodedecode decodestring header_encode header_length) b64encode) b2a_base64 a2b_base64z  cNtt|d\}}|dz}|r|dz }|S)z6Return the length of s when it is encoded with base64.)divmodlen) bytearray groups_of_3leftoverns )/usr/lib64/python3.12/email/base64mime.pyrr1s1"3y>15KaA Q Hc|syt|tr|j|}t|j d}d|d|dS)zEncode a single header line with Base64 encoding in a given charset. charset names the character set to use to encode the header. It defaults to iso-8859-1. Base64 encoding is defined in RFC 2045. r asciiz=?z?b?z?=) isinstancestrencoder r) header_bytescharsetencodeds rrr;sD ,$#**73  %,,W5G#W --rLc*|syg}|dzdz}tdt||D]Y}t||||zjd}|j t r|t k7r|dd|z}|j |[tj|S)a1Encode a string with base64. Each line will be wrapped at, at most, maxlinelen characters (defaults to 76 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. r rrrrN) rangerr rendswithNLappend EMPTYSTRINGjoin)s maxlineleneolencvec max_unencodediencs rrrIs  FNa'M 1c!fm ,1Q./077@ << r cr(S.C c -   F ##rc|s tSt|trt|j dSt|S)zDecode a raw base64 string, returning a bytes object. 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. zraw-unicode-escape)bytesrrr r)strings rrrbs8 w FC &--(<=>>&!!rN)z iso-8859-1)__doc____all__base64r binasciir r CRLFr'r)MISC_LENrrrrrrrrr<sV , +      .!b$2 "   r