On Fri, 10 Jun 2005 15:52:28 +0200, Tarek Ziadé <[EMAIL PROTECTED]> wrote: >Hi, > >I want to write a small TCP Server in Python to make an IMAP Proxy for >post-processing client requests. > >It is not long either complicated but needs to be very robust so... >maybe someone here has already done such a thing I can use or know where >i can get it ?
I recommend using Twisted's IMAP4 support for this. There's a simple proxy in the Twisted issue tracker that might be useful to start from: http://twistedmatrix.com/bugs/issue215 Jp -- http://mail.python.org/mailman/listinfo/python-list