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
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
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
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
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
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