Searched refs:MimeWriter (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Doc/library/ |
D | mimewriter.rst | 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]) [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_MimeWriter.py | 14 from MimeWriter import MimeWriter 202 toplevel = MimeWriter(buf) 224 m = MimeWriter(md1.startbody("message/rfc822")) 245 m = MimeWriter(f)
|
/external/python/cpython2/Lib/ |
D | MimeWriter.py | 22 class MimeWriter: class
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a1.rst | 2398 MimeWriter now raises a DeprecationWarning upon import.
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1923 MimeWriter Generic MIME writer.
|
D | HISTORY | 11550 for the MimeWriter module). 14423 - New module MimeWriter for writing MIME documents.
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 2949 * The :mod:`MimeWriter` module and :mod:`mimify` module
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.6.rst | 2953 * The :mod:`MimeWriter` module and :mod:`mimify` module
|
/external/python/cpython3/Misc/ |
D | HISTORY | 17331 linuxaudiodev, md5, MimeWriter, mimify, popen2, rexec, sets, sha, 28929 for the MimeWriter module). 31802 - New module MimeWriter for writing MIME documents.
|