[Tutor] E-mail in python

Jethro Cramp jsc_lists@rock-tnsc.com
Sun, 08 Apr 2001 18:51:08 -0800


Corey Woodworth wrote:

> Would it be plausible to write an e-mail client in Python? The reason I ask
> is because Outlook has more than pissed me off too much. I know that I
> couldn't write something that complex yet, but Its a goal :) So, would A. it
> be plausible. and B. Where should I start?
> 
> Thanks,
> Corey
> 
> 
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor

As I remember there is a quite advanced gui e-mail client program based 
on wxpython. I think it is called Balsa or Mahogany. Check on the 
wxPython page for links.

Jethro