
    Rh                     L    d Z dgZddlZddlmZ  G d dej
                        Zy)$Base class for MIME specializations.MIMEBase    N)messagec                       e Zd ZdZdddZy)r   r   Npolicyc                    |t         j                  j                  }t        j                  j                  | |       |d|} | j                  d|fi | d| d<   y)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Content-Typez1.0zMIME-Version)emailr   compat32r   Message__init__
add_header)self	_maintype_subtyper   _paramsctypes         &/usr/lib/python3.12/email/mime/base.pyr   zMIMEBase.__init__   sX     >\\**F  f 5$h/99$^    )__name__
__module____qualname____doc__r    r   r   r   r      s    .6: %r   )r   __all__email.policyr   r   r   r   r   r   r   <module>r      s'   
 +,  %w %r   