From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80844 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Gack ... boring old nnimap and gmail problem again Date: Mon, 09 Jan 2012 14:01:53 -0500 Organization: Still searching... Message-ID: <87r4z8snry.fsf@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1326135863 13841 80.91.229.12 (9 Jan 2012 19:04:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Jan 2012 19:04:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29126@lists.math.uh.edu Mon Jan 09 20:04:19 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RkKW3-0001Z7-9z for ding-account@gmane.org; Mon, 09 Jan 2012 20:04:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RkKVS-0000ro-1k; Mon, 09 Jan 2012 13:03:42 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RkKVQ-0000rh-VT for ding@lists.math.uh.edu; Mon, 09 Jan 2012 13:03:40 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RkKVP-00028y-F1 for ding@lists.math.uh.edu; Mon, 09 Jan 2012 13:03:40 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RkKVN-0000e8-EI for ding@gnus.org; Mon, 09 Jan 2012 20:03:37 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RkKVM-0001DY-3s for ding@gnus.org; Mon, 09 Jan 2012 20:03:36 +0100 Original-Received: from z65-50-57-227.ips.direcpath.com ([65.50.57.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jan 2012 20:03:36 +0100 Original-Received: from reader by z65-50-57-227.ips.direcpath.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jan 2012 20:03:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 69 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: z65-50-57-227.ips.direcpath.com User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:P2l88L13mn2/lqDiVmyiYasNPww= X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80844 Archived-At: I'm really stuck on this ... I've had nnimap access of gmail account working for a good while. My gmail account had some incident like apparently gmail itself was hacked in some way. At any rate I was told I had to make a new password. I did so, and can login from browser with no problems. I put the new password in the corresponding field of ~/authinfo but cannot access gmail imap groups now, from gnus. BTW: using latest gnus as of today. (latest emacs-24 as of yesterday) First, again, know that I CAN login to gmail with no problems from a browser. And do so by using the exact same uid and passwd shown below {passwd elided}. And know further that this all worked until the event mentioned above and a password change with .authinfo updated accordingly. I didn't change my nnimap settings for gmail but I did change authinfo to update the passwd. >From .gnus: ,---- | (setq gnus-secondary-select-methods | '((nnml ""))) | | (add-to-list 'gnus-secondary-select-methods '(nnimap "hputnam3" | (nnimap-address "imap.gmail.com"))) `---- ------- --------- ---=--- --------- -------- >From ~/.authinfo (passwd elided): ,---- | machine imap.gmail.com login hputnam3@gmail.com password [...] force yes `---- [NOTE: This one worked before the password change mentioned above: ,---- | machine imap.gmail.com login hputnam3@gmail.com password [...] port imap `---- now neither of the syntax above work] ------- --------- ---=--- --------- -------- From: messages buffer: ,---- | Opening connection to imap.gmail.com via tls... | Opening TLS connection to `imap.gmail.com'... | Opening TLS connection with `gnutls-cli --insecure -p 993 imap.gmail.com'...done | Opening TLS connection to `imap.gmail.com'...done | Opening nnimap server on hputnam3...failed: NO (AUTHENTICATIONFAILED) Invalid credentials (Failure) `---- I don't remember seeing this line; ,---- | Opening TLS connection with `gnutls-cli --insecure -p 993 imap.gmail.com'...done `---- when the connection worked but maybe just never noticed it.