From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80859 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap no workee once again Date: Tue, 10 Jan 2012 09:50:25 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87fwfnehn2.fsf@lifelogs.com> References: <878vlq15uq.fsf@newsguy.com> <874nw8uw22.fsf@lifelogs.com> <87mx9wsn97.fsf@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1326207039 16583 80.91.229.12 (10 Jan 2012 14:50:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Jan 2012 14:50:39 +0000 (UTC) Cc: ding@gnus.org To: Harry Putnam Original-X-From: ding-owner+M29141@lists.math.uh.edu Tue Jan 10 15:50:36 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 1Rkd23-0002tC-0L for ding-account@gmane.org; Tue, 10 Jan 2012 15:50:35 +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 1Rkd22-0007Ug-1d; Tue, 10 Jan 2012 08:50:34 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Rkd20-0007UO-QH for ding@lists.math.uh.edu; Tue, 10 Jan 2012 08:50:32 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Rkd1z-0000c4-NS for ding@lists.math.uh.edu; Tue, 10 Jan 2012 08:50:32 -0600 Original-Received: from z.lifelogs.com ([173.255.230.239]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Rkd1y-0002AC-42 for ding@gnus.org; Tue, 10 Jan 2012 15:50:30 +0100 Original-Received: from heechee (c-76-28-40-19.hsd1.vt.comcast.net [76.28.40.19]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: tzz) by z.lifelogs.com (Postfix) with ESMTPSA id B7377620B1; Tue, 10 Jan 2012 14:50:26 +0000 (UTC) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Gmane-Reply-To-List: yes In-Reply-To: <87mx9wsn97.fsf@newsguy.com> (Harry Putnam's message of "Mon, 09 Jan 2012 14:13:08 -0500") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80859 Archived-At: On Mon, 09 Jan 2012 14:13:08 -0500 Harry Putnam wrote: HP> auth-source-search: found 3 backends matching (:max 1 :host ("imap.gmail.com" "hputnam3") :port ("imaps" "imap" "993" "143") :user nil :require (:user :secret) :create t) HP> auth-source-netrc-parse: using CACHED file data for ~/.authinfo HP> auth-source-search-backend: got 1 (max 1) in netrc:~/.authinfo matching (:max 1 :host ("imap.gmail.com" "hputnam3") :port ("imaps" "imap" "993" "143") :user nil :require (:user :secret) :create t) HP> auth-source-search: found 1 results (max 1) matching (:max 1 :host ("imap.gmail.com" "hputnam3") :port ("imaps" "imap" "993" "143") :user nil :require (:user :secret) :create t) HP> Opening nnimap server on hputnam3...failed: NO (AUTHENTICATIONFAILED) Invalid credentials (Failure) That's weird. Well, it looks like the netrc data is cached. Could you check, using the new function I just added for Richard, that the first two elements are correctly the user name and the password you want? (auth-source-user-and-password "imap.gmail.com") (auth-source-user-and-password "hputnam3") Thanks Ted