Lines Matching refs:MimeWriter
1 :mod:`MimeWriter` --- Generic MIME file writer
4 .. module:: MimeWriter
12 The :mod:`email` package should be used in preference to the :mod:`MimeWriter`
15 This module defines the class :class:`~MimeWriter.MimeWriter`. The :class:`~MimeWriter.MimeWriter`
19 final file. :class:`~MimeWriter.MimeWriter` does buffer the headers you add, allowing you
23 .. class:: MimeWriter(fp)
25 Return a new instance of the :class:`~MimeWriter.MimeWriter` class. The only argument
32 MimeWriter Objects
35 :class:`~MimeWriter.MimeWriter` instances have the following methods:
38 .. method:: MimeWriter.addheader(key, value[, prefix])
46 .. method:: MimeWriter.flushheaders()
54 .. method:: MimeWriter.startbody(ctype[, plist[, prefix]])
63 .. method:: MimeWriter.startmultipartbody(subtype[, boundary[, plist[, prefix]]])
73 .. method:: MimeWriter.nextpart()
75 Returns a new instance of :class:`~MimeWriter.MimeWriter` which represents an individual
81 .. method:: MimeWriter.lastpart()