Re: IMAP Proxy

2005-06-10 Thread =?ISO-8859-1?Q?Tarek_Ziad=E9?=
Alex Verstraeten wrote: > Tarek Ziadé 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

Re: IMAP Proxy

2005-06-10 Thread Alex Verstraeten
Tarek Ziadé 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 ? > >Ch

Re: IMAP Proxy

2005-06-10 Thread =?ISO-8859-1?Q?Tarek_Ziad=E9?=
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 ca

Re: IMAP Proxy

2005-06-10 Thread =?UTF-8?B?VGFyZWsgWmlhZMOp?=
Jp Calderone wrote: >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... >>mayb

Re: IMAP Proxy

2005-06-10 Thread Skip Montanaro
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 wh

Re: IMAP Proxy

2005-06-10 Thread Jp Calderone
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 suc