From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71022 Path: news.gmane.org!not-for-mail From: Knut Anders Hatlen Newsgroups: gmane.emacs.gnus.general Subject: Re: Releasing the new nnimap on y'all soon Date: Sat, 18 Sep 2010 22:50:30 +0200 Message-ID: References: <878w30tiui.fsf@uwo.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1284843056 29699 80.91.229.12 (18 Sep 2010 20:50:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 18 Sep 2010 20:50:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19395@lists.math.uh.edu Sat Sep 18 22:50:54 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 1Ox4N2-0004jZ-QD for ding-account@gmane.org; Sat, 18 Sep 2010 22:50:53 +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 1Ox4My-0003He-T8; Sat, 18 Sep 2010 15:50:48 -0500 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 1Ox4Mx-0003HT-Nb for ding@lists.math.uh.edu; Sat, 18 Sep 2010 15:50:47 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Ox4Mt-0007n3-Ib for ding@lists.math.uh.edu; Sat, 18 Sep 2010 15:50:47 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Ox4Ms-00071m-00 for ; Sat, 18 Sep 2010 22:50:42 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ox4Mq-0004fX-Nt for ding@gnus.org; Sat, 18 Sep 2010 22:50:40 +0200 Original-Received: from gw2.mysql.com ([213.136.52.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Sep 2010 22:50:40 +0200 Original-Received: from kahatlen by gw2.mysql.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Sep 2010 22:50:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: gw2.mysql.com User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (usg-unix-v) Cancel-Lock: sha1:n993iGLKNfbdaUY656QWYl9pR5U= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71022 Archived-At: Lars Magne Ingebrigtsen writes: > Knut Anders Hatlen writes: > >> No, it only shows the one CAPABILITY command. Both OK and BAD pop up in >> the *nnimap...* buffer once the process-send-string has been called on >> the above string. > > I have no idea what the untagged BAD means, but Gnus should be able to > parse it, anyway. It's valid for the server to add more stuff after > it's sent the stuff we asked for. > > I've now made this change and pushed it out. That did the trick. I can now use shell streams. Looking in the logs, every good response from the server is followed by an untagged bad response, so we should probably also switch from \r\n to \n for shell streams. -- Knut Anders