IMAP Proxy

Tarek Ziadé tziade at nuxeo.com
Fri Jun 10 11:46:35 EDT 2005


Skip Montanaro wrote:

>    Tarek> I want to write a small TCP Server in Python to make an IMAP
>    Tarek> Proxy for post-processing client requests.
>
>    Tarek> It is not long either complicated but needs to be very robust
>    Tarek> so...  maybe someone here has already done such a thing I can use
>    Tarek> or know where i can get it ?
>
>There is an IMAP filter as part of the SpamBayes project that you might find
>is a useful starting point:
>
>    http://www.spambayes.org/
>  
>

Thanks for pointing it out but what I am looking for is more likely to be
a TCP server that is placed on server side as a frontal for the IMAP server
to deal with all incoming queries before it is passed to the real IMAP
server.

The use case is to redirect some search queries to a home made program.

Tarek


>Skip
>  
>




More information about the Python-list mailing list