Home
last modified time | relevance | path

Searched refs:MimeWriter (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Doc/library/
Dmimewriter.rst1 :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])
[all …]
/external/python/cpython2/Lib/test/
Dtest_MimeWriter.py14 from MimeWriter import MimeWriter
202 toplevel = MimeWriter(buf)
224 m = MimeWriter(md1.startbody("message/rfc822"))
245 m = MimeWriter(f)
/external/python/cpython2/Lib/
DMimeWriter.py22 class MimeWriter: class
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst2398 MimeWriter now raises a DeprecationWarning upon import.
/external/python/cpython2/Misc/
Dcheatsheet1923 MimeWriter Generic MIME writer.
DHISTORY11550 for the MimeWriter module).
14423 - New module MimeWriter for writing MIME documents.
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2949 * The :mod:`MimeWriter` module and :mod:`mimify` module
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2953 * The :mod:`MimeWriter` module and :mod:`mimify` module
/external/python/cpython3/Misc/
DHISTORY17331 linuxaudiodev, md5, MimeWriter, mimify, popen2, rexec, sets, sha,
28929 for the MimeWriter module).
31802 - New module MimeWriter for writing MIME documents.