From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71498 Path: news.gmane.org!not-for-mail From: James Cloos Newsgroups: gmane.emacs.gnus.general Subject: Re: More IMAP testing, please Date: Wed, 22 Sep 2010 19:40:19 -0400 Message-ID: References: <8762y178ny.fsf@uwo.ca> <87eico4b4k.fsf@uwo.ca> <87ocbqkhj5.fsf@uwo.ca> <877hien0xr.fsf@uwo.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1285198996 6959 80.91.229.12 (22 Sep 2010 23:43:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Sep 2010 23:43:16 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19871@lists.math.uh.edu Thu Sep 23 01:43:15 2010 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 1OyYy2-0002Ga-Ih for ding-account@gmane.org; Thu, 23 Sep 2010 01:43:14 +0200 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 1OyYxo-0008W4-5c; Wed, 22 Sep 2010 18:43:00 -0500 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 1OyYxm-0008Vl-0S for ding@lists.math.uh.edu; Wed, 22 Sep 2010 18:42:58 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OyYxl-0004nR-1x for ding@lists.math.uh.edu; Wed, 22 Sep 2010 18:42:57 -0500 Original-Received: from eagle.jhcloos.com ([207.210.242.212]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OyYxk-0000xX-00 for ; Thu, 23 Sep 2010 01:42:56 +0200 Original-Received: by eagle.jhcloos.com (Postfix, from userid 10) id 5791840153; Wed, 22 Sep 2010 23:42:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jhcloos.com; s=eagle; t=1285198968; bh=vKD+WRzGJc8hac0oA3TrCXDermXEV4ICa0F5TPCYQSU=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type:Content-Transfer-Encoding; b=ef++x+byccp65sTP8tJ4ZChpClnK09ENVR4lbQs4cf9UpYx9BvXF7UA1TG5HiEgDD u/cyZ/WfaSrJ8qEoc1umYnNqPjPlxDzNJqYdbgU3Bvw9NrxfKFfBmhII4Ve/V3MN3q oDifHjrVcK3REJBqMB3aN/gPxW0tgmLvguRVbfn0= Original-Received: from carbon (localhost [127.0.0.1]) by carbon.jhcloos.org (Postfix) with ESMTP id 0F7091DAC73 for ; Wed, 22 Sep 2010 23:40:20 +0000 (UTC) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Wed, 22 Sep 2010 01:23:09 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAI1J REFUOE+lU9ESgCAIg64P1y+ngUdxhl5H8wFbbM0OmUiEhKkCYaZThXCo6KE5sCbA1DDX3genvO4d eBQgEMaM5qy6uWk4SfBYfdu9jvBN9nSVDOKRtwb+I3epboOsOX5pZbJNsBJFvmQQ05YMfieIBnYX FK2N6dOawd97r/e8RjkTLzmMsiVgrAoEugtviCM3v2WzjgAAAABJRU5ErkJggg== Copyright: Copyright 2009 James Cloos OpenPGP: ED7DAEA6; url=http://jhcloos.com/public_key/0xED7DAEA6.asc OpenPGP-Fingerprint: E9E9 F828 61A4 6EA9 0F2B 63E7 997A 9F17 ED7D AEA6 Original-Lines: 35 X-Hashcash: 1:30:100922:ding@gnus.org::LWG3hSlecFXmh7+v:000n6Crd X-Spam-Score: -1.8 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71498 Archived-At: [Replying to a random art on this thread] My X server crashed today (the laptop, not the X process) and that forced me to start up gnus again. So I installed the current master to try it out. That was commit c833671c9d32c73eb7ff7d40e2f99bd9a570bc4e. It was unable to login to my imap at all; The server buffer said denied. The relevant config from gnus-secondary-select-methods is: (nnimap "L" (nnimap-address "localhost") (nnimap-need-unselect-to-notice-new-mail nil) (gnus-check-new-newsgroups t) (nnimap-stream shell) (imap-shell-program "/usr/sbin/myimapd -n") (nnimap-authinfo-file "~/.iai.gpg")) (with some of the names changed to protect both the innocent /and/ the guilty. =E2=98=BA) I had to back down to commit 6e9a3072f961d1003cf14b37fdd4c922cc4e3db1 in order to interact with mail at all. (Even though imapd is run via imap-shell-program, it is not pre- authenticated. I only use the shell because running imap over tcp =E2=80= =94 even over loopback =E2=80=94 has about twice the latency. Using the pty cuts the startup time in half.) -JimC --=20 James Cloos OpenPGP: 1024D/ED7DAEA6