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