Searched refs:mimify (Results 1 – 9 of 9) sorted by relevance
2 :mod:`mimify` --- MIME processing of mail messages5 .. module:: mimify11 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 and25 mimify message32 .. 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
22 mimify.rst
61 Module :mod:`mimify`
56 import mimify
415 def mimify(infile, outfile): function449 encode = mimify
1924 mimify Mimification and unmimification of mail messages.
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
11211 - mimify now raises a DeprecationWarning upon import.
2949 * The :mod:`MimeWriter` module and :mod:`mimify` module