[imp] Feature Suggestions

Anil Madhavapeddy anil@recoil.org
Sun, 30 Sep 2001 21:37:14 +0100


On Wed, Sep 26, 2001 at 12:13:15AM -0400, Chuck Hagenbuch wrote:
> Quoting Claus Heiko Niesen <cniesen@gmx.net>:
> 
> > Currently one can mark folders as "Check folders for new mail", however one 
> > only get's notified of the new mails when viewing that particular mailbox 
> > or the folder list.  It would be nice to be notified of new mail no matter 
> > which folder get's viewed.
> > 
> > Is this feature reasonable and possible to implement?
> 
> It's not reasonable in terms of performance. Possible, sure.
> 

Remember, the navigator used to poll all of the folders for
new mail every time you refreshed it, and come up with a little
message box.

That's great, right until you start accumulating mail, and the
IMAP server suddenly gets bombarded by the need to open up
hundreds of folders for every navigator request (many of which
never get mail delivered to them regularly, and so would never
have new mail).

So, the idea of polling is that you match up which folders could
receive mail, and only poll those, leaving your archive folders
to be cached.

Anil