[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: warnings generated when talking to netscape server
- To: The Nnimap Mailing List <nnimap@extundo.com>
- Subject: Re: warnings generated when talking to netscape server
- From: Kim-Minh Kaplan <kmkaplan@vocatex.fr>
- Date: 03 Jun 1999 22:43:27 +0200
- In-Reply-To: dsg@mitre.org's message of "03 Jun 1999 13:10:32 -0400"
- References: <m1baeuh1a7r.fsf@blackbird.mitre.org>
- User-Agent: Gnus/5.070083 (Pterodactyl Gnus v0.83) XEmacs/20.4 (Emerald)
David S. Goldberg writes:
[...]
> 7 SELECT INBOX
> * 0 EXISTS
> * OK [UIDVALIDITY 915744707] UID validity status
> * FLAGS (\Answered \Flagged \Deleted \Draft \Seen)
> * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Draft \Seen)] Permanent flags
> * 0 RECENT
> 7 OK [READ-WRITE] SELECT completed
> 8 UID SEARCH UNSEEN UNDELETED
> * SEARCH
> 8 OK UID SEARCH completed
> 9 UID SEARCH SEEN
> * SEARCH
> 9 OK UID SEARCH completed
> 10 UID SEARCH FLAGGED
> * SEARCH
> 10 OK UID SEARCH completed
> 11 UID SEARCH ANSWERED
> * SEARCH
> 11 OK UID SEARCH completed
> 12 FETCH 1,* UID
> 12 BAD Bogus sequence in FETCH
Simon Josefsson <jas@pdc.kth.se> writes:
> I can't see anything wrong with that. I'll pester the IMAP mailing
> list again and see if someone can explain why the server behave like
> that...
>
> My guess is that the server want a parenthesized list of data items
I don't think so. The problem is that you are asking for information
regarding article 1 in a folder where there are 0 articles. You have
to skip all the this do nothing dialog.
Kim-Minh.