From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39151 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP missing SEARCH response Date: Fri, 5 Oct 2001 10:52:48 +0200 (CEST) Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035174904 26357 80.91.224.250 (21 Oct 2002 04:35:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:35:04 +0000 (UTC) Cc: Return-Path: Original-Received: (qmail 28324 invoked from network); 5 Oct 2001 08:44:43 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 5 Oct 2001 08:44:43 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15pQah-0003gf-00; Fri, 05 Oct 2001 03:44:19 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 05 Oct 2001 03:43:57 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id DAA06950 for ; Fri, 5 Oct 2001 03:43:48 -0500 (CDT) Original-Received: (qmail 27824 invoked by alias); 5 Oct 2001 08:44:03 -0000 Original-Received: (qmail 27813 invoked from network); 5 Oct 2001 08:44:02 -0000 Original-Received: from lie.extundo.com (195.42.214.244) by gnus.org with SMTP; 5 Oct 2001 08:44:02 -0000 Original-Received: from localhost (jas@localhost) by lie.extundo.com (8.11.6/8.11.6) with ESMTP id f958qmQ15342; Fri, 5 Oct 2001 10:52:48 +0200 X-Authentication-Warning: lie.extundo.com: jas owned process doing -bs Original-To: Ian Swainson In-Reply-To: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39151 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39151 On Fri, 5 Oct 2001, Ian Swainson wrote: > I'm trying to setup Gnus to use my local IMAP server. The logs indicate that the > connection etc is successfule, but I can't select the group. I get a "Missing > SEARCH response to a SEARCH command" Error. The server is broken, but latest Oort Gnus should work around the bug, please upgrade and try. Do you know which server this is? (See http://josefsson.org/nnimap/buggy-imap-servers.html#interchange for the details.) > 4 FETCH 1,* UID > * 1 FETCH (UID 1) > * 2 FETCH (UID 2) > ... > > 4 OK FETCH completed Out of curiosity, why did you ? Was it because the server returned lots of FETCH lines? Then it is broken in another sense as well -- FETCH 1,* should return the lowest AND highest article, not all articles in between.