From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rainer M Krug Newsgroups: gmane.emacs.help Subject: Re: Gnus + Gmail + IMAP Date: Tue, 30 Jun 2015 09:28:50 +0200 Message-ID: References: <87lhf272in.fsf@yale.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1435649377 26864 80.91.229.3 (30 Jun 2015 07:29:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Jun 2015 07:29:37 +0000 (UTC) Cc: "Jorge A. Alfaro-Murillo" , help-gnu-emacs To: Alexander Shukaev Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 30 09:29:24 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z9pyq-0007im-SZ for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Jun 2015 09:29:21 +0200 Original-Received: from localhost ([::1]:45458 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9pyq-0003Qv-Ej for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Jun 2015 03:29:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9pya-0003Og-Sw for help-gnu-emacs@gnu.org; Tue, 30 Jun 2015 03:29:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9pyX-0000Cs-N6 for help-gnu-emacs@gnu.org; Tue, 30 Jun 2015 03:29:04 -0400 Original-Received: from mail-wi0-f171.google.com ([209.85.212.171]:33256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9pyX-0000CZ-Hj for help-gnu-emacs@gnu.org; Tue, 30 Jun 2015 03:29:01 -0400 Original-Received: by wiwl6 with SMTP id l6so122113433wiw.0 for ; Tue, 30 Jun 2015 00:29:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=eLSQHi1Q6KaF2IJvBW/KPr68NcCG257MljqGR6stvqo=; b=YTww2vk8nwXBRcOin0/+hnVwnaR0keh2q5PDcP2OCPcCdHT4yN65imoSTxpuH33dW1 +6zKRkc2g2bmYm3fCqkfL7oBYrWiNwZj26LOrC3EfyIOJy28GHIgAJcNAdXCY2yUisGs lMKtmitIARz7lTO9sjvjt1tE09ypJWlWA/WCdOfIw1CEhzgwrFXe333n8b32lpBOZVbe m2rFNxRIW7xZ8BZ7181mUmyy1cukQZZvWWaJ1MjqvoMGl6R7LZE4q+L2Q3vuJHF4YSZG Lol11vxcCuwqAxywRY3nD7IzufwV3bSiC21rTUm+E4tjOTeRvTnedPso8V8zIdKFAp/d IzxQ== X-Received: by 10.194.158.42 with SMTP id wr10mr35512047wjb.81.1435649339986; Tue, 30 Jun 2015 00:28:59 -0700 (PDT) Original-Received: from Rainers-MacBook-Pro.local (arn78-1-88-186-171-7.fbx.proxad.net. [88.186.171.7]) by mx.google.com with ESMTPSA id i6sm67553340wjf.29.2015.06.30.00.28.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Jun 2015 00:28:58 -0700 (PDT) In-Reply-To: (Alexander Shukaev's message of "Mon, 29 Jun 2015 22:29:05 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.212.171 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105305 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Alexander Shukaev writes: > On Mon, Jun 29, 2015 at 10:26 PM, Alexander Shukaev > wrote: > >> Alright, so as soon as I added >> >> (setq gnus-select-method '(nnimap "imap.gmail.com" >> (nnimap-server-port 993))) >> >> Notice the explicit port 993 (i.e. "imap", "imaps", etc. don't work). >> Probably on Windows, one has to add >> >> imaps 993/tcp # IMAP over SSL >> imaps 993/udp >> >> to 'c:/WINDOWS/system32/drivers/etc/services'? >> >> Anyway, now I'm getting >> >> Opening connection to imap.gmail.com via tls... >> nnimap (imap.gmail.com) open error: 'NO (ALERT) Please log in via your >> web browser: https://support.google.com/mail/accounts/answer/78754 >> (Failure)'. Continue? (y or n) n >> >> What is that supposed to mean? A problem with credentials? >> >> Kind regards, >> Alexander >> > > =E2=80=8BP.S.: I also got an e-mail from Google: > > =E2=80=8B >> Hi Alexander, > > >> We recently blocked a sign-in attempt to your Google Account [ >> =E2=80=8B* >> @gmail.com]. > > > =E2=80=8BHuh?=E2=80=8B As mentioned by Jorge, if you have two step authentication enabled in googl;e, you need an appilt=3Dcation password to use imap. Some info can be found at [1]. Concerning the blocking: I guess google blocked this attempt, because you tried to often in a time? Otherwise there are more hints in the email. I am by the way using offlineimap to sync my gmail to a local dovecot imap server which I access from gnus. Works perfectly. Cheers, Rainer Footnotes:=20 [1] https://support.google.com/mail/answer/1173270?hl=3Den =2D-=20 Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2 iQEcBAEBCAAGBQJVkkU2AAoJENvXNx4PUvmCpm4IAI6iYqzboWLx9hWeU1I/nXWO rP74X1i4uIukILF4HK3qYUBFXtYYlGTyr2MHmbdCIPX2F/vv4ttltuJ+c0b2Affu kwPWz8Mge3N5JiYNCUNc44tNjeSQ8dKrdVMNTvCfoIQCWOITzaUVhWZ3fDUV9caO bQFMKZypW0vhRVuWCNdYkmFnByQ6Ktm45asA5QBdrK9r3o4HMgY/4fQ22XflAvB5 Zxf0ld6ggih3cbrvlVgoIGw+9bvBLBDmBdrQ2wuy8Y3ecP+GFRDqu/HTQDOT/cq+ Hs8b5s6bpCogM6CadfxM896OVBnBQ76yUClA/2QOFc6EPNSuB1HKQGH3ILxFdME= =FTVo -----END PGP SIGNATURE----- --=-=-=--