Searched refs:mimify (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Doc/library/ |
D | mimify.rst | 2 :mod:`mimify` --- MIME processing of mail messages 5 .. module:: mimify 11 The :mod:`email` package should be used in preference to the :mod:`mimify` 14 The :mod:`mimify` module defines two functions to convert mail messages to and 25 mimify message 32 .. function:: mimify(infile, outfile) 78 mimify.py -e [-l length] [infile [outfile]] 79 mimify.py -d [-b] [infile [outfile]] 81 to encode (mimify) and decode (unmimify) respectively. *infile* defaults to
|
D | netdata.rst | 22 mimify.rst
|
D | quopri.rst | 61 Module :mod:`mimify`
|
/external/python/cpython2/Lib/test/ |
D | test_sundry.py | 56 import mimify
|
/external/python/cpython2/Lib/ |
D | mimify.py | 415 def mimify(infile, outfile): function 449 encode = mimify
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a1.rst | 2389 mimify now raises a DeprecationWarning upon import.
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1924 mimify Mimification and unmimification of mail messages.
|
D | HISTORY | 13759 - Sjoerd Mullender's mimify.py module now supports base64 encoding and 14842 - New module mimify for conversion to and from MIME format of email
|
/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, 31138 - Sjoerd Mullender's mimify.py module now supports base64 encoding and 32221 - New module mimify for conversion to and from MIME format of email
|