Re: imap UID FETCH 1:* fails unless there is a message with UID 1
Ken Olum <[email protected]>
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Here is a test mail file. I said
% telnet localhost imap
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK IMAP4rev1
A001 LOGIN "kdo" "..."
A001 OK LOGIN Completed
A002 SELECT "test-inbox"
* 1 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1587386631] UID valididy status
* OK [UIDNEXT 2] Predicted next uid
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft)] Permanent flags
A002 OK [READ-WRITE] SELECT Completed
A003 UID FETCH 1:* ALL
A003 BAD UID FETCH Failed to parse message set
Ken
test-inbox
(application/octet-stream, 539 B) - not displayed