Hacked By AnonymousFox
B
�A�[s � @ sb d Z ddlmZ ddlmZ ddlmZ dgZddlZddlmZ ddl m
Z
G d d� de
�ZdS )
z/Class representing image/* type MIME documents.� )�unicode_literals)�division)�absolute_import� MIMEImageN)�encoders)�MIMENonMultipartc @ s e Zd ZdZdejfdd�ZdS )r z1Class for generating image/* type MIME documents.Nc K sL |dkrt �d|�}|dkr$td��tj| d|f|� | �|� || � dS )a� Create an image/* type MIME document.
_imagedata is a string containing the raw image data. If this data
can be decoded by the standard Python `imghdr' module, then the
subtype will be automatically included in the Content-Type header.
Otherwise, you can specify the specific image subtype via the _subtype
parameter.
_encoder is a function which will perform the actual encoding for
transport of the image data. It takes one argument, which is this
Image instance. It should use get_payload() and set_payload() to
change the payload to the encoded form. It should also add any
Content-Transfer-Encoding or other headers to the message as
necessary. The default encoding is Base64.
Any additional keyword arguments are passed to the base class
constructor, which turns them into parameters on the Content-Type
header.
Nz"Could not guess image MIME subtypeZimage)�imghdr�what� TypeErrorr �__init__�set_payload)�selfZ
_imagedata�_subtype�_encoder�_params� r �R/opt/alt/python37/lib/python3.7/site-packages/future/backports/email/mime/image.pyr s
zMIMEImage.__init__)�__name__�
__module__�__qualname__�__doc__r �
encode_base64r r r r r r s )r �
__future__r r r �__all__r Zfuture.backports.emailr Z(future.backports.email.mime.nonmultipartr r r r r r �<module> s
Hacked By AnonymousFox1.0, Coded By AnonymousFox