Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1955 > unrolled thread

PyMailGUI standalone release

Started byMark Lutz <lutz@learning-python.com>
First post2015-12-11 20:10 +0000
Last post2015-12-11 20:10 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  PyMailGUI standalone release Mark Lutz <lutz@learning-python.com> - 2015-12-11 20:10 +0000

#1955 — PyMailGUI standalone release

FromMark Lutz <lutz@learning-python.com>
Date2015-12-11 20:10 +0000
SubjectPyMailGUI standalone release
Message-ID<mailman.162.1449865713.12405.python-announce-list@python.org>
There is a new standalone release of PyMailGUI - a POP/SMTP email client
which is a major example in a large Python book (shameless plug omitted). 
This release's code is identical to that in the book, but has a different 
launcher and a self-contained package structure for standalone use.

PyMailGUI is a bit limited because it was written for use as a teaching 
tool in a book.  On the other hand, it does threading, MIME attachments, 
Unicode, and more, and is useful enough to have served as its author's 
primary email tool for over a decade.  It may also reduce the probability
of your email being read by a giant evil company without your consent.

Screenshot:
    http://learning-python.com/pymailgui/screenshots/main-standalone.png

Docs:
    http://learning-python.com/pymailgui/Readme-PyMailGUI.html

Code:
    http://learning-python.com/pymailgui/

Fetch:
    http://learning-python.com/downloads/

Cheers,
--M. Lutz, http://learning-python.com

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web