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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to