Ways in which IMAP is broken
This is a list started originally out of discussions between myself and
Brandon Long, and later expanded to include issues brought up on the
Mutt E-Mail Client mailing list.
- You should be able to specify which header information is returned
in folder index. (Specifically, In-Reply-To)
NNTP does it, XOVER and LIST OVERVIEW.FMT
- You should be able to request a specific single header be returned
for a single message. (Right now you have to get the whole header)
NNTP does it, XHDR
- You should be able to do a header search on all headers (right now
you have to specify a specific one, also see "regex searching")
- You should be able to do searches with regular expressions.
- You should be able to download part of a message body
David W. Jeske (jeske@...)