From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80722 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap no workee once again Date: Mon, 02 Jan 2012 17:27:06 +0100 Message-ID: <87fwfyt6hx.fsf@tsdh.uni-koblenz.de> References: <878vlq15uq.fsf@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325521645 24751 80.91.229.12 (2 Jan 2012 16:27:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 Jan 2012 16:27:25 +0000 (UTC) Cc: ding@gnus.org To: Harry Putnam Original-X-From: ding-owner+M29004@lists.math.uh.edu Mon Jan 02 17:27:22 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 1RhkjJ-00079h-DB for ding-account@gmane.org; Mon, 02 Jan 2012 17:27:21 +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 1Rhkj9-0005mI-J4; Mon, 02 Jan 2012 10:27:11 -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 1Rhkj7-0005ly-Th for ding@lists.math.uh.edu; Mon, 02 Jan 2012 10:27:09 -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 1Rhkj6-0006nw-BL for ding@lists.math.uh.edu; Mon, 02 Jan 2012 10:27:09 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Rhkj4-0000B8-Ng for ding@gnus.org; Mon, 02 Jan 2012 17:27:06 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 2AECAD22E5; Mon, 2 Jan 2012 17:27:06 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fkXyDJuJlHVZ; Mon, 2 Jan 2012 17:27:05 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from tsdh.uni-koblenz.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id A5322D22E0; Mon, 2 Jan 2012 17:27:05 +0100 (CET) In-Reply-To: <878vlq15uq.fsf@newsguy.com> (Harry Putnam's message of "Mon, 02 Jan 2012 10:28:29 -0500") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80722 Archived-At: Harry Putnam writes: Hi Harry, > (add-to-list 'gnus-secondary-select-methods '(nnimap "hputnam3" > (nnimap-address "imap.gmail.com"))) > > ------- --------- ---=--- --------- -------- > > And this in .authinfo (password obfuscated) > > machine imap.gmail.com login hputnam3@gmail.com password ??XXX?? port imap > > ------- --------- ---=--- --------- -------- My ./authinfo.gpg entry basically looks similar, except that I don't specify the port (Gnus figures that out) and I have a "force yes". Try machine imap.gmail.com login hputnam3@gmail.com password ??XXX?? force yes and see what happens. Bye, Tassilo