§
    Ôÿd#  ã                   óD   — d Z dgZddlmZ ddlmZ  G d„ de¦  «        ZdS )ú,Class representing message/* MIME documents.ÚMIMEMessageé    )Úmessage)ÚMIMENonMultipartc                   ó    — e Zd ZdZdddœd„ZdS )r   r   Úrfc822N©Úpolicyc                óò   — t          j        | d||¬¦  «         t          |t          j        ¦  «        st          d¦  «        ‚t          j                             | |¦  «         |                      d¦  «         dS )aš  Create a message/* type MIME document.

        _msg is a message object and must be an instance of Message, or a
        derived class of Message, otherwise a TypeError is raised.

        Optional _subtype defines the subtype of the contained message.  The
        default is "rfc822" (this is defined by the MIME standard, even though
        the term "rfc822" is technically outdated by RFC 2822).
        r   r	   z&Argument is not an instance of Messagezmessage/rfc822N)r   Ú__init__Ú
isinstancer   ÚMessageÚ	TypeErrorÚattachÚset_default_type)ÚselfÚ_msgÚ_subtyper
   s       á$  /croot/python-split_1694437901252/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac/lib/python3.11/email/mime/message.pyr   zMIMEMessage.__init__   sw   € õ 	Ô! $¨	°8ÀFÐKÑKÔKÐKÝ˜$¥¤Ñ0Ô0ð 	FÝÐDÑEÔEÐEõ 	Œ×Ò˜t TÑ*Ô*Ð*à×ÒÐ.Ñ/Ô/Ð/Ð/Ð/ó    )r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   © r   r   r   r      s:   € € € € € Ø6Ð6ð0¸$ð 0ð 0ð 0ð 0ð 0ð 0ð 0r   N)r   Ú__all__Úemailr   Úemail.mime.nonmultipartr   r   r   r   r   ú<module>r      sm   ðð
 3Ð 2àˆ/€à Ð Ð Ð Ð Ð Ø 4Ð 4Ð 4Ð 4Ð 4Ð 4ð0ð 0ð 0ð 0ð 0Ð"ñ 0ô 0ð 0ð 0ð 0r   