LWN.net Logo

IMAP and virtual folders

IMAP and virtual folders

Posted Jan 30, 2008 2:14 UTC (Wed) by dskoll (subscriber, #1630)
In reply to: IMAP and virtual folders by fergal
Parent article: The beginning of Thunderbird 3 planning

I use Thunderbird with IMAP and it's OK for my needs.  While I agree that most IMAP clients
suck, you have to realize that IMAP as a protocol sucks.  It's really a horrible protocol; the
best IMAP client I know of is "Pine" (or "Alpine") and one of the authors of Pine was the main
IMAP RFC author, so I'd hope he'd get it right!

For Thunderbird 3, I'm not that interested in an integrated calendar.  I would prefer some
kind of tagging mechanism to tag messages (with arbitrary numbers of tags per message) and
then filtering on tags to make virtual folders.


(Log in to post comments)

IMAP and virtual folders

Posted Jan 30, 2008 10:39 UTC (Wed) by fergal (subscriber, #602) [Link]

Yes, I've written a few scripts to do bulk operations in IMAP and it definitely seems like a protocol that just grew and the was documented but that is no excuse for clients doing:

Fetch message 1 header.
Thank you.
Fetch message 2 header.
Thank you.
when they should be doing:
Give me all the message headers.
Thank you.
The same goes for moving/copying messages. IMAP support always seems to be bolted on afterwards

IMAP and virtual folders

Posted Jan 30, 2008 19:01 UTC (Wed) by dskoll (subscriber, #1630) [Link]

IMAP support always seems to be bolted on afterwards

Sadly, that's true. I can imagine the development going something like this:

"Aaaah! There are all these weird mail stores out there. Let's abstract out a generic mailstore and specialize it for each actual store."

"OK, what can a mail store do? Well, let's look at POP3 and see.."

The generic mail store API is then designed around POP3 and has no idea how to use the more advanced facilities offered by IMAP. :-(

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds