From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71881 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap issues Date: Sun, 26 Sep 2010 20:33:48 +0200 Organization: Probably a good idea Message-ID: <87bp7k9wxf.fsf@dod.no> References: <878w2olqoa.fsf@mocca.josefsson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285526052 25178 80.91.229.12 (26 Sep 2010 18:34:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 18:34:12 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20254@lists.math.uh.edu Sun Sep 26 20:34:10 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 1Ozw38-0004sY-0J for ding-account@gmane.org; Sun, 26 Sep 2010 20:34:10 +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 1Ozw33-0000fW-Jq; Sun, 26 Sep 2010 13:34:05 -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 1Ozw31-0000fD-QW for ding@lists.math.uh.edu; Sun, 26 Sep 2010 13:34:03 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Ozw2x-0007O1-Hm for ding@lists.math.uh.edu; Sun, 26 Sep 2010 13:34:03 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Ozw2w-00035D-00 for ; Sun, 26 Sep 2010 20:33:58 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ozw2t-0004pU-Vj for ding@gnus.org; Sun, 26 Sep 2010 20:33:55 +0200 Original-Received: from cm-84.208.200.46.getinternet.no ([84.208.200.46]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Sep 2010 20:33:55 +0200 Original-Received: from sb by cm-84.208.200.46.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Sep 2010 20:33:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 23 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.200.46.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:zJ7auK2gg6uqGvHDUBU5zzs1Z9Q= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71881 Archived-At: >>>>> Lars Magne Ingebrigtsen : > Lars Magne Ingebrigtsen writes: >> (Oh, there's QRESYNC, which might speed stuff up, but I haven't >> implemented that yet.) > I've now looked at what servers actually support QRESYNC. Out of > Courier, Dovecot, Gmail, Zimbra and Cyrus (that's probably 95% market > coverage?), only Zimbra seems to support QRESYNC. That's the test > servers, but it's possible that newer versions of some of these do > support it anyway. > But perhaps it's not worth implementing... A quick google search seemed to indicate that dovecot 1.2 has QRESYNC, and indeed, in my http://backports.debian.org 1.2.13 version of dovecot on debian stable lists the following capabilities: ("IMAP4REV1" "LITERAL+" "SASL-IR" "LOGIN-REFERRALS" "ID" "ENABLE" "SORT" "SORT=DISPLAY" "THREAD=REFERENCES" "THREAD=REFS" "MULTIAPPEND" "UNSELECT" "IDLE" "CHILDREN" "NAMESPACE" "UIDPLUS" "LIST-EXTENDED" "I18NLEVEL=1" "CONDSTORE" "QRESYNC" "ESEARCH" "ESORT" "SEARCHRES" "WITHIN" "CONTEXT=SEARCH" "LIST-STATUS") This means when the next debian stable slides into space, all debian dovecots will start to support it (and start supporting UIDPLUS as well...).