Lines Matching refs:MIME
1 :mod:`email.mime`: Creating email and MIME objects from scratch
5 :synopsis: Build MIME messages.
13 around, etc. This makes a very convenient interface for slicing-and-dicing MIME
17 instances, adding attachments and all the appropriate headers manually. For MIME
29 This is the base class for all the MIME-specific subclasses of
33 MIME-aware subclasses.
43 :mailheader:`MIME-Version` header (always set to ``1.0``).
53 class for MIME messages that are not :mimetype:`multipart`. The primary
69 class for MIME messages that are :mimetype:`multipart`. Optional *_subtype*
72 will be added to the message object. A :mailheader:`MIME-Version` header will
98 :class:`MIMEApplication` class is used to represent MIME message objects of
100 byte data. Optional *_subtype* specifies the MIME subtype and defaults to
125 :class:`MIMEAudio` class is used to create MIME message objects of major type
153 :class:`MIMEImage` class is used to create MIME message objects of major type
182 :class:`MIMEMessage` class is used to create MIME objects of main type
198 :class:`MIMEText` class is used to create MIME objects of major type