
    Fwgk                     X    d Z ddlmZmZmZ ddlmZ dgZ G d dej                        Z	y)$Base class for MIME specializations.    )absolute_importdivisionunicode_literals)messageMIMEBasec                       e Zd ZdZd Zy)r   r   c                     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.
        /zContent-Typez1.0zMIME-VersionN)r   Message__init__
add_header)self	_maintype_subtype_paramsctypes        W/var/www/horilla/myenv/lib/python3.12/site-packages/future/backports/email/mime/base.pyr   zMIMEBase.__init__   s?     	  &$h/99$^    N)__name__
__module____qualname____doc__r    r   r   r   r      s
    .
%r   N)
r   
__future__r   r   r   future.backports.emailr   __all__r   r   r   r   r   <module>r      s*   
 + B B *,%w %r   