Email Program

Ralf Schoenian ralf at schoenian-online.de
Mon Mar 2 00:53:44 EST 2009


J wrote:
> Is it possible to make a GUI email program in Python that stores
> emails, composes, ect?

Hi,

yes, it is possible. There are modules in the standard library like 
email, smtplib and poplib. A gui can be written in wxPython, pyQT, pyGTK 
or tkinter. There are many more toolkits but these are the big ones.
Actually, ff you want to see an Python email client in action have a 
look at Chandler: http://chandlerproject.org/ it's written in wxPython.

Regards,
Ralf Schoenian



More information about the Python-list mailing list