python (3.12.0)
ˑer 0 d Z dgZddlmZ G d de Zy)z.Class representing text/* type MIME documents.MIMEText )MIMENonMultipartc e Zd ZdZddddZy)r z0Class for generating text/* type MIME documents.N)policyc | |j d d}t j | d||t | | j || y# t $ r d}Y Cw xY w)a~ Create a text/* type MIME document.
_text is the string for this message object.
_subtype is the MIME sub content type, defaulting to "plain".
_charset is the character set parameter added to the Content-Type
header. This defaults to "us-ascii". Note that as a side-effect, the
Content-Transfer-Encoding header will also be set.
Nzus-asciizutf-8text)r charset)encodeUnicodeEncodeErrorr __init__strset_payload)self_text_subtype_charsetr s C/BuggyBox/python/3.12.0/bootstrap/lib/python3.12/email/mime/text.pyr zMIMEText.__init__ sg
#Z(% !!$*-h- 9
)
&