On Feb 28, 7:56 pm, J <seaworthyjer...@gmail.com> wrote: > Is it possible to make a GUI email program in Python that stores > emails, composes, ect? Also, could I create my own programming > language in Python? What are Pythons limits, or is this just a waste > of my time to learn it.
The book, "Programming Python 3rd ed." by Lutz has a command-line and a Tkinter-based GUI email program in it. I don't recall if it stored emails or not, but that should be fairly trivial to add. I've written a simple GUI program for sending emails via POP3, but haven't dug into downloading or displaying emails on a server. Mike -- http://mail.python.org/mailman/listinfo/python-list