From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80338 Path: news.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus, IMAP and Zimbra Date: Sat, 15 Oct 2011 00:58:26 -0400 Message-ID: <48A8F79E-8CD1-4105-8AE8-F9BF942BA938@raeburn.org> References: <87y5x1cdx6.fsf@jdeb.enovance.com> <7xzkhh2gxv.fsf@fsck.linpro.no> <87lit1canj.fsf@jdeb.enovance.com> <8639f9m4fx.fsf@pm18pc01.europe.root.pri> <87fwj9ca8u.fsf@jdeb.enovance.com> <87botxc6ul.fsf@jdeb.enovance.com> <87mxdhgdlv.fsf@jdeb.enovance.com> <87lisx2m4a.fsf@jdeb.enovance.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1318654786 4476 80.91.229.12 (15 Oct 2011 04:59:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 15 Oct 2011 04:59:46 +0000 (UTC) Cc: ding@gnus.org To: Lars Magne Ingebrigtsen Original-X-From: ding-owner+M28626@lists.math.uh.edu Sat Oct 15 06:59:42 2011 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 1REwLV-00084O-Lo for ding-account@gmane.org; Sat, 15 Oct 2011 06:59:41 +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 1REwKY-0003F6-73; Fri, 14 Oct 2011 23:58:42 -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 1REwKV-0003Eq-9l for ding@lists.math.uh.edu; Fri, 14 Oct 2011 23:58:39 -0500 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 1REwKT-0002Uw-7P for ding@lists.math.uh.edu; Fri, 14 Oct 2011 23:58:38 -0500 Original-Received: from mail-qw0-f44.google.com ([209.85.216.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1REwKR-0000JM-CK; Sat, 15 Oct 2011 06:58:35 +0200 Original-Received: by qadb12 with SMTP id b12so1952802qad.17 for ; Fri, 14 Oct 2011 21:58:29 -0700 (PDT) Original-Received: by 10.229.11.77 with SMTP id s13mr2385995qcs.86.1318654708957; Fri, 14 Oct 2011 21:58:28 -0700 (PDT) Original-Received: from squish.raeburn.org (c-66-31-202-94.hsd1.ma.comcast.net. [66.31.202.94]) by mx.google.com with ESMTPS id d20sm14575144qak.10.2011.10.14.21.58.27 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Oct 2011 21:58:28 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.1084) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80338 Archived-At: On Oct 7, 2011, at 06:37, Lars Magne Ingebrigtsen wrote: > Julien Danjou writes: >=20 >> I just learnt the version of Zimbra I have to use is a version 5.x. I = don't >> know what version you used. So maybe the double space bug has been >> added in a later version. What version did you tested? >=20 > I have no idea. Zimbra helpfully doesn't say what version it is in = the > greeting. Apparently the web interface will show it to you, if you tell it to = search for "$set:get version". I haven't used Gnus with the Zimbra server at work because I've been = using the Emacs 23 release version without the keepalive support. I = only tonight tried Emacs 24 (from git this evening) vs the Zimbra server = at work, and it broke on QRESYNC. This version ("Client version: 6.0.10_GA_2692" / "Client Release: = 20101215161544" / "Build Date: 20101215-1624"), however the IMAP server = is configured, apparently does need the double space, but in the = greeting, it doesn't identify itself as Zimbra at all; the greeting I = see connecting to the imap ssl port is "* OK IMAP4 ready". (I saw a = similar string when stepping through the quirk checking in the debugger, = but didn't make a note of it exactly, so I won't assert that it was = exactly that, but definitely no "Zimbra" in the string though.) I hacked the quirk list to check for ".*" instead of "Zimbra" (obviously = not a real fix) to get the double-space effect, and it seemed to work = okay after that, aside from horribly slow response time when examining = each group. I'll probably experiment some more next week. Ken=