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


Groups > comp.lang.python > #107618

Re: Scraping email to make invoice

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Michael Torrie <torriem@gmail.com>
Newsgroups comp.lang.python
Subject Re: Scraping email to make invoice
Date Mon, 25 Apr 2016 11:16:47 -0600
Lines 16
Message-ID <mailman.87.1461604629.32212.python-list@python.org> (permalink)
References <e75f5681-6e6f-424f-8697-b01c94d0f3ce@googlegroups.com> <571D548D.2040500@gmail.com> <nfla7h$bbk$1@ger.gmane.org> <571E50FF.9010507@gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 7bit
X-Trace news.uni-berlin.de q1wzvGwRedilBVPFMUCT8wYwD3C/dXDKKqy6ew8aznEw==
Return-Path <torriem+gmail@torriefamily.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.085
X-Spam-Evidence '*H*': 0.83; '*S*': 0.00; 'special,': 0.09; 'explicitly': 0.15; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:make': 0.16; 'wrote:': 0.16; 'url:accounts': 0.18; 'password.': 0.22; 'am,': 0.23; 'plain': 0.24; 'header:In-Reply- To:1': 0.24; "i've": 0.25; 'header:User-Agent:1': 0.26; 'good.': 0.32; 'message-id:@gmail.com': 0.34; 'ahead': 0.35; 'too': 0.36; 'basic': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; '(with': 0.38; 'no,': 0.38; 'google': 0.39; 'url:en': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'charset:windows-1252': 0.62; 'wish': 0.71; 'actually,': 0.84; 'dead.': 0.84; 'miserable': 0.84; 'edwards': 0.91
X-Virus-Scanned amavisd-new at torriefamily.org
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2
In-Reply-To <nfla7h$bbk$1@ger.gmane.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.22
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <571E50FF.9010507@gmail.com>
X-Mailman-Original-References <e75f5681-6e6f-424f-8697-b01c94d0f3ce@googlegroups.com> <571D548D.2040500@gmail.com> <nfla7h$bbk$1@ger.gmane.org>
Xref csiph.com comp.lang.python:107618

Show key headers only | View raw


On 04/25/2016 08:39 AM, Grant Edwards wrote:
> Your normal gmail password is used for IMAP.

Actually, no, unless you explicitly tell Google to allow "less-secure"
authentication.  Otherwise you are required to set up a special,
application-specific password.

https://support.google.com/accounts/answer/185833?hl=en

> Warning: don't use the basic imaplib.  IMAP is a miserable protocol,
> and imap lib is too thin a wrapper. It'll make you bleed from the ears
> and wish you were dead.  Use imapclient or imaplib2.  I've used both
> (with Gmail's IMAP server), and IMO both are pretty good.  Either one
> is miles ahead of plain imaplib.

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


Thread

Scraping email to make invoice CM <cmpython@gmail.com> - 2016-04-24 11:58 -0700
  Re: Scraping email to make invoice Friedrich Rentsch <anthra.norell@bluewin.ch> - 2016-04-24 22:38 +0200
  Re: Scraping email to make invoice Michael Torrie <torriem@gmail.com> - 2016-04-24 17:19 -0600
  Re: Scraping email to make invoice Grant Edwards <grant.b.edwards@gmail.com> - 2016-04-25 14:39 +0000
  Re: Scraping email to make invoice Michael Torrie <torriem@gmail.com> - 2016-04-25 11:16 -0600
  Re: Scraping email to make invoice Grant Edwards <grant.b.edwards@gmail.com> - 2016-04-25 17:59 +0000

csiph-web