I'm having a little trouble using gnus (the emacs news and mail client) to connect to my bincimap server. gnus sends out a LIST "" "*%" command right away, and not an LSUB like I thought it would. Is gnus doing something wrong, or is bincimap not doing the correct thing?Ok, I've upgraded bincimap to 1.2.0, so now it gets a bit further. Here's a log of the transaction:
Thanks, db48x
2 OK LOGIN completed
3 SELECT "INBOX"
* 1 EXISTS
* OK [UIDVALIDITY 1062458373]
* OK [UIDNEXT 2] 2 is the next UID
* FLAGS (\Answered \Flagged \Deleted \Recent \Seen \Draft)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft)] Limited
3 OK SELECT completed
4 FETCH 1,* UID
* 1 FETCH (UID 1)
4 OK FETCH completed
5 UID FETCH 1 (UID RFC822.SIZE BODY BODY.PEEK[HEADER.FIELDS (Subject From Date Message-Id References In-Reply-To Xref To Newsgroups)])
* 1 FETCH (UID 1 RFC822.SIZE 799 BODY ("text" "plain" ("charset" "us-ascii" "format" "flowed") NIL NIL "7bit" 11 2 BODY[HEADER.FIELDS (Subject From Date Message-Id References In-Reply-To Xref To Newsgroups)] {179}
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 01 Sep 2003 19:19:00 -0400
From: Daniel Brooks <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [bincimap] testing
) 5 OK FETCH completed
At this point, gnus asserts. The assertion checks that the next character to parse isn't a ')', and since it is, it won't continue any farther. Looking at rfc 2060, I don't think that close parenthesis is supposed to be there. Is that a bug in the server, Andy?
db48x

