HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/future/backports/email/mime/__pycache__/text.cpython-310.pyc
o

,�]�@sZdZddlmZddlmZddlmZdgZddlmZddlm	Z	Gdd�de	�Z
d	S)
z.Class representing text/* type MIME documents.�)�unicode_literals)�division)�absolute_import�MIMEText)�encode_7or8bit)�MIMENonMultipartc@seZdZdZddd�ZdS)rz0Class for generating text/* type MIME documents.�plainNcCs\|durz	|�d�d}Wntyd}Ynwtj|d|fid|i��|�||�dS)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-8�text�charset)�encode�UnicodeEncodeErrorr�__init__�set_payload)�self�_text�_subtype�_charset�r�B/usr/lib/python3/dist-packages/future/backports/email/mime/text.pyr
s
��zMIMEText.__init__)rN)�__name__�
__module__�__qualname__�__doc__r
rrrrrsN)r�
__future__rrr�__all__�future.backports.email.encodersr�(future.backports.email.mime.nonmultipartrrrrrr�<module>s