Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Thunderbird in Crisis?

Posted by Zonk on Mon Oct 08, 2007 01:11 AM
from the film-at-eleven dept.
Elektroschock writes "The two core developers of Thunderbird have left Mozilla. Scott McGregor made a brief statement: 'I wanted to let the Thunderbird community know that Friday October 12th will be my last day as an employee of the Mozilla Corporation.' Meanwhile, David Bienvenu blogged: 'Just wanted to let everyone know that my last day at The Mozilla Corporation will be Oct. 12. I intend to stay involved with Thunderbird... I've enjoyed working at Mozilla a lot, and I wish Mozilla Co and the new Mail Co all the best.' A few month ago Mozilla management considered abandoning their second product and setting up a special corporation just for the mail client. Scott was more or less supportive. David joined in. While Sunbird just released a new version no appropriate resources were dedicated to the missing component. And while Thunderbird became the most used Linux mail client it has been abandoned by Mozilla for 'popularity reasons'. Both messages from David and Scott do not sound as if the founders will play any role in the Thunderbird Mail Corporation. What happened to Mozilla? Is it a case of pauperization through donations?"
+ -
story

Related Stories

[+] Technology: Mozilla Sunbird 0.5 Released 135 comments
linux pickle writes "Mozilla has released version 0.5 of Sunbird, its calendar app. New features in this release include numerous stability and usage improvements, Google Calendar synchronization support, and much improved printing support. Check out the release notes or grab a copy."
[+] Technology: Thunderbird to Leave Mozilla Foundation 239 comments
An anonymous reader writes "MozillaZine is reporting that Mozilla Thunderbird is to move to a 'new separate organizational setting' as the Mozilla Foundation focuses more and more on Mozilla Firefox. Citing a blog post by Chief Lizard Wrangler Mitchell Baker, MozillaZine outlines the three possibilities for Thunderbird that are being considered: 'one is to create a entirely new non-profit, which would offer maximum independence for Thunderbird but is organisationally complex. A second option is to create a new subsidiary of the Mozilla Foundation for Thunderbird, which would keep the Mozilla Foundation involved but may mean that Thunderbird continues to be neglected in favour of Firefox. A final option is to recast Thunderbird as community project, similar to SeaMonkey, and set up a small independent services and consulting company to continue development. However, there are concerns over how the Thunderbird product, project and company would interact'. Lead Thunderbird developer Scott MacGregor favours the third option."
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Still good... (Score:5, Insightful)

    by Nefarious Wheel (628136) * <nefariouswheel.gmail@com> on Monday October 08 2007, @01:14AM (#20894657) Journal
    I will continue to use it even if it never changes again. I like it. Maybe it's just *that* stable?
    • Re:Still good... (Score:5, Insightful)

      by ozmanjusri (601766) <aussie_bob@hotm a i l . c om> on Monday October 08 2007, @01:30AM (#20894741) Journal
      I will continue to use it even if it never changes again. I like it.

      I use the Thunder/SunBird combo too, but it would be good to see it continue being developed. Given the possible split from Mozilla, I'd like to see OpenOffice.org take an interest.

      • Re:Still good... (Score:5, Interesting)

        by dascritch (808772) on Monday October 08 2007, @01:52AM (#20894885) Homepage
        I think that Eudora staff will probably do the right stuff : Rethinking the keyboards shortcuts that are just sucking (i use a french locale, and sometimes, i have the worng focus, so instead of typing a mail, i do "something" with my inbox)

        IMHO MoFo should be reorganized : the Xul Foundation, with everyone implied into (Firefox, Thunderbird, Songbird, CeltX, Disruptive Innovations,...) for-profit and non-profits organizations, and Firefox, FirefoxCom, Thunderbird should be independent corporations or foundations.
      • Re: (Score:3, Interesting)

        by jkrise (535370)
        Given the possible split from Mozilla, I'd like to see OpenOffice.org take an interest.

        What? And make it bloated, semi-compatible to Outlook and totally useless?

        TB is a hundred times better than Evolution for reading mail on a Linux box. Because its GPL, I'm sure interested folks will be able to fork it and release useful extensions.
    • Re: (Score:3, Insightful)

      by Anonymous Coward

      I will continue to use it even if it never changes again. I like it. Maybe it's just *that* stable?
      Although it could be considered stable now, what happens if new vulnerabilities are identified and not patched? Would you continue to use it then?
    • Re:Still good... (Score:5, Informative)

      by MikeFM (12491) on Monday October 08 2007, @04:17AM (#20895687) Homepage Journal
      I've been using Thunderbird as my main mail client for years and overall I like it. My biggest issue with it is that in Linux it has a 2GB limit per mail folder. If it crosses that limit it losses all the mail in the folder up to that point. IMO that is the cardinal sin of programming - permanently lossing data. They've known about this bug for at least a year - because I made it known at that time and had some not so helpful feedback from developers. But it still happens.
      • Re:Still good... (Score:5, Insightful)

        by Crayon Kid (700279) on Monday October 08 2007, @05:53AM (#20896323)
        To be frank, I never liked the mbox approach (one big file per folder). I much prefer the maildir approach (each message in its own file). It's cleaner and even if the mail application breaks the structure is still intuitive (there's the folders, there's the messages).
        • never liked the mbox approach (one big file per folder). I much prefer the maildir approach (each message in its own file).
          True, maildir has clear advantages on a file system that supports tail merging [wikipedia.org], such as Reiser4. But not all file systems can do this; a 5 KiB mail message takes an entire 16 KiB cluster. Specifically, the file systems that come with Windows cannot, which is part of why, say, Outlook Express uses dbx (a variant of mbox).
          • OT: mail archives (Score:5, Insightful)

            by pintpusher (854001) on Monday October 08 2007, @11:51AM (#20900455) Journal
            As someone who is now collecting a fairly significant backlog of mail archives, I gotta ask: Is it worth it? How often do you actually need access to those archives and do they provide the resource you think they should? I know storage is cheap and I've got plenty of it, so I don't think I'll *stop* archiving, but sometimes I wonder. I've had to access them once in about 3 years. I was able to zgrep a big zip archive of emails to find a reference I needed, but it wasn't something I could live without. Convenient? yes. worth the time and effort to maintain those archives? probably not.

            Part of my motivation for asking is because I've changed the way I file my paper files and suspect that I could treat my email the same way. I now file all my stuff, unsorted, in a box. The typical office depot collapsible box will hold about 3 months worth of records. 99% of the time, if I need something out of the "files" its in the current box in reverse chronological order and relatively easy to find. Boxes go in storage with the date range on them and after a few years, just get thrown out. I waste 0 time filing and since in reality almost never need access to the back files, there's no real penalty in the retrieval time either.

            meh. must be a slow day.
    • Re:Still good... (Score:5, Interesting)

      by Nossie (753694) <IanHarvie&4Development,Net> on Monday October 08 2007, @09:36AM (#20898663)
      I hate to be the tinfoil hat wearer here but I blame google....

      Google has no incentive in TB surviving....
      Google provides Mozilla with LOTS of funding and has a director on board?

      coincidence? :-|
  • by thatseattleguy (897282) on Monday October 08 2007, @01:16AM (#20894661)
    I'm in the midst of attempting a conversion from my PC-based mail client (Eudora) to Thunderbird on a Mac. It's been a horror show from day one - the Thunderbird import function turns out to be more buggy than a
    New York City apartment in the summer. If I didn't have lots of GNU command-line tools and a hex editor to fix the many things that choke Tbird, I'd have abandoned the effort and switched to some proprietary client a long time ago.

    Let's hope as a separate entity they can do better.
  • by EjectButton (618561) on Monday October 08 2007, @01:17AM (#20894677)
    I use thunderbird quite a bit but I wonder if heavy email clients have much future. Of all the applications where a web client can replace a heavy desktop side client email seems like one of the easiest and google has proven that you can make a webmail client that isn't painful to use.
    • by vux984 (928602) on Monday October 08 2007, @01:35AM (#20894767)
      I hate gmail, and webmail interfaces in general.

      1) Decent integration with -other- applications is non-existent. (even simple stuff like sending an attachment from the windows desktop, or the iphoto / mail.app link on OSX) webmail doesn't compare.

      2) When I decide to just quit all windows of my web-browser to clean up my desktop I hate that the mail gets closed too. I like that its a separate application, one that doesn't crash when I visit a website that kills the browser.

      3) No offline functionality.

      4) Large Attachments have to be 'downloaded' when I need them. I often leave stuff as email attachments, and then just open the attachment when I need to look at it. On my 'heavy' mail client its a fraction of a second to open it.

      5) PRIVACY. You can't rely on that with webmail.

      6) User experience. Gmail is 'comparable' to a real application, in the same way that a mock-up looks like a real product. From 4 feet away it might even look the same, but start using it and its immediately obvious you are using a web based application. Maybe one day that won't be true; but 'html + javascript + xmlrequest' won't be the platform its built on.

      Webmail is a great technology but it doesn't replace a good mail client, it complements it.

  • by mind21_98 (18647) on Monday October 08 2007, @01:18AM (#20894681) Homepage Journal
    And it'd be sad if it disappeared, but Apple Mail, Evolution and Gmail are better options on non-Windows platforms. That's probably why it's not as popular as it should be.

    (also, if you're careful enough, Outlook and Outlook Express are perfectly usable on Windows, especially the newer versions)
    • by kimvette (919543) on Monday October 08 2007, @01:27AM (#20894725) Homepage
      No way. Thunderbird is stable, Evolution is not.

      Thunderbird's renderer works, Evolution's is crap.

      Also, while there is a tiny handful of plugins for Evolution, there is a HUGE selection of extensions for Tunderbird which are extremely useful, including one extension which can be used to automatically purge duplicate messages from one's inbox.

      With that said, I do use Evolution as my primary email program both at home and at work, but only because the scalix connector is available for Evolution. Thunderbird can access via IMAP only, and cannot use Scalix's calendaring features.
      • by rtb61 (674572) on Monday October 08 2007, @02:18AM (#20895013) Homepage
        So that is the real problem competition with Gmail and Evolution or more specifically successful competition against both those products are having an impact on future thunderbird development.

        So in a nut shell, there appear to be limited corporate revenue opportunities for thunderbird, it is just a useful, simple, easy to use, end user interface for managing email, fit for purpose rather than fit for profit software.

        No corporations are really going to get behind it, especially not google or any other company involved with email servers.

        So thunderbird will keep quietly ticking along, doing the job it needs to do, with out any major changes, just continual refinement. I use it and I am pretty happy with that. To put it simply, I am sick of software changing for change sake and to generate upgrade profits. As for privacy invasive web mail, eww, I only use that for G-mail (garbage mail) and questionable web sites.

        The next big thing might be email address portability, much like postal address not being bound to the people making the deliveries, one could envisage a government controlled email address router to allow end users to retain a permanent email address, not bound to a particular supplier or as a marketing tool for that particular supplier ie. an address that avoids customer lock and ensures competition in email services. It would really hurt web mail but of course not as much as cheap internet serving appliances, IPv6 and free email software servers, privacy invasive web mail is doomed ;).

    • by Osty (16825) on Monday October 08 2007, @01:39AM (#20894799) Homepage

      also, if you're careful enough, Outlook and Outlook Express are perfectly usable on Windows, especially the newer versions

      Outlook has been pretty safe since the XP release (Outlook 2002), and even the 2000 release with a patch. That's when they stopped allowing you to open executable attachments. There was still a minor risk of javascript nastiness, but they fixed that as well. The 2003 (11) and 2007 (12) releases of Outlook have been stable and safe. (Outlook 2007 doesn't use the controversial Ribbon toolbar like the rest of the Office 12 suite)

      Outlook Express is dead, though if you're still using XP you have it. Outlook Express has also been the Microsoft mail client with the most issues, mostly because it's free and more or less neglected. The problem is that "Outlook Express" and "Outlook" actually share nothing in common except for the name and the fact that they both do email. Beyond that they're two separate codebases, managed by two separate teams. It's unfortunate that they're named similarly, since Outlook Express' issues have tarnished the fact that Outlook proper is actually a very good, secure, and competent email client.

      If you're running Vista, Outlook Express is gone. It was replaced by Windows Mail, a more bare-bones mail and news reader that finally divorces the "Outlook" name from the free mail client. Alternatively, you can use the Windows Live Mail Beta [live.com] software (different from Hotmail/Windows Live Mail web interface, as it's client software that can be used for other mail accounts besides just Hotmail). Windows Live Mail integrates with Live services (Messenger, Spaces), where Outlook Express and Windows Mail don't.

      • by Mostly a lurker (634878) on Monday October 08 2007, @05:52AM (#20896309)
        I agree that Microsoft wishes to kill Outlook Express and replace it with something that generates them revenue. I do not agree that Outlook is better than Outlook Express as a pure email client.

        Outlook Express certainly has weaknesses, but it is relatively standards compliant. If one of my customers sends me an email using Outlook Express, I will be able to read it with whatever email client I am using at the time. If someone uses Outlook to send me mail, I may be faced with a Winmail.DAT attachment that nothing except Outlook (and a few webmail sites) can interpret. Similarly, any mail that I have stored in Outlook Express is easily exported to other mail clients. With Outlook, third party products are necessary to avoid serious lock-in. In some areas (again, considering just email in isolation) OE has better functionality. In particular, the IMAP support in OE is better than that in Outlook 2003.

        Every site I have ever been to that uses Outlook experiences periodic Outlook lock-ups. These will often clear themselves after a few minutes, but have a real impact on productivity. Sometimes, their cause is quite mysterious.

        I allow that Outlook in conjunction with Exchange has some compelling functionality, especially in the areas of shared folders and calendar/task management. These make Outlook an appropriate choice at times, but I am always relieved when the decision goes against Outlook.

    • Don't forget KMail (Score:3, Informative)

      by xaxa (988988)
      KMail is a good option too, or Kontact if you want integration with calendars and a newsreader (KNode), or just run them each separately. I use KMail for all my email, I prefer the interface to Thunderbird's.
    • by pushing-robot (1037830) on Monday October 08 2007, @02:36AM (#20895105)
      I'll throw in the odd vote for Mail.app, for two features I just can't live without:

      One, the aggregate Inbox - I can view all my inboxes at once without actually merging the folders. It's so handy to be able to see all my new messages at a glance, or separated into accounts, so quickly and intuitively.

      Two, filtering IMAP messages by body text. I've tried half a dozen other email programs and none of them seem able to filter IMAP messages this way. I can't see any valid explanation why other clients refuse to do this. I can sort quasi-spam (ads from companies I've placed orders from, for example) far more effectively with body filters.

      If Thunderbird could duplicate those two features I'd probably give up Mail.app. Thunderbird is far more extensible and has quite a few features Apple's client lacks, like good IMAP folder management and Bayesian filtering.

      Yet both Thunderbird and Firefox feel largely stagnant these days - Firefox 3's promises seem nebulous and the release never seems to come any closer, and neither program is doing anything all that innovative in the meantime. The most impressive new feature I've seen in the past year (which wasn't an extension) has been Thunderbird's categories, which is itself is a copy of Gmail's keywords feature and rather similar to Mail.app's smart folders. What are the devs doing?
  • by Anonymous Coward on Monday October 08 2007, @01:26AM (#20894715)
    ...When even International Rescue are in crisis!

    Oh wait, what...?
  • by flydpnkrtn (114575) <pfloyd AT nixwizard DOT net> on Monday October 08 2007, @02:05AM (#20894955) Homepage
    I would say that due to the fact that we're approaching the end of 2007 and Thunderbird still doesn't have integrated calendaring (not in beta, that's a copout), then yes, Thunderbird is in crisis.

    Until feature-for-feature Thunderbird can equal or beat Outlook it will never have people flocking to it like Firefox did.

    Look at Firefox versus IE 6 - heck, Firefox basically "inspired" IE 7 (tabs, search bar on the top right, extensions, etc. etc.) That's what led to the huge masses adopting it.

    The fact that Zimbra has released a cross-platform offline client instead of extending Thunderbird to fit their needs speaks volumes.
    http://www.techcrunch.com/2007/03/26/zimbra-to-lauch-desktop-application-with-full-offline-functionality/ [techcrunch.com]
    • by J0nne (924579) on Monday October 08 2007, @02:20AM (#20895021)
      Why does an e-mail application need a calendar? Wouldn't it be better to just use a calendar application to handle calendar stuff?
      • by Lemmy Caution (8378) on Monday October 08 2007, @03:08AM (#20895271) Homepage
        I used Outlook for calendaring and contact management, actually, and was using it with Thunderbird as the mail client. At a certain point, I realized that was one more executable more than I needed running, and migrated to Outlook for mail, as well. Outlook's IMAP performance is, in my experience, smoother than T-bird's (which often seems to "forget" that it copied messages to my offline store, making them unavailable when I'm offline.)

        Once you start dragging and dropping from your inbox to your to-do list, contact list, and calendar, it's hard to give that up.
    • by pushing-robot (1037830) on Monday October 08 2007, @02:20AM (#20895025)
      Why *should* an email program have *integrated* calendaring? A separate program like Sunbird makes more sense to me, as long as the programs work together seamlessly. Which is not to say that Thunderbird and Sunbird work together particularly well, but I think they have the right idea, just like Apple with Mail.app + iCal + Address Book. I will agree that nothing out there handles as well as Outlook yet, but that's because Microsoft has thrown massive resources at it. I think that any PIM software would be better implemented as a cluster of mini-apps, which each do one thing well, and communicate via a good set of APIs.
      • by div_2n (525075) on Monday October 08 2007, @07:31AM (#20897203)
        I believe the reason many people don't see the deep connection between emailing and calendaring is the way they use the two. If you use your calendar simply to schedule _your_ day and don't get involved with other people, then I can see where you wouldn't find integration useful.

        Now let's say you are scheduling meetings with multiple people in multiple buildings. When you send a meeting request, doesn't email seem like the best place for that request to land? They click a button of some sort embedded in the message to accept (or reject) your meeting request. The sauce behind what happens next is what I think leads to a valid decision to marry the two. If you had a separate program for calendaring, how would the email client signal the calendaring solution of the acceptance?

        I don't doubt workable solutions could be offered. I'm just suggesting the most _logical_ shortest path of least resistance is indeed to have them integrated.
    • by sveinhal (469879) on Monday October 08 2007, @03:18AM (#20895333) Homepage

      Look at Firefox versus IE 6 - heck, Firefox basically "inspired" IE 7 (tabs, search bar on the top right, extensions, etc. etc.) That's what led to the huge masses adopting it.


      You should give credit to the right people. Two of those three are Opera innovations, that Firefox copied. Not that Firefox is not a good browser. I'm just saying who actually did this first.
  • I have used Thunderbird exclusively since v1.5 and I have never looked back! I need those new features.
    I need security updates. I need a calendar. We all use Thunderbird. Just fork it damnit! We need it.

    call it Inlook or something!
  • by Soko (17987) on Monday October 08 2007, @02:34AM (#20895091) Homepage
    The reason Thunderbird won't gain the same traction as Firefox has is Exchange. The Thunderbird developers have made a great email client, but they've hit the wrong target. They, along with GMail et. al. have killed off Eudora and Pegasus, not Outlook. (aside - here's hoping IncrediMail is next)

    Email has evolved into a collaboration tool, not just a way of sending words in ASCII. Plain and simple, until your contacts can email you a meeting request and TBird puts it in your calendar automagically - and that meeting goes in your BlackBerry/Treo/Gizmo-of-the-week - it won't gain near the same buzz. Outlook + Exchange adds far too much business value to simply abandon in the name of Open and Free.

    If you just need email, Thunderbird is OK-fine - if you need collaboration, you need Outlook. It's a damn shame, too.

    • by haeger (85819) on Monday October 08 2007, @03:31AM (#20895433)
      if you need collaboration, you need... something like Kontact [kontact.org]?

      Still it doesn't do exchange intigration all that well, but I think they're on the right track.
      They wrote about it on the dot [kde.org] a few days ago.

      .haeger

    • by TheRaven64 (641858) on Monday October 08 2007, @06:43AM (#20896709) Homepage Journal
      Calendar sharing is something of a problem. Fortunately, Apple seem to be working on solving it. In Leopard, the updated iCal supports CalDAV, a set of extensions to WebDAV for better supporting calendaring. Oh, and they've released the server as open source software [calendarserver.org]. Mozilla Sunbird already supports CalDAV, as do a few other projects [calendarserver.org].
    • by gosand (234100) on Monday October 08 2007, @09:02AM (#20898227) Homepage
      Outlook + Exchange adds far too much business value to simply abandon in the name of Open and Free.


      Yep... I always *hated* outlook for email (still do). But I use it daily at work. At work, I am constantly getting scheduled for meetings, or scheduling them myself. These meetings are always with people in different cities, states, or even different countries. You can look at other people's calendars, and see if they have declined/accepted a meeting. There are a few glitches, but overall it works very well. I use Office Communicator as much as email. Although I can't stand many things about it, it does integrate nicely with the corporate address book. If someone is in a meeting, their status goes to "in a meeting". If only they would have tabbed windows and allow logging of conversations. You can email a conversation, which is nice, but there are times when you forget to do it.


      Overall, I have gained a real appreciation for using these tools in business by using them daily.


      And if you think I have gone soft, I still use pine as my primary mail client at home. :)

  • Kmail for KDE (Score:4, Informative)

    by bl8n8r (649187) on Monday October 08 2007, @07:03AM (#20896927)
    Would be my next Linux choice. http://kontact.kde.org/kmail/ [kde.org]
  • by Jay L (74152) <jay+slash@@@jay...fm> on Monday October 08 2007, @08:22AM (#20897733) Homepage
    MailCo's new (president?):

    Both Scott McGregor and David Bienvenu have posted that they are leaving Mozilla Corp. My understanding from chats with them weeks ago (I hope I'm not divulging anything that I shouldn't) is that they have decided to start a new venture. They've worked on Thunderbird and its predecessors within Mozilla and Nestcape for a long time, and I can certainly understand their desire to do something different[...]

    We're recruiting experienced developers now to focus specifically on Thunderbird and more broadly on improving mail and communications in general. Everyone involved full-time in the development of Thunderbird has been offered a role and we're moving forward as quickly as possible to hire additional developers[...]

    The opinions of the core Thunderbird community are more important than many, so if you care about Thunderbird, please let me know what you think. Now is a great time to influence the future of Thunderbird.


    Open Letter to the Thunderbird Community [ascher.ca]

    Also note that both Scott and David say they'll still be working on TB. Scott's post:

    I plan to continue on, as a volunteer, with my role as a module owner for the Thunderbird project.

    David's:

    I intend to stay involved with Thunderbird and to continue on as a module owner.


    Given the timing and very similar wording of their posts, I'm guessing that Ascher's right - they're going off to work on something together.

    It does suck; those two know more about TB than anyone, and even when they were full-time employees, TB development was fairly glacial - it's just too big and monolithic for that size development team. But I don't know that this necessarily means the end of TB. I certainly hope not.
  • by aristolochene (997556) on Monday October 08 2007, @10:15AM (#20899157)
    I'm not worried: I'm more of an olde english drinker.
  • Money? (Score:4, Insightful)

    by Danious (202113) on Monday October 08 2007, @12:00PM (#20900583) Homepage
    Mozilla makes a fortune from Firefox thanks to their Google deal, so Firefox is self-funding where-as Thunderbird has no potential revenue stream so is just seen as a drain on resources. That's what happens when your corporatise an open source project, the money clouds your vision and detracts from your goals. The tin-foil hat brigade out there might even suggest that Thunderbird, as a competitor to Google, threatens Mozilla's main revenue stream and so may well be paying the price for Googles ongoing support...
    • by rm999 (775449) on Monday October 08 2007, @02:23AM (#20895043)
      I've been waiting five years for a decent e-mail application, which is a lot of time in the tech world. Maybe somebody will come out with something better, but it's irrelvant to me - I stopped waiting and moved everything to gmail.
      • Re: (Score:3, Insightful)

        by Lurks (526137)
        You could try The Bat. It's the most advanced old-school full featured mail client around really.

        I use it for work email because I need to be able to tailor ways I write email according to folders (internal/external mail etc). That said, I do my personal mail on gmail because I need to read it on any machines and because I use it as a sort of knowledge database. Searching email in a real client always takes years where as in Gmail it keeps everything, ever, and takes a fraction of a second to search it. T