Re: writing a Mail Server

2005-12-14 Thread sujata
Thank you to everyone. Looks like, I have got reading to do. -- http://mail.python.org/mailman/listinfo/python-list

Re: writing a Mail Server

2005-12-14 Thread gene tani
[EMAIL PROTECTED] wrote: > Hello, > I have to implement a mail server type program for a project using > python. I have already implemented smtp and pop3 protocol to send and > retrieve mail at the client side. I used an existing mail server > account to test the code. Now, I need to write the fun

Re: writing a Mail Server

2005-12-14 Thread Steve Holden
[EMAIL PROTECTED] wrote: > Hello, > I have to implement a mail server type program for a project using > python. I have already implemented smtp and pop3 protocol to send and > retrieve mail at the client side. I used an existing mail server > account to test the code. Now, I need to write the func

Re: writing a Mail Server

2005-12-14 Thread Manlio Perillo
[EMAIL PROTECTED] ha scritto: > Hello, > I have to implement a mail server type program for a project using > python. I have already implemented smtp and pop3 protocol to send and > retrieve mail at the client side. I used an existing mail server > account to test the code. Now, I need to write the

writing a Mail Server

2005-12-13 Thread [EMAIL PROTECTED]
Hello, I have to implement a mail server type program for a project using python. I have already implemented smtp and pop3 protocol to send and retrieve mail at the client side. I used an existing mail server account to test the code. Now, I need to write the functionality of the mail server end. M