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


Groups > comp.lang.python.announce > #1962

PyMailGUI: now with SSL and Gmail support

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Mark Lutz <lutz@learning-python.com>
Newsgroups comp.lang.python.announce
Subject PyMailGUI: now with SSL and Gmail support
Date Wed, 16 Dec 2015 02:43:49 -0000
Lines 38
Approved python-announce-list@python.org
Message-ID <mailman.8.1450270952.30845.python-announce-list@python.org> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset="us-ascii"
Content-Transfer-Encoding 7bit
X-Trace news.uni-berlin.de /aPu02JA7n+TbALNv+xJGwAMq59jnnISR4YXPlb3ZiqQ==
Return-Path <lutz@learning-python.com>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.107
X-Spam-Level *
X-Spam-Evidence '*H*': 0.79; '*S*': 0.00; 'imported': 0.09; 'modes': 0.09; 'plug': 0.09; 'unicode,': 0.09; 'python': 0.10; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:SSL': 0.16; 'threading,': 0.16; 'config': 0.18; 'ssl': 0.18; '3.x': 0.22; 'minor': 0.22; 'subject:support': 0.22; 'bit': 0.23; 'cheers': 0.24; 'patch': 0.24; 'written': 0.24; 'example': 0.26; 'linux': 0.26; '(e.g.,': 0.27; 'giant': 0.29; 'received:192.168.1.3': 0.29; 'servers.': 0.29; 'code:': 0.29; 'code': 0.30; 'primary': 0.31; 'generally': 0.32; 'older': 0.32; 'useful': 0.33; 'url:downloads': 0.33; 'recommended': 0.34; 'structure': 0.34; 'file': 0.34; 'supports': 0.35; 'but': 0.36; 'there': 0.36; 'tool': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'client': 0.37; 'release': 0.37; 'charset:us-ascii': 0.37; 'does': 0.39; 'enough': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'some': 0.40; 'company': 0.60; 'your': 0.60; 'different': 0.63; 'url:png': 0.64; 'here': 0.66; 'teaching': 0.69; 'subject:now': 0.70; 'book,': 0.72; 'book.': 0.72; 'message- id:invalid': 0.79; 'received:68.178.252': 0.84; 'crucial': 0.91; 'received:68.178': 0.91; 'subject:Gmail': 0.91; 'scene': 0.93; 'hand,': 0.97
X-Mailer PyMailGUI 3.0 (Python)
X-Mailman-Approved-At Wed, 16 Dec 2015 08:02:31 -0500
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python.announce:1962

Show key headers only | View raw


A minor but crucial update to a system announced here a few days ago: the
PyMailGUI POP/SMTP email client now supports SSL modes on servers.  SSL is 
generally recommended by many servers, and required by some (e.g., Gmail).

Also in this update: a new config file for using the program with Gmail 
accounts; a new Linux screenshot; a minor patch to a patch for older 3.X 
libs; and additional book code imported only on rarely-used PyEdit actions.

The update:
    http://learning-python.com/pymailgui/Readme-PyMailGUI.html#SSL

The scene on Linux:
    http://learning-python.com/pymailgui/screenshots/linux-screenshot-pymailgui.png

The original announcement:

> 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 again,
--M. Lutz, http://learning-python.com

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

PyMailGUI: now with SSL and Gmail support Mark Lutz <lutz@learning-python.com> - 2015-12-16 02:43 +0000

csiph-web