Email Program

Mike Driscoll kyosohma at gmail.com
Mon Mar 2 13:34:03 EST 2009


On Feb 28, 7:56 pm, J <seaworthyjer... at 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



More information about the Python-list mailing list