Displaying 1 result from an estimated 1 matches for "_thunderbird".
Did you mean:
thunderbird
2009 Dec 28
3
checking all folders for new mail (IMAP STATUS command)
...I use Thunderbird as IMAP client and do a lot of server-side filtering
with Sieve scripts. To be notified of new mails, I want to check all
folders (a lot of them...) at once for new mails, and not only the
inbox.
According to http://kb.mozillazine.org/Checking_for_new_messages_in_other_folders_-_Thunderbird
it should be sufficient to enable one setting -- given that the IMAP
server returns the STATUS command correctly. I still run Dovecot 1.0
(from Debian 4.0), and it seems this version doesn't support the IMAP
STATUS command, as I have to explictly query each folder with the
second mentioned sett...