ÿØÿà JFIF      ÿÛ C      

!"$"$ÿÛ C  ÿÂ p " ÿÄ              ÿÄ             ÿÚ    ÕÔË®
(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  

  ..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     ÿØÿà JFIF      ÿÛ C      

!"$"$ÿÛ C  ÿÂ p " ÿÄ              ÿÄ             ÿÚ    ÕÔË®
(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  

  ..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     o
    p̦i                     @   s4   d Z dgZddlZddlmZ G dd dejZdS )$Base class for MIME specializations.MIMEBase    N)messagec                   @   s   e Zd ZdZddddZdS )r   r   Npolicyc                K   sL   |du rt jj}tjj| |d d||f }| jd|fi | d| d< dS )zThis constructor adds a Content-Type: and a MIME-Version: header.

        The Content-Type: header is taken from the _maintype and _subtype
        arguments.  Additional parameters for this header are taken from the
        keyword arguments.
        Nr   z%s/%szContent-Typez1.0zMIME-Version)emailr   compat32r   Message__init__
add_header)self	_maintype_subtyper   _paramsctype r   &/usr/lib/python3.10/email/mime/base.pyr
      s   zMIMEBase.__init__)__name__
__module____qualname____doc__r
   r   r   r   r   r      s    )r   __all__email.policyr   r   r	   r   r   r   r   r   <module>   s
   