From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58903 Path: main.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: possible imap.el bug Date: 15 Oct 2004 12:53:00 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Sender: ding-owner@lists.math.uh.edu Message-ID: <4nzn2napoz.fsf@lifelogs.com> References: <4nwtxtf84q.fsf@lifelogs.com> <4nfz4gc99o.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097859218 3545 80.91.229.6 (15 Oct 2004 16:53:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Oct 2004 16:53:38 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M7441@lists.math.uh.edu Fri Oct 15 18:53:27 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CIVKY-0008RG-00 for ; Fri, 15 Oct 2004 18:53:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CIVKO-0002ee-00; Fri, 15 Oct 2004 11:53:16 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CIVKK-0002eZ-00 for ding@lists.math.uh.edu; Fri, 15 Oct 2004 11:53:12 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CIVKI-0006qB-0C for ding@lists.math.uh.edu; Fri, 15 Oct 2004 11:53:10 -0500 Original-Received: from mail.bwh.harvard.edu (sysblade0.bwh.harvard.edu [134.174.9.44]) by justine.libertine.org (Postfix) with ESMTP id 8BFFB3A0035 for ; Fri, 15 Oct 2004 11:53:04 -0500 (CDT) Original-Received: (qmail 1997 invoked from network); 15 Oct 2004 16:43:16 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: jas@extundo.com, ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) (internal?.9?user:?tzz@[134.174.9.63]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 15 Oct 2004 16:43:15 -0000 Mail-Followup-To: "Simon Josefsson" , ding@gnus.org Original-To: "Simon Josefsson" X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:10:041015:jas@extundo.com::c46afef86fca882e:137 X-Hashcash: 1:10:041015:ding@gnus.org::32006dbeb094d658:5f1 In-Reply-To: (Simon Josefsson's message of "Fri, 15 Oct 2004 18:39:56 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58903 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58903 On Fri, 15 Oct 2004, jas@extundo.com wrote: > "Ted Zlatanov" writes: >> 10845 UID COPY 32361 "soccer". >> 10845 OK UID COPY completed. > > Could you get the CAPABILITY line from that server too? First lines > when connecting to the server. * CAPABILITY IMAP4 IMAP4REV1 NAMESPACE IDLE SCAN SORT MAILBOX-REFERRALS LOGIN-REFERRALS AUTH=LOGIN THREAD=ORDEREDSUBJECT > The imap.el code check for the UIDPLUS capability (RFC 2359) and uses > some special code if present, and it is the code that crashes. If the > server really supported UIDPLUS, the UID COPY response should be > something like: > > A003 OK [COPYUID 4711] Done > > If the capability line includes UIDPLUS, then this is a server bug. So maybe imap.el tried UIDPLUS even though it shouldn't... Thanks Ted