WHERE TO GET
- Master site: http://phd.pp.ru/Software/Python/#mimedecode
- Mirrors: http://phd.webhost.ru/Software/Python/#mimedecode
- http://phd.by.ru/Software/Python/#mimedecode
+ Master site: http://phdru.name/Software/Python/#mimedecode
+ Mirrors: http://phd.webhost.ru/Software/Python/#mimedecode
+ http://phd.by.ru/Software/Python/#mimedecode
Requires: Python 2.2.2+
Recommends: configured mailcap database.
Documentation (also included in the package):
- http://phd.pp.ru/Software/Python/mimedecode.txt
+ http://phdru.name/Software/Python/mimedecode.txt
http://phd.webhost.ru/Software/Python/mimedecode.txt
http://phd.by.ru/Software/Python/mimedecode.txt
AUTHOR
- Oleg Broytman <phd@phd.pp.ru>
+ Oleg Broytman <phd@phdru.name>
COPYRIGHT
- Copyright (C) 2001-2009 PhiloSoft Design
+ Copyright (C) 2001-2010 PhiloSoft Design
LICENSE
GPL
multipart, mailcap database is consulted to find a way to convert the body to
plain text. (I have no idea how mailcap could be configured on said M$ Ophice
GUI, please don't ask me; real OS users can consult my example at
-http://phd.pp.ru/Software/dotfiles/mailcap.html). The decoding process uses
+http://phdru.name/Software/dotfiles/mailcap.html). The decoding process uses
first copiousoutput filter it can find. If there is no any filter the body just
passed unconverted.
</para>
<refsect1>
<title>AUTHOR</title>
<para>
- Oleg Broytman <phd@phd.pp.ru>
+ Oleg Broytman <phd@phdru.name>
</para>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<para>
- mimedecode.py home page: http://phd.pp.ru/Software/Python/#mimedecode
+ mimedecode.py home page: http://phdru.name/Software/Python/#mimedecode
</para>
</refsect1>
__version__ = "$Revision$"[11:-2]
__revision__ = "$Id$"[5:-2]
__date__ = "$Date$"[7:-2]
-__author__ = "Oleg Broytman <phd@phd.pp.ru>"
-__copyright__ = "Copyright (C) 2001-2009 PhiloSoft Design"
+__author__ = "Oleg Broytman <phd@phdru.name>"
+__copyright__ = "Copyright (C) 2001-2010 PhiloSoft Design"
__license__ = "GNU GPL"
description = "Broytman mimedecode.py",
long_description = "Broytman mimedecode.py, " + __copyright__,
author = "Oleg Broytman",
- author_email = "phd@phd.pp.ru",
- url = "http://phd.pp.ru/Software/Python/#mimedecode",
+ author_email = "phd@phdru.name",
+ url = "http://phdru.name/Software/Python/#mimedecode",
license = "GPL",
platforms = "All",
scripts = ['mimedecode.py']