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


Groups > comp.lang.python > #107618

Re: Scraping email to make invoice

From Michael Torrie <torriem@gmail.com>
Newsgroups comp.lang.python
Subject Re: Scraping email to make invoice
Date 2016-04-25 11:16 -0600
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>

Show all headers | 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