Slashdot Mirror


Mozilla Thunderbird 0.6 Released

KonijnenBunny writes "May 3rd sees the release of the 0.6 version of Mozilla's Thunderbird e-mail and newsgroup client, featuring improved junk-mail controls and a new brand identity, including a new Firefox-style icon. I switched from some murky client which didn't exactly have a bright outlook regarding spam to Thunderbird a while back and was not dissapointed. Grab this latest version at Mozilla.org." Mac OS X users can also enjoy the new Pinstripe theme, which matches the previous theme of the same name applied to Firefox.

3 of 479 comments (clear)

  1. This is not funny, it is insightful. by Anonytroll · · Score: 5, Interesting

    Actually, that is not a bad point. It is a question if you want brand consciousness and a lot of jokes (you don't change the name to Thunderfox) or you want a similar naming scheme and a lot of jokes (you change the name).
    On the other hand, they might run into trademark-problems once again if they try to change the name of the program to Thunderfox. There are only so many words one can use for a product/company per market niche.

    I'd say this is one of those problems that are best ignored, however not renaming it is the easier way out.

  2. IMAP IDLE Support by jaylee7877 · · Score: 5, Interesting

    For me, the most important new feature is IMAP IDLE Support. What this means is I can deploy TB to my 1500+ users. They can leave TB open all of the time and recieve instant notification of new messages. Our Courier IMAP Server which uses FAM for Enhanced IDLE Support means IDLE connections are using virtually NILL resources. Rather than polling every x number of minutes which causes a filesystem stat of the mailbox, FAM hooks into the Linux kernel, catches any changes to the mail folder, notifies Courier which in turn notifies the IMAP Client. This rocks!

  3. database back-end by chrisvdb · · Score: 5, Interesting

    What I would love as a feature in Thunderbird, is the use of a database back-end.

    When you get a mail the headers are parsed and stored in a database... the sender and other receipents are then linked to your contacts that are also stored in a database. Mail folders like we know them now are then just a certain view of your mail (all mail of the last week, unanswered mail, mail from contact X (also if he changed email address in the meantime!), and other user-defined properties (e.g. regarding project Y)).

    Evolution does this to some extend (virtual folders and db storage). But they've stopped where it got really interesting (like the linking to contacts, tasks, user-defined properties, ...).

    It would also be nice if this db can be remote; this way a webmail application could use the same database. In some way this would then be a new IMAP server... but with more flexibility, support for complex queries, virtual folder, and not mail-only.

    Does anybody else think this would be interesting?