Is there something like Zoe in Python

Miki Tebeka miki.tebeka at zoran.com
Thu Oct 14 08:47:30 EDT 2004


Hello ????????????,

> Zoe is an application written in Java that is also a SMTP/POP/WEB server
> that sits between your normal mail user agent (Thunderbird, mutt or
> Outlook) and the rest of the world. Every mail you've received or sent is
> stored and indexed in Zoe, so that you can perform searches (ala Google) on
> your own mail database, via its web interface.
> 
> I was wondering if there's something similar but written in Python.
You can do indexing with Lupy (http://www.divmod.org/Home/Projects/Lupy/)
The SMTP/POP/WEB stuff can be done with the standard Python library or with
twisted (http://twistedmatrix.com/).

HTH.
--
------------------------------------------------------------------------
Miki Tebeka <miki.tebeka at gmail.com>
http://tebeka.spymac.net
The only difference between children and adults is the price of the toys



More information about the Python-list mailing list