Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dmimify.rst2 :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
Dnetdata.rst22 mimify.rst
Dquopri.rst61 Module :mod:`mimify`
/external/python/cpython2/Lib/test/
Dtest_sundry.py56 import mimify
/external/python/cpython2/Lib/
Dmimify.py415 def mimify(infile, outfile): function
449 encode = mimify
/external/python/cpython2/Misc/
Dcheatsheet1924 mimify Mimification and unmimification of mail messages.
DHISTORY13759 - Sjoerd Mullender's mimify.py module now supports base64 encoding and
14842 - New module mimify for conversion to and from MIME format of email
DNEWS11211 - mimify now raises a DeprecationWarning upon import.
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2949 * The :mod:`MimeWriter` module and :mod:`mimify` module