Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

[ Create a new account ]

Mozilla Messaging Devs Don't Want To Duplicate Outlook

Posted by timothy on Tuesday June 10, @12:00PM
from the thanks-be-to-the-gods-for-that dept.
Petr Krcmar writes "Thunderbird 3.0 Alpha 1 was released last month. A few months before, two main developers left the project and development was moved from the Mozilla Corporation to the Mozilla Messaging, the new subsidiary of the non-profit Mozilla Foundation. We had the opportunity to ask some questions to David Ascher, Mozilla Messaging CEO. The interview is about present and future of Thunderbird and about related projects like SeaMonkey, Spicebird and Mozilla Calendar."

Related Stories

[+] Mozilla Opens Thunderbird Email Subsidiary 186 comments
alphadogg is one of several readers to note the opening of the Mozilla Foundation's new subsidiary, Mozilla Messaging, charged with developing the free, open source Thunderbird email software. Mozilla Messaging will initially focus on Thunderbird 3, which aims at improving several aspects of the software, including integrated calendaring and better search. ZDNet UK's coverage leads with the interest the new organization has in developing instant-messaging software.
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 | Login | Reply
Loading... please wait.
  • by gnutoo (1154137) * on Tuesday June 10, @12:02PM (#23727721) Journal

    Nothing should be ruled out. An Outlook like summary page, sync and what not could easily happen.

    Thunderbird is somewhat like a supertanker. It's been sitting in port for a few years with only a maintenance crew on board, and now we're trying to take it out to sea with a bunch of new sailors on board â" it takes a while to grease all the machinery, fix the rusty pipes, get the old-timers to train the new folks, and agree on a course.

    Do you think that Thunderbird has ambitions to compete with Microsoft Outlook in near future?

    I'm less interested in specifically competing with any specific product, and more focused on figuring out what the best user experience we can give users is. I'm sure that for some users, Thunderbird 3 will be a better fit than other products, but taking on Outlook or any one product isn't how we're looking at product planning.

    All we can be sure of is high quality and something users will like. I like Kontact's layout and feature set, which is much larger and more flexible than Outlook. It would not surprise me to see something better from the Mozilla team, but I won't be disapointed if the interface is what I'm used to. He goes on to mention social networks. This is exciting, but I'm not sure today's social networks do enough to protect their users from advertisers and other fraudsters.

  • Vowels (Score:5, Funny)

    by BadAnalogyGuy (945258) <BadAnalogyGuy@gmail.com> on Tuesday June 10, @12:06PM (#23727833)
    Petr Krcmar

    Son, you ain't got quite enough vowels in your name.
  • by moderatorrater (1095745) on Tuesday June 10, @12:06PM (#23727837)
    Can't they come up with a better name than that? Something that combines a place or condition with an animal name? Something like "streetcornerzebra" or "bridgetroll"?

    Come on, Mozilla, get your act together.
  • Why oh why oh why does message composition for new accounts default to HTML instead of plain text?

    HTML email is evil; it's what makes phishing possible.

    Who do I have to blow to get plain text mail made the default?

    Most people wouldn't know the difference, and if someone really cared, they could enable it.

    • by Anonymous Coward on Tuesday June 10, @12:23PM (#23728211)
      Who do I have to blow to get plain text mail made the default?

      Me, for a start!
    • by LO0G (606364) on Tuesday June 10, @12:26PM (#23728283)
      That's just silly. HTML mail doesn't make phishing possible. Crooks make phishing possible.

      Crooks have been running phishing scams since well before the internet first went online. All you need is a telephone and you can mount a phishing scam: "Hi, this is xyz from your bank. We're running a quality check on the vendor who produces our checks. Could you please repeat the 12 digit number located at the bottom of the check? Now can you read the little numbers near your address? Great, thanks a bunch!". The phisher just got all the information they need to completely drain your checking account.

      If we banned HTML mail, the banks wouldn't be able to send HTML mail, and the phishers would simply copy the non-html mail that the banks send.

      HTML mail has it's own set of issues, but enabling phishing isn't one of them.
    • HTML email is evil; it's what makes phishing possible.

      Wow, has "evil" lost all meaning? I like to think of "evil" as things like, say, gassing people or conquering a neighboring country with extremely brutality. Now adding pretty pictures to emails qualifies.

      In any case, phishing was possible when emails were text-only. I saw dozens of phishing messages in text-only emails, so in addition to deflating the word "evil" to uselessness, you're also flat-out wrong.
      • And just let me be the devils advocate.

        I really think that you should only send carrige return in your mail if you want to start a new paragraph. Sending an entire paragraph as a single line is good, because then my mail program, can wrap the lines acording to my window size.

        Sending mails with a specific line width sucks if my display is smaller or wider then what the sender think is the right linesize. What If I am on a mobile device which can only show 60 chars on a line. If you email have a newline after 80 chars, it will not look good.

        And similary, my current mail program can show 200 chars on a single line, so why leave more then half the window empty, just because you want to wrap lines on an arbitrary position which have not really been a limit since we started using graphics display.

               
        • by Blakey Rat (99501) on Tuesday June 10, @01:09PM (#23729437)
          There's a good book about this, called "The Mac is not a Typewriter:" http://www.amazon.com/Mac-Not-Typewriter-Professional-Level-Macintosh/dp/0938151312 [amazon.com] It's not specific to the Mac, but it tries to dispel the old ways of thinking about how to create documents. (i.e. use the tab stops in your word processor instead of just hitting space a bunch, stuff like that, use only one space behind a period when using a variable-width font, etc.) It applies equally well to all GUI computers, but was written back when the Mac was about the only one out there.

          This is one of those endless debates between old fogeys who hate everything that didn't already exist in 1975, and people who realize that, hey, paragraph breaks make a hell of a lot more sense than line breaks!
        • I wrote an email parser about five years ago, and I can tell you that there is a good compromise to the problem you describe in the email standards implemented by virtually all mail clients (MUAs).

          The header "format=flowed" lets you send text/plain messages that look great whether you are reading it with telnet or pine or with Thunderbird or any other modern MUA. The main rfc for email, RFC 2822 [faqs.org], explains that the sending MUA should, but is not required to, break up paragraphs into lines of less than 78 characters terminated by a carriage return/line feed. If you specify the "format=flowed" header described in RFC 2646 [faqs.org], you allow the receiving client to rewrap the email according to the receiving user's preference. Typically modern MUAs will rewrap format-flowed plaintext email to the window size.

          The specification states that lines ending with a space and then a CLRF are to be treated as part of a single paragraph that can be rewrapped. Hard breaks are then done by terminating the line with a simple CLRF with no preceding space.

          Most modern MUAs that I have dealt with can (and typically by default) send format-flowed email that has the standard line breaks every 78 characters for the benefit of clients that cannot rewrap, and contain contextual clues for newer mail clients to seamlessly reformat the message body. For example, Apple's Mail.app by default sends multi-part MIME messages, one part containing the rich text email and the other part containing format=flowed text/plain. No matter what email client the recipient is using, at least one of those options will look acceptable.

          You can find a pretty good write-up of this at Dan's Mail Format Site [dan.info].

  • Sync (Score:5, Insightful)

    by Odin_Tiger (585113) on Tuesday June 10, @12:14PM (#23728021) Journal
    I just wish they could get calendar / mail sync with portables going. That one single thing would be the difference in $GOBS spent on MS Office, Exchange, server hardware / OS, and just using Thunderbird + Sunbird, which (outside of that one feature) everybody here really likes.
  • Hmm. (Score:5, Interesting)

    by MythMoth (73648) on Tuesday June 10, @12:17PM (#23728067) Homepage
    I use Thunderbird for all my email. I got used to the Netscape Messenger when I migrated from Pine a few years back, and I liked it enough to move to Thunderbird later on. It's a nice enough mail package. I do have some gripes though:
    • If you use POP3 on really hefty mailboxes it occasionally decides that all the messages are "new" and downloads them all again. Very annoying.
    • If you use IMAP there seems to be no easy way to tell it to always download a local copy of all messages in all folders. Perhaps there's a magic flag somewhere that I haven't found, but the closest I seem to be able to find is downloading the text of the messages that I've read (not the same thing).
    • There's no conversation-style view of messages. This would be a killer feature as even GMail seems to do it wrong (threading by subject text instead of message Id)

    Still, it's good enough - I don't have much to complain about and I still like it a lot more than Outlook.
  • Pfff... (Score:5, Funny)

    by mark72005 (1233572) on Tuesday June 10, @12:18PM (#23728087)
    I don't know what I will do if it doesn't duplicate all Outlook's amazing features like

    -Being slower than sh#^ starting up or closing down
    -Always telling me I didn't close it properly when I did, and making me sit through some shadowy scanning procedure that doesn't seem to do anything.
    -Slow performance when sorting
    -Slow performance when searching
    -Slow to initially render the Outlook today page
    -Resource pig for the simple functionality you get

    How will I ever survive without something JUST LIKE OUTLOOK?
    • Re:Pfff... (Score:5, Funny)

      by Wiseazz (267052) on Tuesday June 10, @12:28PM (#23728361)
      Especially when Lotus Notes already does all those things... and does them better!
    • Re:Pfff... (Score:5, Interesting)

      by CastrTroy (595695) on Tuesday June 10, @12:39PM (#23728633) Homepage
      With the large amount of email that people seem to accumulate, and the importance of being able to find email, I don't know why there isn't a good email client that uses a real database engine to store the data. Searching and sorting could be much quicker, and much more functional. You also wouldn't have to worry about large email collection, as most DBs can handle quite a bit of data very well. Something like a light version of Postgres or MySQL would work well. SQLLite might work alright, but some people have some very large collections of mail and it may not perform so well. The storage engine and the client could be developed separately, so different clients could be designed for different needs. And the storage engine could be located anywhere.
    • Re:Pfff... (Score:5, Insightful)

      by shird (566377) on Tuesday June 10, @12:51PM (#23728943) Homepage Journal
      I think Exchange integration is the big one that most other similar clients lack. Being able to schedule a meeting and have it show in a shared calendar, book rooms etc, its pretty much required by any decent sized organisation and I haven't seen anything that comes close to replacing it.
        • by Imsdal (930595) on Tuesday June 10, @01:05PM (#23729315)

          I hate having to figure out who said what in which e-mail when I'm at work (using Outlook).

          Whatever happened to quoting and proper mail etiquette, anyway? When I started using message boards in the early '80s, almost everyone quickly learned to quote properly, to cut out the unnecessary stuff and so on. Now it seems to be a completely lost art. I have had people at work ask me, in all seriousness, why I didn't top post and what those strange ">" characters meant.

          I agree that threading is important now, but it is (IMNSHO) a technological solution to a social problem. I find hat unfortunate.
          • by _xeno_ (155264) on Tuesday June 10, @01:44PM (#23730251) Homepage Journal

            Because Outlook's text editor sucks to the point that top-posting is basically the only way to make it work.

            Outlook has two default text styles: "compose" and "reply." Assuming nobody bothers changing them, after the second reply everyone will be typing in the same font and color.

            This means that you have to manually alter you text to make it stand out if you're replying to a reply.

            Plus, as an added bonus, Outlook's quote is just an indent and a set of email headers. There's no nice ">" at the start of each quoted line or nice blue line like there is in Thunderbird.

            And, because as already mentioned, Outlook's email editor sucks, Outlook really doesn't handle inserting new lines of text into quoted sections that well. Assuming nobody's done anything fancy with formatting it will simply unindent the line of text. However, you'll still be typing in the blue "reply" format unless you've changed that style, so the only queue that it's a reply is that it's not indented. Unless you're the first reply after an email is sent, then by default you'll be typing blue and their text will remain black. But after one round, this is lost.

            But there's still that "assuming nobody's done anything fancy with formatting" thing I just mentioned. Throw in bullets or numbered lists (and keep in mind, Outlook like Word loves auto-formatting things) and things can get a little screwy. Those generally will prevent your text from being indented.

            I actually did do an "inline reply" to an email that used a numbered list in Outlook, and that had the effect of resetting the numbered list numbers - instead of keeping the number from the original email, it started counting over again from 1. Not a problem if you're replying to all the original items, but...

            In short, it's because Outlook's email editor basically sucks. It wants to be an embedded Word instead of an email editor.

            For those who've never used Outlook, I've essentially formatted my post in a general "Outlook reply" format. Keep in mind that the quoted section would just be indented, without the little quote lines that Slashdot has added.

            From: Imsdal (930595)
            Sent: Tuesday, June 10 2008 01:05 PM
            To: slashdot.org
            Subject: Re:As well they shoouldn't

            I hate having to figure out who said what in which e-mail when I'm at work (using Outlook).

            Whatever happened to quoting and proper mail etiquette, anyway? When I started using message boards in the early '80s, almost everyone quickly learned to quote properly, to cut out the unnecessary stuff and so on. Now it seems to be a completely lost art. I have had people at work ask me, in all seriousness, why I didn't top post and what those strange ">" characters meant.

            I agree that threading is important now, but it is (IMNSHO) a technological solution to a social problem. I find hat unfortunate..
          • by lubricated (49106) <michalp&gmail,com> on Tuesday June 10, @02:35PM (#23731411)
            > Whatever happened to quoting and proper mail etiquette, anyway?

            Broadband cheap large hard drives. Top posting is very convenient, first you read the new stuff, and probably the only stuff you care about, the rest is just included for reference and context if you need it.