Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35431
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder2.hal-mli.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rcmjivaro@comcast.net> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.025 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; '(python)': 0.16; 'from:addr:comcast.net': 0.16; 'gmail.': 0.16; 'received:76.96': 0.16; 'received:76.96.30': 0.16; 'received:ca.mail.comcast.net': 0.16; 'received:emeryville.ca.mail.comcast.net': 0.16; 'received:mail.comcast.net': 0.16; 'subject:Password': 0.16; 'tls': 0.16; 'script': 0.24; 'plain': 0.27; 'hash': 0.29; 'received:192.168.1.3': 0.29; 'received:comcast.net': 0.33; 'to:addr:python-list': 0.33; 'server': 0.35; 'smtp': 0.35; 'text.': 0.35; 'rather': 0.37; 'login': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'details': 0.63; 'account': 0.67 |
| Subject | Password hash |
| From | Robert Montgomery <rcmjivaro@comcast.net> |
| To | python-list@python.org |
| Date | Sun, 23 Dec 2012 20:38:12 -0600 |
| Content-Type | text/plain; charset="UTF-8" |
| X-Mailer | Evolution 3.4.4 (3.4.4-2.fc17) |
| Mime-Version | 1.0 |
| Content-Transfer-Encoding | 7bit |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1356316759; bh=An2dxHx6yhBKeGJ6aIzc/TsqPUz9JtsNvYXfeJCBF88=; h=Received:Received:Message-ID:Subject:From:To:Date:Content-Type: Mime-Version; b=NY2WpaNlH/p76p+VThu7V6JNRuUuEqRPnRiwACnit29rpnYgomrfZ1SaZRqiZ0nOX k+dFVC/BXzXddLuch6omiNNclNFUOJ+ZIUeK/3tR05ZRfzaHAT72ydaZHJ0Z0k46Or F712IkfcHeBnxeEtPM4s9J79Y73XgtyTaf81BKGbhB1XRwmOGZN+jXZOX8pMneR9XU 6ZxWRQ1Z8nHv4kfpdb4/ZBOyg3RzDGsEBz4yTytz9ljaz2SKCDJtaJXJAXwhYB/Z9T LPsZenmcVazYwC6w2XY5heOL7i0p8mX3pauk6RV02Z6qVz/M0rXXaCyeNzbGlOO2OV gyWPCD5pGsOqg== |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1234.1356316836.29569.python-list@python.org> (permalink) |
| Lines | 5 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1356316836 news.xs4all.nl 6913 [2001:888:2000:d::a6]:47512 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:35431 |
Show key headers only | View raw
I am writing a script that will send an email using an account I set up in gmail. It is an smtp server using tls on port 587, and I would like to use a password hash in the (python) script for login rather than plain text. Is this do-able? Details please.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Password hash Robert Montgomery <rcmjivaro@comcast.net> - 2012-12-23 20:38 -0600
Re: Password hash Ramchandra Apte <maniandram01@gmail.com> - 2012-12-25 19:40 -0800
Re: Password hash Ian Kelly <ian.g.kelly@gmail.com> - 2012-12-26 13:16 -0700
Re: Password hash Ramchandra Apte <maniandram01@gmail.com> - 2012-12-25 19:40 -0800
Re: Password hash Peter Pearson <ppearson@nowhere.invalid> - 2012-12-27 19:24 +0000
csiph-web