Re: pop3proxy

2005-05-02 Thread Jp Calderone
On Mon, 02 May 2005 16:05:13 +0200, BrokenClock <[EMAIL PROTECTED]> wrote: >Hello every body, > >Here is a python newbie! I've choose it to make a pop3 proxy - I want to >filter content between a pop3 client and a pop3 server, and I have no >control on the server... >First, I wanted to do an non-fi

Re: pop3proxy

2005-05-02 Thread BrokenClock
Thank you! At a first glance, it seems to be very similar to what I need. More to come when I go deeper... Just a écrit : > In article <[EMAIL PROTECTED]>, > BrokenClock <[EMAIL PROTECTED]> wrote: > > >>Here is a python newbie! I've choose it to make a pop3 proxy - I want to >>filter content

Re: pop3proxy

2005-05-02 Thread Just
In article <[EMAIL PROTECTED]>, BrokenClock <[EMAIL PROTECTED]> wrote: > Here is a python newbie! I've choose it to make a pop3 proxy - I want to > filter content between a pop3 client and a pop3 server, and I have no > control on the server... > First, I wanted to do an non-filtering, just log

pop3proxy

2005-05-02 Thread BrokenClock
Hello every body, Here is a python newbie! I've choose it to make a pop3 proxy - I want to filter content between a pop3 client and a pop3 server, and I have no control on the server... First, I wanted to do an non-filtering, just logging, mono-thread proxy to make some test.. Based on the RFC