|
|
Subscribe / Log in / New account

IMAP and virtual folders

IMAP and virtual folders

Posted Jan 30, 2008 10:39 UTC (Wed) by fergal (guest, #602)
In reply to: IMAP and virtual folders by dskoll
Parent article: The beginning of Thunderbird 3 planning

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


to post comments

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 © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds