PYGMY
>>> import pygmy
>>> print pygmy.__doc__
Pygmy is a GNOME mail client written
in the Python programming
language. The current version is 0.6.0 (07/12/02).
Some features:
* Folder hierarchy
* Multipart messages and general MIME support
* Message filters
* Address book, or use in combination with GNOMECard
* GnuPG support
* GtkHTML support for message viewing
>>> dir(pygmy)
['screenshots', '
download ', 'cvs access', '
changelog ', 'todo']
>>>