Gnus development mailing list
 help / color / mirror / Atom feed
From: Ian Swainson <ian@qui-oui.com>
Subject: IMAP missing SEARCH response
Date: Fri, 05 Oct 2001 08:13:23 +0100	[thread overview]
Message-ID: <u1ykizhik.fsf@qui-oui.com> (raw)

Hi,

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.

Here's the .gnus entries:

;; Setup mail as the secondary select
(setq gnus-secondary-select-methods
      '((nnfolder "Archive"
         (nnfolder-directory "~/mail-archive/")
         (nnfolder-active-file "~/mail-archive/active"))
	 (nnimap "Gridiron"
                (nnimap-address "gridiron")
		(nnimap-list-pattern ("INBOX")
				     ))

))

(setq imap-log "*imap-log*")

The server buffer sees the correct number of messages.

I subscribed to the IMAP group as a foreign group.

Any help appreciated.

Here's the imap-log (snipped):

* OK qui-oui.com IMAP4rev1 server ready
1 CAPABILITY
* CAPABILITY IMAP4rev1 AUTH=CRAM-MD5
1 OK CAPABILITY completed
2 AUTHENTICATE CRAM-MD5
<snip>
2 OK AUTHENTICATE completed
3 EXAMINE "INBOX"
* FLAGS (\Seen \Answered \Flagged \Deleted \Draft \Recent)
* 38 EXISTS
* 0 RECENT
* OK [UNSEEN 2] first unseen
* OK [UIDVALIDITY 1002137171] UIDs valid
* OK [PERMANENTFLAGS ()] No permanent flags permitted
3 OK [READ-ONLY] EXAMINE completed
4 FETCH 1,* UID
* 1 FETCH (UID 1)
* 2 FETCH (UID 2)
...
<snip>
4 OK FETCH completed
5 SELECT "INBOX"
* FLAGS (\Seen \Answered \Flagged \Deleted \Draft \Recent)
* 38 EXISTS
* 0 RECENT
* OK [UNSEEN 2] first unseen
* OK [UIDVALIDITY 1002137171] UIDs valid
* OK [PERMANENTFLAGS (\Seen \Answered \Flagged \Deleted \Draft)] .
5 OK [READ-WRITE] SELECT completed
6 UID SEARCH UNSEEN UNDELETED
* SEARCH 2 3 4 7 10 11 12 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38
6 OK SEARCH completed
7 UID SEARCH SEEN
* SEARCH 1 5 6 8 9 13 37
7 OK SEARCH completed
8 UID SEARCH FLAGGED
8 OK SEARCH completed
9 UID SEARCH UNSEEN UNDELETED
* SEARCH 2 3 4 7 10 11 12 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38
9 OK SEARCH completed
10 UID SEARCH SEEN
* SEARCH 1 5 6 8 9 13 37
10 OK SEARCH completed
11 UID SEARCH FLAGGED
11 OK SEARCH completed

Cheers,
Ian
-- 
fortune says:

Don't you feel more like you do now than you did when you came in?

~~~~~~~~~~~ Made in Ireland using GNU Emacs ~~~~~~~~~~~
Ian Swainson           Kia Ora!         ian@qui-oui.com
~~~~~~~~~~~~~~~ http://www.qui-oui.com ~~~~~~~~~~~~~~~~







             reply	other threads:[~2001-10-05  7:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-05  7:13 Ian Swainson [this message]
2001-10-05  8:52 ` Simon Josefsson
2001-10-05 20:51   ` Ian Swainson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u1ykizhik.fsf@qui-oui.com \
    --to=ian@qui-oui.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).