Slashdot Mirror


Ask Slashdot: Current State of Linux Email Clients?

mcloaked writes "We get all kinds of news about new developments, but one subject has been lacking for some time and that is email clients for Linux (or Windows for that matter). A number of reviews (mostly not all that recent) have pointed to the main clients as Thunderbird, Evolution, Claws-mail, and Kmail as possibilities. Up to about a year ago, Thunderbird seemed to be 'the' email client with the best mix of positives. However there are no recent reviews that I have seen. In the meantime Thunderbird has moved to monthly releases, which are more maintenance releases containing security fixes but little functional change — and little new development. Thunderbird also won't be significantly altered in the future, if one interprets the available news information. Evolution is reported to be rather prone to bugs, and Kmail even more so. Claws-mail has limitations, as does Kmail. So where is the future of Linux email clients going, absent any real innovation? We need a well maintained and capable mail client, preferably with good calendar integration (webcal/Google calendar), properly supported HTML composing, good maildir format storage for local mail, and good security support (including the capacity to deal with both GPG and S/MIME encryption and signing). It needs a modern UI and good import/export facilities, as well as good integration with its address book, including import/export of addresses. Are we likely to see this kind of package as we move into the future, or will mail clients slowly disappear? At the moment it looks like email client support is dead — Are too many users moving into web mail and the cloud instead of having a properly functional mail client on their desktops?"

325 of 464 comments (clear)

  1. no love for mutt? by Anonymous Coward · · Score: 4, Insightful

    IMO mutt is still king

    1. Re:no love for mutt? by Anonymous Coward · · Score: 5, Insightful

      Yeah go Mutt! Year of the Desktop for Linux? Hey everyone, use a ASCII based e-mail client! We're rockin it like it's 1950 baby!

    2. Re:no love for mutt? by abe+ferlman · · Score: 3, Insightful

      I still use Alpine (free/libre version of PINE). I hope I never have to give it up. So fast, so clean, so configurable.

      --
      microsoftword.mp3 - it doesn't care that they're not words...
    3. Re:no love for mutt? by KiloByte · · Score: 1

      While mutt and alpine run circles around GUI clients, I use both mutt (via ssh) and thunderbird (via IMAP). The latter sits hidden (FireTray) serving as a glorified biff most of the time, but when you receive mail from business people, it's usually an image embedded in a Word document, or at the very least a pdf. This is where mutt fails.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    4. Re:no love for mutt? by TheGreek · · Score: 1, Interesting

      They are not monkeys and not mentally handicapped, so they have no excuse regarding understanding that. And if they are, then they need some kind of legal guardian, because they clearly can't deal with the real world.

      Yes...they're the ones who can't deal with the real world.

    5. Re:no love for mutt? by Dwonis · · Score: 5, Interesting

      but when you receive mail from business people, it's usually an image embedded in a Word document, or at the very least a pdf. This is where mutt fails.

      I'm not sure about images, but mutt has a really fantastic auto_view feature, which will automatically decode HTML email, PDFs, Word documents, etc into text and display it inline in your viewer. When people email me PDFs, I can not only view them without spawning an external viewer, but the PDF/MSWord text gets included in the quoted text when I hit "reply", so I can just reply to their PDF/MSWord text in-line.

    6. Re:no love for mutt? by Unnngh! · · Score: 4, Informative

      Development on the ASCII standard started in 1960 FWIW :D

    7. Re:no love for mutt? by Sadsfae · · Score: 1

      While mutt and alpine run circles around GUI clients, I use both mutt (via ssh) and thunderbird (via IMAP). The latter sits hidden (FireTray) serving as a glorified biff most of the time, but when you receive mail from business people, it's usually an image embedded in a Word document, or at the very least a pdf. This is where mutt fails.

      You can easily tie external program views for attachments, for example when I receive vendor quotes (always in .pdf) I just hit "v" to view attachment list and then hit enter and it spawns evince. Same goes for HTML email or any attachment.. libreoffice for documents, spreadsheets etc. Simple edit of a mailcap entry

      == snip ==
      # set mailcap_path = ~/.mutt/mailcap
      text/html; lynx -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput
      # PDF wth evince
      application/pdf; evince %s;

      # spreadsheets
      application/vnd.ms-excel; oocalc %s;
      application/vnd.openxml; oocalc %s;
      application/excel; oocalc %s;
      application/msexcel; oocalc %s;
      application/x-excel; oocalc %s;
      application/x-msexcel; oocalc %s;
      application/vnd.oasis.opendocument.spreadsheet; oocalc %s;

      # slide decks
      application/powerpoint; ooimpress %s;
      application/vnd.ms-powerpoint; ooimpress %s;
      application/x-mspowerpoint; ooimpress %s;
      application/mspowerpoint; ooimpress %s;
      application/vnd.oasis.opendocument.presentation; ooimpress %s;
      application/ppt; ooimpress %s;
      application/pptx; ooimpress %s;
      == snip ==

      --
      Have a squat over at the hobo house.
    8. Re:no love for mutt? by KiloByte · · Score: 4, Insightful

      You mean, I'm supposed to run evince over remote X on a slow link? Or install it and libreoffice on a mail server in the first place? I'll pass.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    9. Re:no love for mutt? by garaged · · Score: 1

      My mutt config sends pdf and doc/odt files to the proper viewer, and is not that complicated really, I even have to press just 3-4 keys to send html messages to the browser when is needed.

      --
      I'm positive, don't belive me look at my karma
    10. Re:no love for mutt? by garaged · · Score: 3, Interesting

      That is the beauty of mutt, I have my configuration save on a git repo, so it is trivial to get any new linux/similar OS to run locally mutt so that remote issue is not a problem

      --
      I'm positive, don't belive me look at my karma
    11. Re:no love for mutt? by subreality · · Score: 1

      As a similar compromise, I use Mutt + RoundCube. 99% of my mail is fine in Mutt, and the webmail UI makes it easy to handle attachments when I need them.

    12. Re:no love for mutt? by suso · · Score: 2

      Try that sometime, see how far you get. Remember there are still a lot of people in the "civilized world" who don't wash their hands after taking a shit. Technology is evolving faster than people.

    13. Re:no love for mutt? by manu0601 · · Score: 2

      IMO mutt is still king

      Yes, mutt is efficient. But people that keep sending HTML messages are a bit annoying to read on mutt

      .

    14. Re:no love for mutt? by antdude · · Score: 2

      Why not Mutt?

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
    15. Re:no love for mutt? by Nimey · · Score: 1

      Mutt sucks for IMAP.

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    16. Re:no love for mutt? by Jethro · · Score: 3, Interesting

      Not the parent-post, but I too use Alpine.

      I tried to switch to Mutt back... in the 90s I think? People were ranting and raving about it. Frankly I found it much harder to use than Pine. People pointed out that I can configure Mutt to act exactly like Pine, to which I said that you know, Pine already does that.

      So my question would be "Why SHOULD I switch to Mutt?" Alpine does everything I need.

      --


      In the land of the blind, the one-eyed man is kinky.
    17. Re:no love for mutt? by styrotech · · Score: 2

      Yeah go Mutt! Year of the Desktop for Linux? Hey everyone, use a ASCII based e-mail client!

      ASCII? You have no idea what you're talking about - Mutt can handle unicode just fine!

    18. Re:no love for mutt? by Zontar+The+Mindless · · Score: 1

      I'm not the last one. Cool.

      --
      Il n'y a pas de Planet B.
    19. Re:no love for mutt? by Anonymous Coward · · Score: 1

      Whats wrong with starting your email session with "telnet mailserver.com 25"?

    20. Re:no love for mutt? by chromas · · Score: 4, Funny

      That just means Mutt was ahead of its time.

    21. Re:no love for mutt? by flyingfsck · · Score: 2

      Yup, Mutt is right up there with the Links web browser.

      --
      Excuse me, but please get off my Pennisetum Clandestinum, eh!
    22. Re:no love for mutt? by dutchd00d · · Score: 2

      But people that keep sending HTML messages are a bit annoying to read on mutt.

      You could have left off the "to read on mutt" bit.

    23. Re:no love for mutt? by dutchd00d · · Score: 1

      Mutt sucks for IMAP.

      Really? How so?

      I use mutt to read IMAP mail from multiple accounts and I've never had any problems.

      Genuinely curious what you mean.

    24. Re:no love for mutt? by dutchd00d · · Score: 3, Interesting

      That is the beauty of mutt, I have my configuration save on a git repo, so it is trivial to get any new linux/similar OS to run locally mutt so that remote issue is not a problem

      I do that for all my dot-files (including ~/.muttrc). Log in to a new system, svn checkout ~/src/env, run make install there and boom, it's like coming home. Wonderful.

    25. Re:no love for mutt? by dutchd00d · · Score: 1

      I'm not sure about images, but mutt has a really fantastic auto_view feature...

      Whoa, never knew this existed. Thank you sir!

      (What do you use to expand Word documents?)

    26. Re:no love for mutt? by Seumas · · Score: 1

      Irrelevant. Slashdot and other outlets have been telling me that email and instant messaging are both dead and only twitter and facebook are used for communication anymore.

    27. Re:no love for mutt? by garaged · · Score: 1

      A good part of my $HOME is in git, it is great for backup purposes and migrating between computers

      --
      I'm positive, don't belive me look at my karma
    28. Re:no love for mutt? by Nimey · · Score: 1

      IME it's a huge pain in the ass to set up, especially for multiple accounts, unless you use an external program to talk to the IMAP server for you.

      It might not have helped that my work's server used a custom IMAP namespace either.

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    29. Re:no love for mutt? by dutchd00d · · Score: 3, Informative

      It might not have helped that my work's server used a custom IMAP namespace either.

      I suspect that may have been your only problem. I set "folder" to "imaps://hostname.of.mailserver", set an imap_user and an imap_pass and away it goes. No external program required.

      You do need an external program (muttprofile) to switch between profiles/servers though, and that does take some setting up.

    30. Re:no love for mutt? by mgcarley · · Score: 1

      Don't mock lynx/links. It's saved my ass on multiple occasions when something has made the GUI unresponsive (usually something running under WINE) and the only alternative is to go to tty2, fire up $BROWSER to quickly find the solution of reference the command if I can't remember the exact syntax of whatever I want to run... better than taking the pussy's way out and just running 'sudo reboot'... the only thing that annoys me about it is the continual questions about cookies but that's probably just something I haven't turned off out of laziness.

      --
      Founder & COO, Hayai India (hayai.in) / USA (hayaibroadband.com) // t: @mgcarley
    31. Re:no love for mutt? by Swave+An+deBwoner · · Score: 1

      I love mutt and hate thunderbird (especially over VPN - I spent one hour last week sending one email reply because of slooooow screen redraws).

      But at work I'm required to use CentOS 5 and PKI for email encryption, and the CentOS 5 mutt package doesn't support that. Any suggestions other than changing jobs would be appreciated.

    32. Re:no love for mutt? by 680x0 · · Score: 1

      Or, you can run mutt/alpine on your local machine, talking IMAP to your mail server (just like Thunderbird or another GUI mail client would).

    33. Re:no love for mutt? by daniel23 · · Score: 1

      no encryption of mail transfer?

      --
      605413? Yes, it's a prime.
    34. Re:no love for mutt? by menkhaura · · Score: 1

      lynx doesn't save your cookie settings when the program exits, but links does.

      Yeah, mutt + fetchmail + procmail rocks big time.

      --
      Stupidity is an equal opportunity striker.
      Fellow slashdotter Bill Dog
  2. Answered in reverse order by NEDHead · · Score: 2, Insightful

    Yes

    1. Re:Answered in reverse order by AmiMoJo · · Score: 2

      I like being able to access my email from anywhere, including my phone. I used to use a heavily modified Thunderbird but the few missing features in Gmail were not enough to stop me preferring the ease and freedom it offered.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    2. Re:Answered in reverse order by Grishnakh · · Score: 4, Insightful

      The "killer feature" for me on Gmail is conversation view, where it groups messages together in conversations, so instead of a ton of disparate emails, they're grouped together in a single line and can be seen in sequential order. Back when I switched over to Gmail, it was the only thing that had this feature, and now I find it indispensable, though it does sometimes screw up (since email was never designed to actually have this in the first place).

      Do other clients have this yet? At my last job I had to use Outlook Web Access, and the job before that I had to use regular Outlook (can't remember the version), and neither one had this, and as a result, it was a complete PITA to manage work email, with all the email chains going on between other coworkers, customers, etc. I ended up having pages and pages of emails that I'd never look at, and missed a lot of emails unless someone told me about them; the volume was so large I pretty much gave up even trying to read them all, and only looked at ones that had subject lines that looked important to what I was doing. As useful as I find Gmail's conversation-grouping for my own personal email, it would have been 10x more useful for my work email, with all the CCing going on in email chains there.

    3. Re:Answered in reverse order by Zero__Kelvin · · Score: 3, Insightful

      I access all my email just fine from both mt Linux box and my Android phone without ever using a browser. Thunderbird is the client I use on my laptop, and it supports gmail just fine, as well as accessing my corporate mail and personal website mail. I get notices on my phone when I receive email to any of those accounts in real time. We based email is for the average Joe, who finds it too "complicated" to use a real client.

      Thunderbird isn't adding new features because it is friggin' email. At some point, all the features you need have been implemented and security and bug fixes are what is of primary importance. Thunderbird is at that point, which is why that is what they are doing.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    4. Re:Answered in reverse order by Zero__Kelvin · · Score: 2

      "The "killer feature" for me on Gmail is conversation view, where it groups messages together in conversations, so instead of a ton of disparate emails, they're grouped together in a single line and can be seen in sequential order"

      Oh. You mean like sorting by sender and then date? If you use quoting properly in your emails it works just as well, and is just as easy, and has the added benefits that your conversation threads are still at your disposal when you are offline for whatever reason.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    5. Re:Answered in reverse order by rnswebx · · Score: 2

      Oh. You mean like sorting by sender and then date? If you use quoting properly in your emails it works just as well, and is just as easy, and has the added benefits that your conversation threads are still at your disposal when you are offline for whatever reason.

      Actually, I don't believe it's like that at all.

      GMail will group threads together that don't necessarily have to come from the same person. I can have several people reply to the same email and they're all grouped together into a single "conversation." If I sort by sender, as you suggest, I'm not going to get the behavior described.

      In Outlook 2010, the setting to group the emails this way is called "Show as Conversations" under the 'View' tab. I don't use any other email software, so I can't say whether or not it's available elsewhere.

    6. Re:Answered in reverse order by Zero__Kelvin · · Score: 1

      Oh. You want "Sort by --> Threaded". Even simpler.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    7. Re:Answered in reverse order by Glendale2x · · Score: 2

      Ugh, no. It's crap compared to threading that's been around since usenet days. Why we're going backwards these days is anyone's guess.

      --
      this is my sig
    8. Re:Answered in reverse order by jader3rd · · Score: 1

      "The "killer feature" for me on Gmail is conversation view, where it groups messages together in conversations, so instead of a ton of disparate emails, they're grouped together in a single line and can be seen in sequential order"

      Oh. You mean like sorting by sender and then date? If you use quoting properly in your emails it works just as well, and is just as easy, and has the added benefits that your conversation threads are still at your disposal when you are offline for whatever reason.

      Given that nearly every email thread I'm on at work has way more than two people contributing to it, sorting by sender and date doesn't come close to a good conversation view.

    9. Re:Answered in reverse order by Anonymous Coward · · Score: 5, Insightful

      Threading, meaningful subject lines, and proper message references in replies is a lost art. They all require an attention-span long enough to grasp contextual communication.

      Today's email user cannot even remember their correspondents' email address nor figure out how to use a contact list, so they just reply willy-nilly to any other message they find from that person in their inbox, or grieve their lost friend if no such message exists. The lure of social networking is that they don't even have to think about whom they are addressing anymore. The future is full of psychotic people wandering about, issuing forth monologues and an intelligent messaging system beaming these selectively into the heads of other psychotics wandering half way around the world.

    10. Re:Answered in reverse order by xaxa · · Score: 2

      The "killer feature" for me on Gmail is conversation view, where it groups messages together in conversations, so instead of a ton of disparate emails, they're grouped together in a single line and can be seen in sequential order. Back when I switched over to Gmail, it was the only thing that had this feature, and now I find it indispensable

      Not quite -- the mail client integrated into Opera had this.

      It also had the idea of labelling messages rather than sorting them (the same message could appear in more than one "folder").

      I have to use Outlook at work, and have similar problems. The worst thing is that I can't easily hide a message but not delete it -- everything clutters up the inbox, basically forever. My GMail inbox just has messages I've yet to deal with (about 50, the oldest is over a year old, but still relevant).

    11. Re:Answered in reverse order by xaxa · · Score: 1

      Oh. You want "Sort by --> Threaded". Even simpler.

      It doesn't (last time I tried -- I'm not at work so I can't test) include messages *I* sent in that view, which is the critical part.

    12. Re:Answered in reverse order by pevans · · Score: 1

      kmail has this

    13. Re:Answered in reverse order by theweatherelectric · · Score: 1

      The "killer feature" for me on Gmail is conversation view, where it groups messages together in conversations, so instead of a ton of disparate emails, they're grouped together in a single line and can be seen in sequential order. Back when I switched over to Gmail, it was the only thing that had this feature, and now I find it indispensable, though it does sometimes screw up (since email was never designed to actually have this in the first place). Do other clients have this yet?

      Yes: https://addons.mozilla.org/en-US/thunderbird/addon/gmail-conversation-view/. My experience has been that webmail is inferior to having a mail client. Even simple things like correctly displaying email which contains styled HTML content doesn't work in, for example, Gmail.

    14. Re:Answered in reverse order by Suchetha · · Score: 5, Interesting

      on thunderbird:

      edit > account settings > [account in question] > copies & folders > tick "place replies in the folder of the message being replied to"

      admittedly a few more steps than "click on 'conversation view'" .. but it is there .. and i love it so much

      suchetha

      --

      learn from yesterday, plan for tomorrow, party tonight
      or one out of three ain't bad
    15. Re:Answered in reverse order by BrokenHalo · · Score: 1

      Nobody but the submitter wants a dedicated email client anymore. Submitter is over a barrel; he should prepare to shell out cash for an email client, because that's the only way he's going go get what he wants. The rest of us have moved on.

      Rubbish. There are lots of reasons why one might want to use a dedicated mail client. The submitter maybe just hasn't really thought about what he wants an email client to do. Most of the clients mentioned in the OP haven't changed much recently because they have reached a level of maturity where there's little to improve on or take away.

      FWIW, my personal preference is for Thunderbird, which does everything required and with appropriate extensions can be made to look congruous with most of the more common desktop UIs. Most of us these days don't live in a text-only world, otherwise I'd say use mutt or emacs.

    16. Re:Answered in reverse order by ljw1004 · · Score: 1

      Both Outlook and Outlook Web Access have group-by-conversation.

    17. Re:Answered in reverse order by nullchar · · Score: 1

      Agreed. I've been using 'place replies in folder of the original message' for years. The Sent folder is only used to quickly find what only I send, while I use the threaded view (in triple pane mode) to see all the messages in a thread.

      Almost all mail clients that send will keep the same Thread-Topic and Thread-Index header in each email so viewing mail clients can easily piece them together. Thus the subject can change, but the thread will stay the same. Gmail fails at this as it forces the same subject in a thread. (Arguably, it's not a bad limitation, but with Thread- headers it is unnecessary.)

    18. Re:Answered in reverse order by nullchar · · Score: 1

      You, good sir, paint a scary but accurate picture of the future. Kinda reminds me of the conversation tele-screen "walls" of Fahrenheit 451.

    19. Re:Answered in reverse order by cdp0 · · Score: 1

      Alternatively one can right-click a message and select "Open Message in Conversation". If I recall this isn't even new.

      People should stop waiting for reviews and actually test the applications themselves. Make your own damn opinion instead of waiting for someone else to make it for you.

    20. Re:Answered in reverse order by allo · · Score: 1

      do you know, some email clients even support threads? for example a mailing list is something you cannot display linearly.

    21. Re:Answered in reverse order by bigtreeman · · Score: 1

            The "killer feature" for me on Gmail is conversation view, where it groups messages together in conversations,

      Thunderbird has a thread filter, easy peasy

      --
      Go well
    22. Re:Answered in reverse order by Lorens · · Score: 1

      The "killer feature" for me on Gmail is conversation view[...]. Back when I switched over to Gmail, it was the only thing that had this feature

      Mutt existed long before Gmail. My first thought when I saw the GMail conversation view was "Mutt does it better". It still does.

      though it does sometimes screw up (since email was never designed to actually have this in the first place).

      The In-Reply-To header is extremely basic, there "in the first place", and the only thing really needed for conversation view. I would be surprised if none of the original designers of the e-mail format had envisioned the use. It "screws up" in GMail because GMail tries to compensate for MUAs who don't set In-Reply-To correctly.

    23. Re:Answered in reverse order by Zero__Kelvin · · Score: 1

      That's a great trick, since it doesn't work fine online.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    24. Re:Answered in reverse order by Zero__Kelvin · · Score: 1

      That's OK. Read on for a better answer. The point is that there is nothing you can do with the web interface that can't be done better with a real email client.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    25. Re:Answered in reverse order by stridebird · · Score: 1

      ...Most of the clients mentioned in the OP haven't changed much recently because they have reached a level of maturity where there's little to improve on or take away.

      But I share the submitter's concerns, a feeling of "is this it?" when using TBird. I occasionally look around to see if I could improve on TBird on Win and year after year, there's no change in the landscape. Of course, I should now state for you my wish list of missing features; sorry. All I can say right now is that it isn't perfect, and I just have this feeling there has to be a better way to handle and interact with email.

      Yeah, and I went back to Mutt recently as TBird was choking on IMAP stuff. Work-around.

    26. Re:Answered in reverse order by Kjella · · Score: 1

      Today's email user cannot even remember their correspondents' email address nor figure out how to use a contact list, so they just reply willy-nilly to any other message they find from that person in their inbox, or grieve their lost friend if no such message exists.

      With even free webmail offering to store a gazillion emails, why would old messages ever get lost? And if they f*ck up my account, chances are they'll lose the contact list too. I'll gladly admit I don't maintain a contact list, the only one I use is the company directory. For me it's more work than it's worth, particularly in business including contact information in the signature is pretty standard, meaning what's in the last email is the most recent you got - and probably far more correct than when you first added the person to your contact list three years ago. The only thing that is missing is an alternative in my email client, the choices are "Reply", "Reply All" and "Forward", there's no "New message to same recipient(s)" that I've seen. So I'm one of those trashing up your threads, but it's not ignorance it's convenience.

      --
      Live today, because you never know what tomorrow brings
    27. Re:Answered in reverse order by TheRealSlimShady · · Score: 1

      Outlook has it (and Outlook Web Access) since 2010 or so.

    28. Re:Answered in reverse order by slacker001 · · Score: 1

      Outlook has the ability to Archive messages.

  3. Thunderbird works by Anonymous Coward · · Score: 5, Informative

    Keep using Thunderbird, It works. Try add ons if you want more features.

    1. Re:Thunderbird works by Tough+Love · · Score: 2, Interesting

      Keep using Thunderbird, It works. Try add ons if you want more features.

      When I set a Windows 7 machine for my mother and discovered Microsoft's new "Windows Live Mail" agenda, I wiped that an put in Thunderbird, which was judged as "just like the old computer". So now she spends nearly all her computer time using Thunderbird and Firefox, and a little bit of LibreOffice, so the obvious next step is step is, boot to KDE with an autologin and that will be one more soul saved from the grasping tentacles of Microsoft.

      For my part, I suffered through the nasty port of Kmail to Akonadi, which was a truly awful experience, but I got through it with my folders intact and it's finally back to a state resembling usability, though not nearly as fast or solid as the original. The Kmail user interface is still the best going, and one day I might actually see some benefit from the new database backend, instead of just pain, races and nonsensical warnings.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    2. Re:Thunderbird works by loufoque · · Score: 1

      It works, but not well.
      It frequently uses a lot of disk space, RAM, and CPU. All of which abnormal.
      It also still sucks at searching, and there are frequent problems with the editor.

    3. Re:Thunderbird works by Anonymous Coward · · Score: 5, Insightful

      I agree, the new functionality in Thunderbird is in the add-ons. I think it's great that the core client developers can work on, ya know, stability and bugfixes, while the community at large builds add-ons to extend functionality. Beats having bloatware like M$ outlook where everything is all inclusive, including what you don't need or want.

    4. Re:Thunderbird works by blackpaw · · Score: 2

      I wiped that an put in Thunderbird, which was judged as "just like the old computer". So now she spends nearly all her computer time using Thunderbird and Firefox, and a little bit of LibreOffice, so the obvious next step is step is, boot to KDE with an autologin

      Did exactly that with my wife, Thunderbird, Firefox and LibreOffice. She is very happy with the result, two years running now. Never crashed, every now and then I run updates. No problems.

    5. Re:Thunderbird works by Malc · · Score: 1

      It kind of works. Addressbook contacts can only have two email addresses, which took on a new level of irritating recently when my wife changed her name. More annoying is the use of mbox format instead of maildir, which results in whole mail folders being selected for backup every time, so for me that could be an unnecessary few hundred MB every hour with Time Machine.

    6. Re:Thunderbird works by sa666_666 · · Score: 1

      For my part, I suffered through the nasty port of Kmail to Akonadi, which was a truly awful experience, but I got through it with my folders intact and it's finally back to a state resembling usability, though not nearly as fast or solid as the original. The Kmail user interface is still the best going, and one day I might actually see some benefit from the new database backend, instead of just pain, races and nonsensical warnings.

      Personally, I never did get the newer Kmail working adequately, and am compiling the last 1.x version (from KDE 4.4 or so) and using that. That worked perfectly well up to KDE 4.8. Once KDE 4.9 was released, the profiles stopped working. Previously, you could have separate inbox, sent-mail, servers, etc for different email addresses, and when you sent from each email address, it used the correct sent-folder, etc. Now, it all defaults to local folders. So I don't know what to do next. Dig into the code, I guess, and try to hack it again. Why can't they just leave working programs alone???

    7. Re:Thunderbird works by Anonymous Coward · · Score: 2, Informative

      Now she received Thunderbird's "Chat" feature in recent updates which includes Facebook chat, Google talk, IRC, Twitter and XMPP.
      I'm not sure why people are saying Thunderbird is not getting new features, that one came from a module for the InstantBird IM client, and Thunderbird will get all the new core features that Firefox gets in future.

    8. Re:Thunderbird works by caspy7 · · Score: 1

      If it's of interest, they're currently working to replace the whole Address Book.
      The old archaic design & limitations (number of addresses per contact, etc) is getting tossed for a more flexible (and I believe pluggable) design.

    9. Re:Thunderbird works by CRC'99 · · Score: 1

      My bug list with Thunderbird (Current as of 17.0).

      1) A single new email received over a compressed IMAP connection (using Dovecot, imap-zlib plugin) shows stupidly high new message counts - ie You have 37845 new messages.

      2) Randomly Thunderbird refuses to exit. This happens on linux as well as Windows. The GUI will disappear but thunderbird.exe / thunderbird-bin is still running. Only plugins are Lightning + Google Calendar connector.

      Fix these two up and I'd be a much happier person...

      --
      Sendmail is like emacs: A nice operating system, but missing an editor and a MTA.
    10. Re:Thunderbird works by CRC'99 · · Score: 4, Insightful

      Now she received Thunderbird's "Chat" feature in recent updates which includes Facebook chat, Google talk, IRC, Twitter and XMPP.
      I'm not sure why people are saying Thunderbird is not getting new features, that one came from a module for the InstantBird IM client, and Thunderbird will get all the new core features that Firefox gets in future.

      Why the hell is there a chat client in a mail program to start with? I saw this new 'feature' and died a little inside. It is a classic sign on developers losing their direction.

      --
      Sendmail is like emacs: A nice operating system, but missing an editor and a MTA.
    11. Re:Thunderbird works by QuantumRiff · · Score: 1

      I use thunderbird at home, but the lack of cardDav support is really starting to annoy me, along with the fact that every time it gets an update, the version of lightning that I have to install seems to get worse.

      How can I have imap, and caldav, to sync my mail and calendars (even if the calendars are buggy as hell) and no way to sync my contacts? is this still 1998?

      --

      What are we going to do tonight Brain?
    12. Re:Thunderbird works by nullchar · · Score: 1

      XMPP + email is perfect for the small business or even corporate setting. Many corps have an internal jabber server and Exchange; Thunderbird would handle those both with only one program + settings for IT to manage. Google Wave was just ahead of its time.

      Include some sort of shared document viewer/launcher attached to various network shares and it would be a corporate work horse. Chat, calendar, email, documents, rss reader - all in one extensible package.

    13. Re:Thunderbird works by nullchar · · Score: 1

      If you disable local indexing, and use Dovecot IMAPS with full text indexing, searching is beautiful in Thunderbird.

      That said, tagging always is problematic for me; if multiple tbird clients connect to the same imap mailbox, and they each customize their tags (even just the color!) the tags are not shared. It seems Thunderbird does not write to the message on the server, but stores the tag locally (or instance B does not recognize instance A's tags).

      Also, font-family and font-size switching commonly occur in the editor, which is annoying. HTML tables usually work really well for me, more so than other clients.

    14. Re:Thunderbird works by ReptileQc · · Score: 1

      That might have more to do with the limitations on the server side than on the client side.

      Zimbra currently has the same issue with Shared Contacts for example. The contacts can be shared but the labels attached to each one of them is treated locally so every user in the office has to build their own labels. Not very efficient.

      I posted a bug about this a few years ago and apparently it's still not fixed. Priority is given through voting and apparently not enough people care about this feature.

    15. Re:Thunderbird works by Tough+Love · · Score: 2

      "Adequate" is the best I can say about the new Kmail. There are still many bugs, but severity is decreasing. On some recent upgrade my spam filter finally started working again, without which email life is nearly unbearable, compounded by the glacially slow rate the Akonadi horror deletes mails. To pour salt on the wound, after ever so many deletes it will get itself confused and claim to have duplicates, pop up a dialog for the you resolve the bogus issue, and thus, stall the already seriously painful process of cleaning out spam one mail at a time.

      One thing I did is put in the Postgres backend instead of MySQL. I just don't trust MySQL, at all, not only because Oracle owns it and can't be trusted, but because it's always been just not a very carefully engineered code base. Maybe it's just my imagination, but the switch to Postgres seemed to help. And it was actually kind of fun learning how to set it up and administrate it. Talk about overkill for a mailer.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    16. Re:Thunderbird works by Waccoon · · Score: 1

      I considered switching to Thunderbird a few weeks ago. I kept having problems with it not remembering configuration changes, the GUI not updating properly, and even simple tasks, like choosing a default sending address, required a lot of research and forum hunting to figure out (in the end, people kept recommending extensions to do it, even thought the program does support a default. Apparently, veteran Thunderbird users are just as confused as noobs like me).

      I was NOT impressed. When I uninstalled it and the installer asked me for feedback, I specifically pointed out tons of bugs and horrible GUI design. Any e-mail program that makes it a chore to funnel mail from multiple addresses into one Inbox is not a well-designed program.

    17. Re:Thunderbird works by Lincolnshire+Poacher · · Score: 1

      I'm not sure why people are saying Thunderbird is not getting new features

      Perhaps because after five years we're STILL waiting for "compose in tab".

    18. Re:Thunderbird works by rastos1 · · Score: 1

      One feature that I'm missing in Thunderbird is the ability to rewrite the From: field. In order to fight spam I use various aliases redirecting the e-mail to my primary account. That's fine. But when I want to write a reply having the alias name in the From field, I'm stuck. There used to be some addons that allow free editing of the From field, but they got outdated/depreciated/obsolete/...

      Can anybody point me to a solution?

    19. Re:Thunderbird works by stridebird · · Score: 1

      Why the hell is there a chat client in a mail program to start with? I saw this new 'feature' and died a little inside. It is a classic sign on developers losing their direction.

      Although a single search point across all communication channels would be nice...

    20. Re:Thunderbird works by fa2k · · Score: 1

      The filters/rules in Thunderbird seem quite dodgy. The "run filters on folder" function doesn't work for some folders, and moved messages seem to be re-downloaded and also moved to Trash, when they are moved from IMAP to local. There is no export function! The messages are stored in a standard format, but it makes migration to a different computer quite difficult. Still using it, but it's far from perfect. I'm using Outlook instead on Windows.

    21. Re:Thunderbird works by Kjella · · Score: 1

      Why the hell is there a chat client in a mail program to start with? I saw this new 'feature' and died a little inside. It is a classic sign on developers losing their direction.

      Because the "do one thing and do it well" is in conflict with the advantages of gathering all the ways to contact a person in the same place. Oh right he's not online in the chat so I'll have to launch another, completely different application to send him a message. There's a reason most chats newer than IRC offer a way to send offline messages, essentially acting more like email light than instant messages.

      --
      Live today, because you never know what tomorrow brings
    22. Re:Thunderbird works by JThaddeus · · Score: 1

      KMail was always my favorite but the axis of evil that is Akonadi, Nepomuk, and Strigi have ruined it. Not long ago indexing just shut down rendering twelve years of KMail archives about as searchable as the spiral notebooks on my shelf. And that was a good day. On a bad day some filter kicked in and removed the message body from all incoming emails.

      No amount of Google searching, no amount of reloading and resetting, no amount question on the KDE boards helped. Indexing might start, but it always froze

      Screw KDE. I switched to Thunderbird, finding a Python script that moved all my mail archives from maildir to mbox. I hated to give up maildir, but at least now my email is usable.

      --
      "Love is a familiar; Love is a devil: there is no evil angel but Love." --William Shakespeare ('Love's Labors Lost')
    23. Re:Thunderbird works by blackpaw · · Score: 2

      WTF?

      Back to your basement kid.

    24. Re:Thunderbird works by sa666_666 · · Score: 1

      Success (!) on getting Kmail 1.x working again in KDE 4.9.4. I simply recompiled the kdepimlibs package, and forced the kmail1 binary to use the new ones. This fixes the profile issues. I suspect once KDE 5 hits, though, Kmail 1.x is dead for good.

    25. Re:Thunderbird works by mgcarley · · Score: 1

      It may not be as complete as you want but I use multiple identities for the same email address, coupled with the "correct identity" addon (automatically switches the from: to the correct identity if one exists)... works for me because the number of identities I have is basically static but if you want it to be dynamic, this might not work for you... and on that note, if you *do* find a solution, give me a yell.

      --
      Founder & COO, Hayai India (hayai.in) / USA (hayaibroadband.com) // t: @mgcarley
  4. mutt! by Rick+Richardson · · Score: 2, Insightful

    http://en.wikipedia.org/wiki/Mutt_%28email_client%29

    1. Re:mutt! by TheCarp · · Score: 1

      Couldn't agree more. I feel spoiled by mutt. Its so powerful, I can setup a command to "tunnel imap", and now I can access my mailboxes, via imap, from anyhwere I can ssh, and if I have keys in my agent, no passwords at all.... it all just uses my existing ssh configurations.

      I have some rotating email signatures configured, using some old program that I modified, and while i have the source somewhere, I just don't care enough.... so I set my mutt config to ssh there and grab my signature from that program.

      It lets me access my email from anywhere that I can download putty and ssh into one of my machines.

      Best of all... I can write email in vim, the gold standard of text editing. However, it doesn't force me to, I could choose to use emacs, or some graphical editor if I really wanted to.

      --
      "I opened my eyes, and everything went dark again"
  5. Thunderbird also won't be significantly altered by Bananatree3 · · Score: 5, Informative

    Thunderbird also won't be significantly altered in the future,

    Thunderbird can sync with Google Calendar, via plugins... Here's How. There is really only so much you can do to an email client before the only updates are security. In my opinion, that is a good thing. You want a good core client that's not over-featured (buggy) and has good security support. Thunderbird fits that bill, and with a huge constellation of plugins I don't see what the fuss is about.

    1. Re:Thunderbird also won't be significantly altered by VortexCortex · · Score: 1

      "but it cannot sync with Carddav, so owncloud is no option right now." ... is what I wanted to write.

      Even if the Carddav plugin did not exist, if you would have written that then I would have called you a fool.

      There is a difference between "cannot", and "does not yet support" AKA: "No one's written a plugin for X yet" vs "No plugin for X can be written". If the difference seems too subtle to you, then consider that to a developer it's the difference between: Impossible, and Possible.

      Furthermore: Missing a plugin? Croud-source some funds and pay some devs to make it. That's the beauty of open source. Try to keep this in mind next time your software or plugin search comes up empty.

    2. Re:Thunderbird also won't be significantly altered by websitebroke · · Score: 1

      Because everyone in corporate IT wants to marshal the forces of FOSS every time some functionality found in a stock install of $MS_PRODUCT is non-existant in $FOSS_PRODUCT.

      While you have a point, the FOSS world would do better to have useful functionality in place before the world asks for it. To be truly successful, FOSS needs to be ahead of what the proprietary world is doing, not implementing some idea that somebody else invented.

      In some projects, this definitely is the case. For instance, Dolphin file manager is pretty damn good, while Finder and Windows Explorer feel like toys.

      In others, work needs to be done. Is the email client a truly finished product? Can nothing be improved upon? I've used Thunderbird for the past 8 or so years, and while it works quite nicely, surely more could be done.

    3. Re:Thunderbird also won't be significantly altered by Yvanhoe · · Score: 1

      I couldn't agree more. Having a stable software is a very good thing, for a stable protocol. I hate it when a stable software is being broken by some newcomers that thought that a "modern UI paradigm" was needed and that unstability was a good price for that.

      --
      The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
    4. Re:Thunderbird also won't be significantly altered by defaria · · Score: 1

      Ugh, you don't need an extension to use Lightning in TB with Google calendar. Lightning already supports CalDAV. Google provider is *UNNECESSARY!!!*

  6. Why do we need a desktop client? by Albanach · · Score: 5, Interesting

    I really haven't used a desktop client for email in years. Where's the gain for the user?

    I want my mail and calendar wherever I am. So why keep multiple copies of gigabytes of mail on multiple machines. I just don't see the gain for the average user. I think the lack of demand from users who are moving to webmail is why the Thunderbird is getting less developer attention.

    What I'd really like to see is improvement in the webmail interfaces available to us. Gmail is fast, but I find the interface limiting and clunky. The best I have experienced was Zimbra, but it really prefers to be run on a standalone machine and is pretty resource intensive.

    1. Re:Why do we need a desktop client? by yelvington · · Score: 5, Informative

      I want my mail and calendar wherever I am. So why keep multiple copies of gigabytes of mail on multiple machines.

      Somebody should invent IMAP.

    2. Re:Why do we need a desktop client? by QilessQi · · Score: 4, Insightful

      Agreed. But one problem I have with web-based solutions is that the provider is free to tinker with the interface at any time. And you know engineers... they love to change things. :-)

      What I want is for some reputable, responsible company to offer a cloud-based webmail solution with a decent interface and a very good API that supports search, address book integration, etc. Then I want a variety of clients for that API -- some open-source and maybe some not; some fully-browser-based, some standalone, some written for Android... you get the idea.

      In short: universal access everywhere, but I decide what UI I'll be using.

    3. Re:Why do we need a desktop client? by Anrego · · Score: 1

      In short: universal access everywhere, but I decide what UI I'll be using.

      You can always run your own mail server with one of the free webmail scripts out there. Assuming you can find one that doesn't suck (I've been considering this.. does anyone have any recommendations?)

    4. Re:Why do we need a desktop client? by Anonymous Coward · · Score: 1

      First, I /don't/ want my mail wherever I am. The quiet of being 'away' from the email and the phone is quite worth having. Puts a nice balance on things. Makes living in the city more placid.

      But second, well, what are you talking about? I've got a desktop client, but I've also got a webmail option at my mail server. Doesn't everyone these days? That's not new. I've got mine configured to hold copies for seven days, so wherever I am I can, as desired, pick up an active thread and deal with it.

      You don't need to use a desktop client if you don't want to, but I don't think you quite know what they do. If I may say so, "you're holding it wrong."

    5. Re:Why do we need a desktop client? by Anrego · · Score: 2

      Personally I've had terrible luck with IMAP.

      Ultimately while I'm not usually a fan of web apps in general, they are a perfect solution for email (which is probably why webmail is so popular).

    6. Re:Why do we need a desktop client? by Mr.+Slippery · · Score: 1

      I want my mail and calendar wherever I am.

      1) Please, please, please, for the love of the FSM, stop trying to integrate mail and scheduling. They are two different tasks.

      2) My mail is on my home Linux box. At home I've got Sylpheed on the desktop; on the road, I have alpine over ssh (from my phone or laptop). Done.

      3) Anyone who hands their mail over to a webmail provider to mine for privacy-invasion (i.e., marketing) purposes, or to hand over to governments without any oversight, is either naive or ignorant.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    7. Re:Why do we need a desktop client? by Mr.+Freeman · · Score: 1

      >I want my mail and calendar wherever I am.

      You mean, you want your email *wherever you have an internet connection*.

      --
      -1 disagree is not a modifier for a reason. -1 troll, flaimbait, redundant, overrated are NOT acceptable substitutes.
    8. Re:Why do we need a desktop client? by udippel · · Score: 1

      I really haven't used a desktop client for email in years. Where's the gain for the user?

      The best I have experienced was Zimbra, but it really prefers to be run on a standalone machine and is pretty resource intensive.

      Now let's start to think for a somewhat longer moment:

      1. The gain is there. Not in carrying around GBs, but in a constant and consistent interface, without adcrap, without changes to the whims of the writer, and without the need to download totally everything evrytime; plus the opportunity to download IF someone so desires. No, these are not asked too much.

      2. Zimbra is not Exchange, and is neither FREE.

      3. Sorry, I forgot: which was the FOSS client to connect to all intricacies of Exchange?

    9. Re:Why do we need a desktop client? by magic+maverick+ · · Score: 1

      I use a desktop email client (Evolution) for a few simple reasons:
      1) I have multiple email accounts which I want to access all from the same place.
      2) More than one is legacy, with a provider that I no longer trust. I expect it to do something nasty any year now. I have downloaded all email from these accounts and deleted it from the server.
      3) IMAP works mostly OK, which allows me to use webmail when I need to.

      ---
      Problems with Evolution:
      Not as good as Outlook (Lookout!) when it comes to integrating tasks and email (no tasks list in the same window as the email).
      Search is not so good.
      When I hit reply, I want the "from address" to be the same as the address the email was sent to. Rather than having to manually change it in the accounts place...

      --
      HELP MY ACCOUNT HAS BEEN HACKED BY AN ILLIBERAL ART STUDENT SET TO DESTROY THE INTERWEBZ!
    10. Re:Why do we need a desktop client? by Anrego · · Score: 2

      1) Please, please, please, for the love of the FSM, stop trying to integrate mail and scheduling. They are two different tasks.

      I tend to think they are linked well enough. I want to schedule a meeting, I email it out to people, they add it to their calendar. Most of my scheduling is a combination of email and adding stuff to calendar, makes sense to integrate it.

      Outlook is one of the few things Microsoft does right (at least from the user perspective) imo.

    11. Re:Why do we need a desktop client? by Anonymous Coward · · Score: 1

      The original IMAP server, unfortunately, was crapware. And the ongoing problems with storing, and synchronizing, multiple IMAP clients on multiple hosts are simply horrific for someone who wants to see the same email no matter what machine they log in on. It's admittedly much better than POP3, but IMAP's original version had horrific issues with SSL (which had to be added as a deliberately rejeced patch), its use of $HOME/ as the root directory for all stored email messages even though the "Pine" package it was published with insisted on storing messages in $HOME/imap, and fixing one would break the other and break other IMAP clients used on the same host running the IMAP server. (This was common in small environments.)

      As near as I could tell, Mark Crispin used to *deliberately* edit the c-client library with every minor release (which he refused to list as releases!) just to break my published patches for this problem, insisting that an IMAP server should have $HOME/ as only the user's IMAP directory and every file present there should be treated as a mail file. God forbid you were on one of the old Solaris systems, where the root user home directory was "/" !!!

    12. Re:Why do we need a desktop client? by Anonymous Coward · · Score: 1

      MS will only support https connections in the next version of Exchange. That means you will need Outlook 2007 and up, no more MAPI clients.

    13. Re:Why do we need a desktop client? by I'm+just+joshin · · Score: 4, Informative

      Roundcube (http://roundcube.net/) seems to work pretty well. And it has some nice add-ins for changing passwords & Fail2Ban.

    14. Re:Why do we need a desktop client? by Tough+Love · · Score: 3, Informative

      Zimbra has a very slick, Ajaxy web interface that looks and feels a lot more like a traditional email client than Gmail does. I haven't tried to install it yet, but I will. I can't yet comment on whether it is easy or hard to make it work with my existing exim setup.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    15. Re:Why do we need a desktop client? by loufoque · · Score: 4, Insightful

      Desktop clients are just much more powerful, don't require an Internet connection, and are not tied to a particular email service provider.
      If you're not using one, you just aren't a power user. That's all there is to it.

    16. Re:Why do we need a desktop client? by AmiMoJo · · Score: 1

      Then someone should make a web interface and mobile client for it so you can use it anywhere. Oh, wait...

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    17. Re:Why do we need a desktop client? by Cinder6 · · Score: 1

      You can drag things in Gmail, and labels are superior to folders (objectively so--they do the same thing as folders, only with an added feature). I...really don't understand how threading is weird. It's the primary reason I switched to Gmail in 2004.

      --
      If you can't convince them, convict them.
    18. Re:Why do we need a desktop client? by Cinder6 · · Score: 1

      You mean, you want your email *wherever you have an internet connection*.

      Gmail has an offline mode. I'd imagine other webmail providers offer something similar.

      --
      If you can't convince them, convict them.
    19. Re:Why do we need a desktop client? by ThatsMyNick · · Score: 1

      Personally I've had terrible luck with IMAP.

      What problems did you have? Not trolling, genuinely curious.

    20. Re:Why do we need a desktop client? by dj245 · · Score: 1

      The cheap domain host I use provides a choice of Atmail Open, Horde, Roundcube, and Squirrelmail. Of those, I always use Atmail Open. Horde and Roundcube don't seem so bad, Atmail is just more my preference. Squirrelmail is archaic and awful.

      --
      Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
    21. Re:Why do we need a desktop client? by Scarred+Intellect · · Score: 1

      I really haven't used a desktop client for email in years. Where's the gain for the user?

      Multiple E-mail accounts, for multiple purposes all in the same application window. Personal and professional separate, and switch between them seamlessly. Literally check my E-mail at one click of the mouse.

      I want my mail and calendar wherever I am. So why keep multiple copies of gigabytes of mail on multiple machines. I just don't see the gain for the average user.

      That's what IMAP is for. If I'm somewhere other than my home computer or laptop, all have web interfaces that suffice, but I have to then log into each account separately.

      Personally, I use Postbox; it was the first client I ran across that integrates GMail's Archive (without creating a separate "Archive" directory). It's got some issues with my account on Live.com (issued by my college) via Outlook services (not synching sent/outgoing, not authenticating properly) but every client I've used has the same issues with that account)

    22. Re:Why do we need a desktop client? by couchslug · · Score: 1

      "I really haven't used a desktop client for email in years. Where's the gain for the user?"

      You answered you own question:

      "What I'd really like to see is improvement in the webmail interfaces available to us. Gmail is fast, but I find the interface limiting and clunky. The best I have experienced was Zimbra, but it really prefers to be run on a standalone machine and is pretty resource intensive."

      I detest current webmail interfaces, and Thunderbird lets me monitor multiple email clients at the same time. The storage requirement of few or many gigs is trivial nowadays. It's also easy to back up. I use Thunderbird Portable on Windows, and simply copy the program folder or burn to DVD (so a future sync won't destroy messages I downloaded).

      I can reply to messages received via one account using another, which is nice when migrating accounts while still monitoring old ones.

      Ordinary users will prefer webmail often because that's all they know. I've set up a few people with Thunderbird and they don't go back to conventional webmail because T-bird is a better way to interact with multiple accounts.

      --
      "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
    23. Re:Why do we need a desktop client? by the+eric+conspiracy · · Score: 1

      > Where's the gain for the user?

      Privacy. As the people associated with General Petreaus found out to their chagrin.

      Having the mail available wherever is not a problem if you run an IMAP server.

    24. Re:Why do we need a desktop client? by somersault · · Score: 1

      If you're not using one, you just aren't a power user. That's all there is to it.

      So what you're saying that it's a more matter of pride rather than anything particularly relevant?

      --
      which is totally what she said
    25. Re:Why do we need a desktop client? by hduff · · Score: 2, Insightful

      First, I /don't/ want my mail wherever I am. The quiet of being 'away' from the email and the phone is quite worth having. Puts a nice balance on things. Makes living in the city more placid.

      Nothing compels you to open your webmail account or answer your phone wherever you are, unless you lack self-control or suffer from "Internet addicition". If so, get some professional help and don't blame the technology.

      --
      "I believe in Karma. That means I can do bad things to people all day long and I assume they deserve it." : Dogbert
    26. Re:Why do we need a desktop client? by postbigbang · · Score: 1

      I use Zimbra as a pre-burned VM from TurnKeyLinux.com. They supply it in four formats, including an ISO and VMDK. You can also setup the VM from VMWare's latest cut of Zimbra as well. It does IMAP, POP, to various offline readers, calendar, and is moderately intelligent.

      And the TKL version is free; VMware has a closed/commercial and open version available. If you've had even nominal email client/server setup experience, you can make it work in short order. It uses a web app, and has been solid in my experience (4yrs).

      --
      ---- Teach Peace. It's Cheaper Than War.
    27. Re:Why do we need a desktop client? by bill_mcgonigle · · Score: 1

      The best I have experienced was Zimbra, but it really prefers to be run on a standalone machine and is pretty resource intensive.

      Give Roundcubemail a try - it's pretty good. I still need to get back to Thunderbird with Nostalgy to actually file the messages, though.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    28. Re:Why do we need a desktop client? by whoever57 · · Score: 1, Troll

      Outlook is one of the few things Microsoft does right (at least from the user perspective) imo.

      Maybe Outlook used with Exchange, but used with POP, it is very poor. If Outlook is set not to delete emails offf the server, you just have to squint at the settings or the server itself and Outlook will download all the emails again, resulting in multiple copies of the same email in the inbox. Interrupt Outlook when downloading -- it starts from scratch, multiple copies again.

      Let's not forget that Outlook had a 2GB limit for years, with loss of emails if the limit was reached (it's one thing to have a limit, it's quite another to silently lose emails when the limit is hit).

      --
      The real "Libtards" are the Libertarians!
    29. Re:Why do we need a desktop client? by dcollins117 · · Score: 1

      I really haven't used a desktop client for email in years. Where's the gain for the user?

      It's my data, it's up to me to archive it. The "gain" for me is that I have access to my data independent from any other individual or corporation. Let's face it, tech companies come and go.

    30. Re:Why do we need a desktop client? by Grishnakh · · Score: 1

      I agree with everything you said here. Labels are far better than folders, since it effectively means you can put one email in several "folders" at once, such as if it pertains to both subjects. And the message threading is indispensable to me; it's too confusing having hundreds or thousands of disparate emails when most of them are part of long email chains between various people.

    31. Re:Why do we need a desktop client? by Anrego · · Score: 2

      Mainly related to buggy server or client or both I assume.. but connection would fail in the middle of retrival, or not retrieve some messages, or things would somehow get out of sync (despite that being precisely what it should prevent).

      Even now, I use gmail and use getmail to backup using imap and I find I have to run my script several times to get all messages if there are a lot.

    32. Re:Why do we need a desktop client? by frisket · · Score: 1

      I really haven't used a desktop client for email in years. Where's the gain for the user?

      So you don't have to use the goddamn awful sucky webmail interfaces.

      What I'd really like to see is improvement in the webmail interfaces available to us. Gmail is fast, but I find the interface limiting and clunky.

      What I said.

    33. Re:Why do we need a desktop client? by Anonymous Coward · · Score: 2, Interesting

      Labels are *retarded*. Because you can never ever tell whether an object (in this case a mail) is really deleted and gone or still in some other "label". It's a chaotic mess for idiots who are too stupid to keep any order themselves, are passive enough to let somebody else control things for them, and too ignorant to realize the mess that is actually behind it all.

      And fuck, they are not even actual semantic links. They lack the source, and they lack the ability to group (=label) labels themselves! So it's a dumbed-down crippled version of the concept on top of it all.

      Just like iTunes/Amarok are trying to be smarter than me with that stupid fucking playlist concept. (Which is exactly the same thing as the labels.) Because they are created for drooling fucktards. (Like Apple lusers.)

      Get that shit away from me, I’m not mentally handicapped nor a fucking retard (never confuse the two).

    34. Re:Why do we need a desktop client? by Zero__Kelvin · · Score: 1

      If by "perfect", you mean "stupid and horrible", then I totally agree with you!

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    35. Re:Why do we need a desktop client? by Zero__Kelvin · · Score: 1

      "3) Anyone who hands their mail over to a webmail provider to mine for privacy-invasion (i.e., marketing) purposes, or to hand over to governments without any oversight, is either naive or ignorant."

      The two aren't mutually exclusive. In fact, they seem to go together like cheap chocolate and rancid peanut butter.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    36. Re:Why do we need a desktop client? by Knuckles · · Score: 2

      Thunderbird and any other FOSS email client I used since 1996 had email threading. I am stunned that some people were not aware of email threading until Gmail.

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    37. Re:Why do we need a desktop client? by SCHecklerX · · Score: 1

      The thing about Zimbra is it is one of those "Whole crapload of oss things slapped together and dumped into /opt" solutions. It is also a java-heavy pig. For personal use, I much prefer doing it on my own with imap, ical, and sendmail servers.

    38. Re:Why do we need a desktop client? by SCHecklerX · · Score: 1

      oops, I forgot to add roundcube to that list for the webmail piece of the puzzle.

    39. Re:Why do we need a desktop client? by Albanach · · Score: 1

      Zimbra is really really good. The only reason I am not using it is because of the resources it demands to work well. I did manage an enterprise Zimbra set up for a good number of years though. Their enterprise support was also very good.

      You can run it in a VM, but I'd strongly recommend you are able to devote two cores to it and 4GB of RAM.

      That said it's a fantastic piece of work, and really shows what a web interface can be like. It also supports CalDav and CardDav so you can get native syncing of calendar and contacts on iOS devices as well as the regular email through IMAP.

      I'm surprised Yahoo sold them off. maybe they thought the web interface was too complicated for their client market. I can only guess that Google were not interested because of the resource demands mean it would never scale to their gmail client base.

    40. Re:Why do we need a desktop client? by icebraining · · Score: 1

      Yes, Gmail's IMAP implementation isn't particularly reliable. A normal UNIX server (e.g. Dovecot) works much better.

    41. Re:Why do we need a desktop client? by icebraining · · Score: 1

      You know, Alpine was designed for IMAP, and still can't support Maildir natively.

    42. Re:Why do we need a desktop client? by Albanach · · Score: 1

      Somebody should invent IMAP.

      If you're going to keep the mail on the server, what's the point of a local binary as your interface to it?

    43. Re:Why do we need a desktop client? by czth · · Score: 1

      We recently switched to Roundcube (from Horde, which I had never liked but it worked decently with IMAP) for home email. Using IMAP (courier-imap and qmail) at least makes it easy to switch between clients. I never used Horde myself (preferred Mutt; I installed it for my wife) but I've actually started using Roundcube as my primary client. Very easy to set up and has all the functionality I need. I use maildrop on the server to filter incoming mail, and can switch to Mutt anytime it's more convenient (which is rare) or act directly on the maildir files (e.g., advanced grep expressions or move a set of messages by attribute) if necessary.

    44. Re:Why do we need a desktop client? by bonehead · · Score: 1

      Although leaving the mail on the server negates the privacy advantage you mentioned. As does a subpoena.

    45. Re:Why do we need a desktop client? by bonehead · · Score: 1

      It's my data, it's up to me to archive it. The "gain" for me is that I have access to my data independent from any other individual or corporation. Let's face it, tech companies come and go.

      Call me a risk taker, but I feel reasonably confident that Google is probably going to be around for at least another year or two.

      And backing up your email is just as simple whether you use a desktop client or a web app.

    46. Re:Why do we need a desktop client? by Jonner · · Score: 1

      I really haven't used a desktop client for email in years. Where's the gain for the user?

      I want my mail and calendar wherever I am. So why keep multiple copies of gigabytes of mail on multiple machines. I just don't see the gain for the average user. I think the lack of demand from users who are moving to webmail is why the Thunderbird is getting less developer attention.

      What I'd really like to see is improvement in the webmail interfaces available to us. Gmail is fast, but I find the interface limiting and clunky. The best I have experienced was Zimbra, but it really prefers to be run on a standalone machine and is pretty resource intensive.

      Perhaps you're not aware of a little thing called IMAP. You may be able to run your own web mail server, but that's not realistic for the vast majority of users. For some people, Gmail or another hosted web mail system is good enough. For everybody else, email clients are still important.

    47. Re:Why do we need a desktop client? by Jonner · · Score: 1

      Personally I've had terrible luck with IMAP.

      Ultimately while I'm not usually a fan of web apps in general, they are a perfect solution for email (which is probably why webmail is so popular).

      What exactly have you had terrible luck with? What IMAP servers or services have you used? I use Thunderbird to access my mail both on the company's IMAP server (running Dovecot) as well as Gmail all the time. Since I discovered IMAP in the late 90's, I never looked back. Of course, there have been buggy servers and clients, but I've had far more success than failure.

    48. Re:Why do we need a desktop client? by Vlijmen+Fileer · · Score: 1

      ... and labels are superior to folders (objectively so--they do the same thing as folders, only with an added feature)...

      You are a fool. Probably a developer or so.
      Labels are not superior to folders. Yes technically they offer more possibilities than folders. No that's not necessarily a good thing.
      Having a predefined structure that you thought about, that is always visualised, and which fits for you to place all your mail in, is far better usabilty than being forced to attach zero, one, up to infinite criteria to each mail each time you receive one; It costs more time, your set of criteria will grow to infinity over time, you will get double labels meaning the same, you will not label emails in the same class with the same labels over time. In the end you are left with a bizarre pile of puke that has become usable only by searching it. And for searching a pile of puke you do not need labels.
      Labels are very much inferior to folders.
      And by the way, dargging in gmail sucks mightily, just like any other functionality. Both Yahoo mail and even Live Mail (sic!) are enourmously better, go figure what that means :(.

    49. Re:Why do we need a desktop client? by guanxi · · Score: 1

      End user control of their data, and the confidentiality, integrity and reliability that goes with it.

    50. Re:Why do we need a desktop client? by Casandro · · Score: 1

      Well the problem with web apps is that they are usually hard to install and set up. For example for Squirrelmail requires you to install both Apache and PHP in addition to having an IMAP setup. Plus modern IMAP clients allow you to access your mail even when you are off-line.

      Plus IMAP works fine in high latency situations, and it can do a sort of "push" service, which allows you to get your e-mail instantly without the need to poll.

      Again, depending on your situation you may make different trade-offs. For example in large companies the administrative overhead of webmail may not be a problem since you have a dedicated IT department.

      Of course you can keep your e-mail on foreign servers... but that's like leaving heaps of cash in a hotel room.

    51. Re:Why do we need a desktop client? by Cinder6 · · Score: 1

      Labels are *retarded*. Because you can never ever tell whether an object (in this case a mail) is really deleted and gone or still in some other "label".

      Did you ever try clicking the delete button?

      --
      If you can't convince them, convict them.
    52. Re:Why do we need a desktop client? by Cinder6 · · Score: 1

      Folders have the exact same potential pitfall as you describe with labels. All you need to do to use labels effectively is to have a predefined structure (Gmail does allow nesting of labels, by the way) and only use that structure. Sounds a lot like your description of proper folder use.

      On top of that, labels offer a flexibility that folders don't have. If you don't want to use that flexibility, though, you can use labels exactly as you would folders.

      --
      If you can't convince them, convict them.
    53. Re:Why do we need a desktop client? by DirePickle · · Score: 2

      What he's saying is that webmail interfaces are painful and limiting to use.

    54. Re:Why do we need a desktop client? by Keruo · · Score: 1

      Outlook is one of the few things Microsoft does right (at least from the user perspective) imo.

      You clearly haven't tried Outlook 2013 yet.

      --
      There are no atheists when recovering from tape backup.
    55. Re:Why do we need a desktop client? by OpenSourced · · Score: 1

      Well, of course, if you only have one e-mail address, that may be the way to go. If you have six, from different providers, the client has clear advantages. If you want portability, an encrypted USB-stick and Thunderbird Portable are your friends.

      --
      Rome taught me patience and assiduous application to detail. Virtues which temper the boldness of great, general views.
    56. Re:Why do we need a desktop client? by allo · · Score: 1

      no, its only your imap-client, which is confused. A e-mail is deleted, when you delete it. Even when it has 9000 labels.
      But a imap client is not aware of the label concept, and thinks there are serveral copies of the mail, so it does not instantly notice, that all copies are gone, when you delete one. So you would just need some protocol, which can offer label support instead of creating label-folders for the client.

    57. Re:Why do we need a desktop client? by AReilly · · Score: 1

      Non-braindamaged message composition, sane integration with the rest of the native applications that I use, off-line access, seamless integration of multiple accounts and, oh, speed. Built-in searching, and integration with the platform's native searching are bonuses. Oh, and not being in a web browser.

      BTW: Mail.app has some faults, but as an IMAP client (with dovecot back-end) I've met nothing that comes close. (OK, claws-mail is fairly close, but lack of html/rich-text composition is limiting in some contexts.) I would *love* to have something as good as Mail.app on Linux/FreeBSD.

      --
      -- Andrew
    58. Re:Why do we need a desktop client? by AReilly · · Score: 1

      No, Outlook with Exchange is terrible on many levels. Probably Exchange's fault, and the fact that it doesn't use IMAP. Every time I have to fire the beast up for some reason, it takes more than half an hour to "synch" to my mailbox. How is that even possible over gigabit ethernet? Why, every time? Does it forget everything it ever synched the last time? Rubbish.

      --
      -- Andrew
    59. Re:Why do we need a desktop client? by Bing+Tsher+E · · Score: 1

      Gmail has a POP server. I haven't gotten my gmail any other way in ages. I use Sylpheed, by the way. It's very good, and available for the freenixes and Windows.

    60. Re:Why do we need a desktop client? by aaaaaaargh! · · Score: 1

      I really haven't used a desktop client for email in years. Where's the gain for the user?

      [snip]

      What I'd really like to see is improvement in the webmail interfaces available to us.

      There you go, you've already answered your question yourself. The best improvement to the webmail interfaces is a using a desktop client.

    61. Re:Why do we need a desktop client? by marcosdumay · · Score: 1

      They are integrated in the same way that email integrates with anything: scheduling is communicated by email.

      The problem is, you should be integrating email with "everything", not with "scheduling", and by jumping into a plataform that does the later, you are making it harder to do the former.

    62. Re:Why do we need a desktop client? by Thumper_SVX · · Score: 1

      And to feed into the original question; there's actually a very good local desktop app that works great. I know; I use it for my mail server. You can also with a bit of leg work get an unsupported but functional ActiveSync setup for your mobile devices that works awesome called z-push (I use version 2.0.2 because it just works pretty damned slick with both my Android and iPhone devices).

      I will say though that I find the desktop client quite buggy when you add external accounts like GMail and the like. It never seems to finish sync until I've restarted it three or four times... so I just use Thunderbird for my GMail account with Zimbra for my own hosted account (which I'm trying to get people to use more).

      For bonus points of course, it's all just Linux at the end of the day so you can get really creative with it. I installed it on Ubuntu 12.04 instead of using the appliance because I wanted to use ZFS as my data store and I have a script that replicates it to another server nightly in case of a server failure. On top of that for a time I had an IMAP client that ran on it connecting to GMail and then feeding all my mail back into a folder on the Zimbra server... but because I couldn't "reply as" it was useless... but is certainly doable if you want to just always reply from your Zimbra account.

      Combine all this with a free StartCom certificate and you're golden... and despite being "heavy" (Java), it is a damned good mail system and the web interface is pretty damned slick.

    63. Re:Why do we need a desktop client? by daffmeister · · Score: 1

      I really haven't used a desktop client for email in years. Where's the gain for the user? ...

      What I'd really like to see is improvement in the webmail interfaces available to us. Gmail is fast, but I find the interface limiting and clunky. ...

      That's the gain for the user.

    64. Re:Why do we need a desktop client? by Nethead · · Score: 1

      Desktop clients are just much more powerful, don't require an Internet connection.

      No Internet connection for email? So you're still using UUCP?

      If you're not using one, you just aren't a power user.

      You do know that "power users" are the bane of a sysadmin's existence. I've built and run large mail systems (+10k users) and still edit sendmail.cf using vi. But now all my accounts forward to my Gmail account.

      --
      -- I have a private email server in my basement.
    65. Re:Why do we need a desktop client? by Shirley+Marquez · · Score: 1

      But on any competent Linux distro, installing those other things happens nearly automatically (you might have to say yes to installing the dependencies) when you install Squirrelmail. So it's not really much of a pain. That's one area where Linux beats Windows like a drum.

    66. Re:Why do we need a desktop client? by Casandro · · Score: 1

      Yes, but believe me, you don't want to have PHP on your system. You simply don't.

    67. Re:Why do we need a desktop client? by Shadowmist · · Score: 1

      I really haven't used a desktop client for email in years. Where's the gain for the user?

      I want my mail and calendar wherever I am. So why keep multiple copies of gigabytes of mail on multiple machines.

      If your email accounts are IMAP, you're still only working with one copy of your mail, that on your IMAP server. You just give yourself more interfaces to work with it.

  7. Resistance is Futile. You Will be Assimilated. by Wonko+the+Sane · · Score: 3, Informative

    I spent several years letting Gmail handle everything for me, but in the last few months I decided to go back to running my own IMAP server, using Fetchmail, and reading my mail on a standalone client.

    So far the state of standalone clients compared to webmail is pretty dismal. I'm using Thunderbird now but I really miss a search function that works, as well as an addressbook that doesn't have arbitrary limitations such as a maximum of two email addresses per contact.

    1. Re:Resistance is Futile. You Will be Assimilated. by houghi · · Score: 1

      I am also using fetchmail, but as client I use mutt. Filtering into different mailboxed is done using procmail. With the sidebar I get all that I want.

      Remote access I get using ssh and can be done with putty or any other ssh client on any device that is able to run an ssh client.

      It saves me the time for setting up imap. And when I want a quick look remotely at new mail, I just run a small script:

      #!/bin/bash
      # read only new mail messages
      #set -x
      bold=`tput bold;tput setaf 4`
      offbold=`tput sgr0`
      for M_BOX in $MAIL `find ~/Mail/ -maxdepth 1 -type f`
      do
          MESSAGES=`grep "^From " $M_BOX|wc -l`
          READMESS=`grep "^Status: RO" $M_BOX|wc -l`
          if [ "$MESSAGES" -ne "$READMESS" ]
          then
              echo "Changes for the mailbox ${bold}`basename $M_BOX`${offbold}:"
              mutt -f $M_BOX
              echo
          fi
      done
      echo "No more new messages."
      echo ""

      I have no need in making things more complicated then they are. KISS is what I am after. Works great for me, but then other people will have other needs.

      --
      Don't fight for your country, if your country does not fight for you.
    2. Re:Resistance is Futile. You Will be Assimilated. by Antique+Geekmeister · · Score: 1

      Given that you gave up Gmail's excellent reliability, scalability, and accessibility, why would you want to run your own private system?

    3. Re:Resistance is Futile. You Will be Assimilated. by Wonko+the+Sane · · Score: 5, Insightful

      I don't want all my emails mined for advertisement or other purposes.

    4. Re:Resistance is Futile. You Will be Assimilated. by VortexCortex · · Score: 1

      as well as an addressbook that doesn't have arbitrary limitations such as a maximum of two email addresses per contact.

      Oh! For want of a Linked List! Alas, William Richard, ye shall henceforth additionally be dubbed: Bob Dick

    5. Re:Resistance is Futile. You Will be Assimilated. by Anonymous Coward · · Score: 2, Informative

      When something goes wrong, I can fix my own mail system. Google offers a *great* service, for free (or now, for a very low price of $50/year if you're a small business). However, when something goes *wrong* it can be very difficult to actually get Google to give you real honest-to-goodness end-user support. More often than not you're directed to their community forums. One of my coworkers lost access to her Google Apps/Domain account for nearly a month.

      Remember: Google's customers are the advertisers. If you have a problem with your AdSense account, it's easy to pick up a phone and talk to a real, live Google support person. But it's not so easy for everyone else.

    6. Re:Resistance is Futile. You Will be Assimilated. by Maow · · Score: 2

      I spent several years letting Gmail handle everything for me, but in the last few months I decided to go back to running my own IMAP server, using Fetchmail, and reading my mail on a standalone client.

      So far the state of standalone clients compared to webmail is pretty dismal. I'm using Thunderbird now but I really miss a search function that works, as well as an addressbook that doesn't have arbitrary limitations such as a maximum of two email addresses per contact.

      Interesting you say that - I recently upgraded from Thunderbird 9 to 17 and somewhat accidentally stumbled upon the search feature that resides in the toolbar. It's an order of magnitude better than the one in the Edit menu.

      Have you tried the toolbar search, which opens in a new tab and allows for a fair bit of refinement? If so, how do you find it lacking?

    7. Re:Resistance is Futile. You Will be Assimilated. by whoever57 · · Score: 1

      Given that you gave up Gmail's excellent reliability, scalability, and accessibility, why would you want to run your own private system?

      I think you answered your own question right there. Some of us feel that privacy is important.

      --
      The real "Libtards" are the Libertarians!
    8. Re:Resistance is Futile. You Will be Assimilated. by frisket · · Score: 1

      I've never had any problems with the search feature. There are buttons that let you decide between searching the subject, to email, body, etc. What problems do you have with it?

      Body search doesn't work, and never has, if you use IMAP.

    9. Re:Resistance is Futile. You Will be Assimilated. by thegarbz · · Score: 1

      Screwaroundability?

      Common guys this is supposed to be a news site for nerds. Every problem being sorted out by (insert proprietary commercial solution here) is not very nerd like.

    10. Re:Resistance is Futile. You Will be Assimilated. by Knuckles · · Score: 2

      It absolutey does for me. I just checked to make sure.

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    11. Re:Resistance is Futile. You Will be Assimilated. by Anonymous Coward · · Score: 1

      Body search doesn't work, and never has, if you use IMAP.

      I could have sworn I've been doing just that with no problem, but hey, maybe I imagined it... no, just tested, works fine. I'm sorry it doesn't work for you, but it does for me, and apparently others, so...

    12. Re:Resistance is Futile. You Will be Assimilated. by icebraining · · Score: 1

      IMAP search is a feature of the server, so if it's not working, it's your server's fault. Get yourself a decent IMAP daemon like Dovecot.

    13. Re:Resistance is Futile. You Will be Assimilated. by soundguy · · Score: 1

      I've never used Outlook or Exchange. I started with whatever shell application Delphi used (Pine, I think) back in the early '90s, but when Win95 came out I switched first to Pegasus, then to Forte Agent (pop3 mail and newsreader) and got a Netcom dialup account. Eventually I started running my own Linux servers and MTAs on the back end. Dialup gave way to DSL and then to FIOS, ClearWire, and 4G hotspot, depending on where I am that day. I'm still using Agent configured for pop3 on my laptop, although I haven't upgraded it in several years and haven't had access to Usenet in about as long. It's always done threading and has pretty decent filtering so only get a handful of items in my inbox. Everything else is automatically filed in my 350+ folders.

      --
      Nothing worthwhile ever happens before noon
    14. Re:Resistance is Futile. You Will be Assimilated. by Jonner · · Score: 1

      So far the state of standalone clients compared to webmail is pretty dismal. I'm using Thunderbird now but I really miss a search function that works, as well as an addressbook that doesn't have arbitrary limitations such as a maximum of two email addresses per contact.

      Thunderbird's search certainly works, but it's not as good as Gmail's. Its conversations are also useful but not as nice as Gmail's. Those are the areas it could really stand to improve.

    15. Re:Resistance is Futile. You Will be Assimilated. by ciurana · · Score: 1

      Unrelated to the person who posted that he left Gmail -- just FYI.

      I've been running my own email servers since 1998. Between friends, family, a couple of small businesses, etc. my servers handle about 100 different email accounts (many friends from the Freenode IRC network). Here is my personal server evolution:

      * I went through sendmail, qmail, and Procmail (where I found joy since 2006 or )
      * POP3, then Courier IMAP -- stayed with Courier IMAP (2006)
      * Myriad of email clients, relied on Mail.app for about 18 months, then settled on Thunderbird around 2007 because it does what I expect it to do, and its bugs and quirks are predictable
      * Spam? I had some Internet service for a while that eventually got too expensive; SpamAssassin since 2007 -- I seldom see an ad
      * Content disposition? procmail back in the day, moved to maildrop in 2007 or 2008 -- I like recipes that are human-readable
      * ClamAV
      * Too many dumb attachments and a few non-tech users on the network? Anomy Sanitizer for attachments
      * Mail everywhere? My MacBook, iPhone, and Linux machines all do IMAP just fine (it broke on Windows 8 - they suck - I might dig the tweet later...)
      * Mail EVERYWHERE? SquirrelMail for a few years, then Round Cube which offers a similar UI and expected behavior to Thunderbird, no grief, Just Works

      Why not Gmail and Google Apps for Business?

      * Because other than patches (which my Linux servers handle almost automatically) I don't have to screw with email more than a couple of hours every 18 months or so, and I find it useful to once in a while look at the setup (usually when I deploy a new server)
      * Because I don't like Google snooping over every communication I have
      * I hate threading -- chronological message ordering, please
      * Folders are easier to grasp than labels
      * I suspect that "Trash" in Google just means it's moved elsewhere; I had some litigation (which I won fair and square) where the asshat lawyer for the other site wanted to go on a fishing expedition on my servers -- will Google cave and turn stuff over that was supposed to be "deleted"?
      * My servers has a retention policy articulated for all users, and it destroys logs and Trash messages periodically, without recourse
      * If you tell me you need it, you can have an encrypted Maildir setup too

      Given that RoundCube has excellent webmail features, for that reason alone I see no point in going to Gmail. The other reasons... to each their own.

      Cheers!

      --
      http://eugeneciurana.com | http://ciurana.eu
    16. Re:Resistance is Futile. You Will be Assimilated. by Antique+Geekmeister · · Score: 1

      That's a very reasonable point. It's certainly a common one for people who run their own systems. Google has apparently been good about resisting illicit searches, but they do seem to cooperate with legal searches. And a search that is legal can still be inappropriate. (The US Patriot Act is a good example of bad law.)

      The difficulty that has strongly reduced my desire for private email systems has been reliability. There are numerous difficulties. Backup and failover, with all traffic preserved, have been awkward.This also includes the bandwidth issues at remote sites, and the resistance to DDOS (distributed denial of service attacks) I've found it very effective to put up with their advertising, or pay a very modest fee for business service, for a service that has an uptime I've never seen in a private service. And I've _run_ or helped integrate and clean up literally dozens of such systems throughout my career.

    17. Re:Resistance is Futile. You Will be Assimilated. by heypete · · Score: 1

      Google offers a *great* service, for free (or now, for a very low price of $50/year if you're a small business).

      That's $50/year per user. Still not a bad price (particularly if you're a small business).

      However, when something goes *wrong* it can be very difficult to actually get Google to give you real honest-to-goodness end-user support.

      That's wait the $50/year per user gets you, in addition to more storage. The now-deprecated free version of Google Apps doesn't have support. The paid version does. Evidently they don't suck when it comes to support and fixing stuff that's broken.

    18. Re:Resistance is Futile. You Will be Assimilated. by Thumper_SVX · · Score: 1

      I went through almost the same process as you, and pretty much settled on the exact configuration you had up until a couple of months ago.

      While I was at VMworld I played with Zimbra in their hands-on labs and decided I wanted to check it out. When I found out that there's a free version available I figured that I would stand up a virtual machine and play with it. You know what? I liked it. It's a bit heavy being a Java app, but it integrates a really nice web interface with the same backend components I was running before; Procmail, Spamassassin and so on... and the web interface is a lot more capable than Roundcube, integrating calendar and contact stuff quite nicely. Once I discovered that I could also use "Z-Push" to create an unsupported but perfectly functional ActiveSync compatible front end... well I was sold right then. Sure, the Z-Push took a lot of trial and error, but once I got it working it just is slick as all get out. I have an iPhone, iPad and my Android phone all hooked up to it, as well as my son's aging Windows Mobile phone.

      I will say as a caveat though that you do have to be a bit careful; make sure you're using a supported OS and don't jump ahead on patching unless you've taken a system snapshot first (I had it break on an early version with Ubuntu 10... once I moved to the latest Zimbra and 12.04 I have had no problems with other patches either, but I am still a bit more gun-shy than I was with my self-bakes email server). Zimbra does have a lot of dependencies and though most of them are baked into the package (MySQL, Postfix, Spamassassin etc) any one of the others does run the risk of breaking stuff. Still, that's what snapshots are for.

      I must admit, I like the fact that I have this nice slick interface, my phone working and even database replication to a remote host thanks to using ZFS for my entire /opt filesystem and a script that replicates it nicely... plus I don't really have to do much to keep it running. I gave the box 2 cores and 4GB of ram, dialed down the swappiness and it just runs. With 10 average users it runs a load average of 0.25 or thereabouts most of the time... and as of right now has an uptime of 56 days. Oh, there's also a desktop client for Mac, Windows and Linux that basically works like an offline version of the web interface... it's not perfect but very usable for offline mail use.

  8. Webmail by tramp · · Score: 1

    Most people I know go the webmail route: Gmail, Hotmail etc. Personally I prefer Thunderbird with IMAP and because I run my own mailserver I also installed Zarafa for use on the road.

    1. Re:Webmail by couchslug · · Score: 1

      I prefer Thunderbird WITH webmail accounts. Best of both worlds.

      --
      "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
    2. Re:Webmail by the+eric+conspiracy · · Score: 2

      I just don't like the idea of my mail hosted on somebody else's server. The privacy implications are just not acceptable to me. Not to mention the amount of hacking that this attracts.

    3. Re:Webmail by allo · · Score: 1

      > webmail accounts
      you mean freemail accounts.

  9. pine & by Anonymous Coward · · Score: 1

    title says it all

    1. Re:pine & by kthreadd · · Score: 1

      Pine is good, but I would recommend alpine over it. Pine has been discontinued for many years now and has license issues, development has more or less stopped on alpine as well but has a lot of important features missing in pine like at least som support for Unicode.

    2. Re:pine & by costing · · Score: 1

      Missing points today ... But please mod parent up, even if myself I use TB and cry in frustration when it slowly draws on getting the focus back, I know quite a lot of people that use pine everywhere, even on Android phones via ssh ... If there's one mail client that will outlive all others, it is pine ...

    3. Re:pine & by bipbop · · Score: 1

      I recommend realpine.

      By the way, I refer to realpine as pine, and I suspect at least some other people do the same. It feels like referring to vim as vi. It's less precise, to be sure, but it doesn't feel wrong.

  10. Thunderbird by Bitsy+Boffin · · Score: 5, Informative

    Thunderbird does a perfectly fine job of handling email for most users. It handles a decade or more of email for me, in a number of imap accounts for different addresses, totalling perhaps 6 to 7 gig of mail, without any problem at all.

    What exactly is it about TB that is not capable of handling your need?

    If an email client already does what you need, is complaint about slower development valid, or is it just wanting change for change sake.

    --
    NZ Electronics Enthusiasts: Check out my Trade Me Listings
    1. Re:Thunderbird by mcloaked · · Score: 1

      Have you tried composing an html mail in Thunderbird? - and changing the font in the compose window? - it often produces a real mess with unwanted incorrect fonts. That bug has been around for many years and never got fixed. Thunderbird is currently the best on offer but it is not perfect and quite a lot of bugs remain that will likely never get fixed.

      --
      mike c
    2. Re:Thunderbird by mcloaked · · Score: 1

      One other thing that Thunderbird is bad at is handling large numbers of emails in a folder - it uses mbox for internal storage which is inefficient in the extreme when very large amounts of mail have to be handled - there has been some token effort to find a thunderbird-specific form of maildir that was being coded but it never got to the mainstream and is not in any current version as far as I know - maybe the casual user doesn't know or doesn't care about this - but if you have used Thunderbird to handle large volumes of mail in a folder you will have seen the problems that arise.

      --
      mike c
    3. Re:Thunderbird by udippel · · Score: 1

      Me too. But perfect?? Search is long, if not lengthy. Does it provide the features that our Exchange server offers? Did it not slow down significantly with and after 3.0? Yes, here it still does. For some years now I have been getting used to sometimes waiting 10 seconds or more for a (e.g.) 7kB mail coming in. What's it doing there?

      I for one would love a client that is as capable as Google online mail. It must be possible to be even better, since all data are local. Yes, I'm waiting impatiently for that client.

    4. Re:Thunderbird by thetoastman · · Score: 1, Interesting

      And you are composing mail in HTML, why? I read all of my mail as plain text. If you've done some fancy formatting in HTML to call attention to a particular point, I won't see it.

      Try organizing your text in a clearer fashion. Try using lettered or numbered points. Even dashes for underscores work as long as you are not reading / writing in a proportional font.

      If you cannot tell by now, I really dislike HTML mail. Use plain text, you'll know how it looks for everyone, it's lighter in weight, and doesn't distract from the information you're trying to send. Besides, many mailing lists discourage if not expressly prohibit HTML mail.

      / I know, get off my lawn
      // Seriously, HTML is for web pages, text is for email

    5. Re:Thunderbird by mcloaked · · Score: 1, Insightful

      HTML email has a function for passing data tables and not just to change the appearance of the email. In a corporate environment replying to html mail and altering a table you have received to pass on an edited table is a standard requirement. If you are sending mail to a person who has vision problems then changing fonts and colours can be very valuable too - so there can be very good reasons to compose html mail.

      --
      mike c
    6. Re:Thunderbird by Anonymous Coward · · Score: 1

      > If you are sending mail to a person who has vision problems then changing fonts and colours can be very valuable too

      People with vision problems will already have their mail client set to a large easy to read font. Forcing html fonts onto them may make the text unreadable to them. Html mail in this case is a disservice to the recipient.

      If you are passing them a table of data they should be able to edit and return to you, then include an attachment of the proper document type.

    7. Re:Thunderbird by Anonymous Coward · · Score: 1

      Oh my god...

      After reading your post about HTML email, I realized how *lucky* I was to get out of system administration when I did.

      You sound exactly like I did, back when I was sporting the goatee and beer gut.

      Wow, that was close! ;-)

    8. Re:Thunderbird by Threni · · Score: 2

      > And you are composing mail in HTML, why? I read all of my mail as plain text.

      Do you buy chicken? Why? I'm a vegetarian.

      Uh..who gives a shit, mate. Keep your opinions to yourself. He wants to compose email in HTML, ok?

    9. Re:Thunderbird by Malc · · Score: 1

      What exactly is it about TB that is not capable of handling your need?

      As I said in another thread: the limit of two email addresses per contact and mbox format. The HTML editing is poor too compared with other modern MUAs. Glad it's working for you though. I will stick to just using it for my webmail when I'm offline. I started using it again for this six months ago after a break of four years, and it felt like a regression more like ten years. I can't believe I'm saying this, but even Outlook is a million times better these days.

    10. Re:Thunderbird by Anonymous Coward · · Score: 1

      That's the stupidest shit I've ever heard, laughable to call that a standard requirement. In my whole career I've never seen anyone passing HTML data tables. Users attach spreadsheet files instead!

      People with a vision disability prefer styles switched off/plain text, it works better with accessibility tools such as screen magnifiers and text-to-speech.

      Summa summarum there's no good reason for HTML mail.

    11. Re:Thunderbird by The+Moof · · Score: 3, Informative

      In a corporate environment replying to html mail and altering a table you have received to pass on an edited table is a standard requirement.

      I have never seen this happen. If people are passing data around, I typically receive Excel files, not tables within HTML.

      If you are sending mail to a person who has vision problems then changing fonts and colours can be very valuable too

      This should most definitely be done in the recipient's client, not in the message's composition. Not to mention other accessibility problems in which the HTML content isn't even used - their accessibility software uses the plain text version of the message.

    12. Re:Thunderbird by ReptileQc · · Score: 1

      I guess results may vary.

      Despite the lack of an easy way to sync contacts, calendars and others with a smart phone which may be a show-stopper for some, Thunderbird is an overall excellent mail client. The funniest thing, is that my two main "selling" points with Thunderbird are exactly the speed at which the searches are executed and returned (which in my experience are so much faster in Thunderbird than in Outlook that I can't believe people Microsoft doesn't improve their software). The resulting behavior is that nobody typically uses the search in Outlook, they simply rather sort their inbox by sender, press the first letter of the sender and then scroll until they reach it. Not the most efficient way in my opinion.

      The other killer feature for me in Thunderbird is a recent one, when a large file is attached to an email, a notice will show up at the bottom and will ask you to use the Filelink feature which will basically use UbuntuOne, Box.com and another service to automatically store and link files using one of these services. It is really a life saver for average non-geeks users which can seem to make a distinction between a 75k thumbnail JPG file and a 150 megs PDF catalog with pictures.

      My typical user (used to) uses Outlook on a standalone computer using POP3 hosted on a third party company. No exchange. So if you want to compare apples and apples, I would say Thunderbird is faster at indexing, searching and display results than standalone Outlook. Maybe you are using Exchange in your example with the searches being indexed and returned from the server resulting in a faster execution?

    13. Re:Thunderbird by ReptileQc · · Score: 1

      Also worth mentioning, Thunderbird is free. Exchange/Outlook are no. Plus using Outlook in an IMAP environment as always been a pain since it has to create an additional data file (so a different "tree" hierarchy in the folder view distinct from the main one) because the IMAP data file can not be used as a "default" delivery. Outlook will then maintain his own main data file on top of the IMAP one resulting in non-imap SENT and JUNK folders for example.

      I believe that is accurate information on at least Office 2007 maybe even in 2010. It might be possible to tweak the settings and make it work more seamlessly but that's the default behavior when you add an IMAP gmail account for example. You don't have to deal with those annoyances with Thunderbird.

    14. Re:Thunderbird by Waccoon · · Score: 1

      What exactly is it about TB that is not capable of handling your need?

      In my case, it's buggy as hell.

      Quick example: I found out the hard way that changed account defaults would take effect right away, but the GUI would not properly show the new settings until the program is restarted. If the GUI can so easily become decoupled from what's going on internally, that does not inspire confidence.

      I've tried it a few times over the years, and found it to be stable, but it has a LOT of glitches and design issues that never get fixed. I think people use it because there's noting out there (among GUI-based clients) that's much better. It is certainly not a very good program in its own right, though.

    15. Re:Thunderbird by Bing+Tsher+E · · Score: 1

      A person with vision problems should be changing the default font in their email client. Not relying on those around them to send messages in an large HTML font.

    16. Re:Thunderbird by spetey · · Score: 1

      For some years now I have been getting used to sometimes waiting 10 seconds or more for a (e.g.) 7kB mail coming in. What's it doing there?

      Yeah, I too wonder about those long waits. In basic functionality it feels like Thunderbird has gone backwards in the last few years.

      Worse, a recent fresh install insisted on guessing spam, and the default is apparently to whisk the fresh, uninformed guesses to Junk automatically, instead of showing me its guesses. That sent tons of false positives - mostly emails from anxious students - out of my sight for a week. (Sure, that week was nice ... but after, not so much.)

      I've been a fan of Thunderbird for a long long time, but my eyes have started to wander - and I have to agree with the OP that there aren't better prospects at the dance.

    17. Re:Thunderbird by Dr.+Evil · · Score: 1

      I have never seen this happen. If people are passing data around, I typically receive Excel files, not tables within HTML.

      To counter your anecdote, I've been using inline tables in corporate email since 1997. Just because you haven't seen it, doesn't mean it's not daily practice in other offices.

  11. They have improved... by Anonymous Coward · · Score: 1

    Improvements are happening to your webmail all the time, it's just they are for the advertisers and buyers of your personal data ;)

    1. Re:They have improved... by Tough+Love · · Score: 5, Insightful

      Improvements are happening to your webmail all the time, it's just they are for the advertisers and buyers of your personal data ;)

      Now Google sends ads to your Gmail inbox, and claims you opted into that. You can go to settings and turn it off, but then it displays ads at the top of the screen. This is obviously going to get worse and worse. Like Youtube, where ad infestation is nearly intolerable already and rapidly deteriorating. And it is just downright creepy when Google snoops my mail and runs the same pushy, stupid ad in Youtube over and over. Moral: there is no such thing as a free lunch. Second Moral: if it sounds too good to be true, it probably is. Third Moral: the writing is on the wall, the way of Google is the way of pain for the average netizen. Something needs to be done. Not sure what. Google is rapidly becoming what Microsoft always wanted to be: proprietor of the internet. We're probably saved from a worse fate if Microsoft or horrors, Apple managed to secure that position, but it's still bad. This kind of infrastructure needs to be a kind of commons like the highways, power grid, sewage system and so on. A life under the gaze of Google, dancing on Google's string, is just not a life I can accept, and by now it is abundantly clear, that is just where this is all heading, veneer of benevolence notwithstanding.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    2. Re:They have improved... by hduff · · Score: 1

      Now Google sends ads to your Gmail inbox, and claims you opted into that. You can go to settings and turn it off, but then it displays ads at the top of the screen

      I never see any of that, but I use Adblock.

      --
      "I believe in Karma. That means I can do bad things to people all day long and I assume they deserve it." : Dogbert
    3. Re:They have improved... by DogDude · · Score: 1

      Wow. How about just saying, "You get what you pay for"?

      --
      I don't respond to AC's.
    4. Re:They have improved... by Grishnakh · · Score: 3, Insightful

      Now Google sends ads to your Gmail inbox, and claims you opted into that. You can go to settings and turn it off, but then it displays ads at the top of the screen.

      That's the price you pay for having a free service where they house gigabytes of your email for you and give you instant access to it from any device, with 5-9s reliability.

      The catch is, whenever you access it with a web browser using the standard web interface, there's nothing stopping you from blocking the ads with AdBlock Plus. So no, it's not going to get "worse and worse", as long as they have a web interface. They'd have to disable the web interface and force everyone to switch to a closed-source proprietary client application, and that's never going to happen.

      Complaining about ads on Gmail makes about as much sense as complaining about pop-up ads. I can't remember the last time I saw one of those, thanks to pop-up blockers.

    5. Re:They have improved... by Tough+Love · · Score: 1

      How about just saying, "You get what you pay for"?

      It's worse than that. You get hooked on the loss leader then when you realize there is no way out of a trap, it's too late. Note that I'm not saying I know the way out, just that I know it's a trap. A shiny, free, useful trap, but a trap all the same.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    6. Re:They have improved... by icebraining · · Score: 1

      I never paid anything for the thousands of OSS projects I have available, yet they don't spy on me or serve me ads.

    7. Re:They have improved... by ThatsMyNick · · Score: 1

      The problem is, they are making it worse every year, and it is difficult to change my email address. So many people have my gmail address that, I would never want to lose my gmail account. This sort of hook and exploit should be illegal.

    8. Re:They have improved... by adolf · · Score: 1

      If your email address is important to you, long-term, then it behooves you to ensure that it withstands the failure of all of the different providers that make it happen.

      My important email address (not listed above) is on a domain that I own through an independent registrar. So if Google (or whoever) want to treat me badly, I can just go somewhere else.

      This "privilege" costs me about $10 per year for the domain, and I can point the MX entries wherever I feel like.

      (Meanwhile, it's not as hard to change an email address w.r.t. the rest of the world. I've done it a few times, and the drama was very limited.)

    9. Re:They have improved... by hazem · · Score: 1

      So many people have my gmail address that, I would never want to lose my gmail account.

      Well, they currently have pretty decent forwarding. I have my gmail account forward all mail to another account, and that's been working for years. Even better (for me), it still filters the spam before forwarding it.

      It's a pain to change emails, to be sure, but you could always set up with something you prefer, forward from gmail to it, and then get people to change your address.

    10. Re:They have improved... by Tough+Love · · Score: 1

      Intrusive ads are the least of my worries. The creepy snooping is just not something I can accept in the long run. Google might be more trustworthy than Microsoft or Apple, but I still don't feel that is very trustworthy.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    11. Re:They have improved... by flyingfsck · · Score: 1

      "yet they don't spy on me or serve me ads". Aparently you haven't used Ubuntu lately.

      --
      Excuse me, but please get off my Pennisetum Clandestinum, eh!
    12. Re:They have improved... by icebraining · · Score: 1

      Every day, but only at my workplace and we're still on 12.04.

    13. Re:They have improved... by lsatenstein · · Score: 1

      Improvements are happening to your webmail all the time, it's just they are for the advertisers and buyers of your personal data ;)

      Now Google sends ads to your Gmail inbox, and claims you opted into that. You can go to settings and turn it off, but then it displays ads at the top of the screen. This is obviously going to get worse and worse. Like Youtube, where ad infestation is nearly intolerable already and rapidly deteriorating. And it is just downright creepy when Google snoops my mail and runs the same pushy, stupid ad in Youtube over and over. Moral: there is no such thing as a free lunch. Second Moral: if it sounds too good to be true, it probably is. Third Moral: the writing is on the wall, the way of Google is the way of pain for the average netizen. Something needs to be done. Not sure what. Google is rapidly becoming what Microsoft always wanted to be: proprietor of the internet. We're probably saved from a worse fate if Microsoft or horrors, Apple managed to secure that position, but it's still bad. This kind of infrastructure needs to be a kind of commons like the highways, power grid, sewage system and so on. A life under the gaze of Google, dancing on Google's string, is just not a life I can accept, and by now it is abundantly clear, that is just where this is all heading, veneer of benevolence notwithstanding.

      I opted for yahoo.com mail and paid the annual fee to eliminate many, if not most adverts. I now get more adverts via youtube than via any other internet facility. Still, yahoo.com for $20 per year is less than 10 cents per day and for significantly reduced adverts is great.

      --
      Leslie Satenstein Montreal Quebec Canada
    14. Re:They have improved... by Grishnakh · · Score: 1

      unwanted mandatory feature churn

      This is a good point here, and to me personally is my #1 complaint about Gmail, namely their unwanted UI changes. Maybe someone will come up with a Greasemonkey script to fix them, but free developers seem to concentrate a lot more on things like ad-blocking than stuff like this.

      obstinate lack of GnuPG or S/MIME support

      This is a very unfortunate subject; it's not just Gmail that doesn't support GnuPG, it's pretty much everyone. Sure, some of the F/OSS email clients support this excellent feature, but that's it, and more importantly, it doesn't matter if your client supports it if all the people you communicate with don't use such clients. So, you might be able to exchange encrypted emails with your one Linux- and GnuPG-using friend (because lots of Linux users don't use it either), but that's it. It's really a shame this didn't catch on more; it would have made a lot of sense for sensitive business communications, for instance, but businesses don't bother, they just make their employees put some stupid legalese in their signature block saying "you're not allowed to read this if this email wasn't directed to you", like that's going to be any real protection from prying eyes.

  12. What else does a mail client need to do? by kent_eh · · Score: 3, Insightful

    What features does a mail client need that the existing ones don't already have?
    I'd rather have a relatively lean (read fast) client that performs it's core function very well, rather than a monstrosity that does a thousand things in a kinda half-assed way.

    --

    ---
    "I can't complain, but sometimes still do..." Joe Walsh
    1. Re:What else does a mail client need to do? by sylvandb · · Score: 1

      I'd rather have a relatively lean (read fast) client that performs it's core function very well, rather than a monstrosity that does a thousand things in a kinda half-assed way.

      You mean like mutt or just basic file system access with cat, awk, base64, w3m and less?

      Or do you really mean that you want core function plus your feature set, and you don't want to be bothered by or care what other people want?

    2. Re:What else does a mail client need to do? by VortexCortex · · Score: 1

      I'd rather have a relatively lean (read fast) client that performs it's core function very well, rather than a monstrosity that does a thousand things in a kinda half-assed way.

      I'd rather have a system that provides an API to its core functions, and also loads plugins to provide additional functionality so that we can make it as lean or monstrous as we like. That's what Thunderbird does, but occasionally it will need updates due to the demands of said plugins or exploits in core features.

    3. Re:What else does a mail client need to do? by WhatAreYouDoingHere · · Score: 1

      I'm all for that! How about elm (or if you want to get real fancy, pine)?

      --
      "What are you doing here, Elijah?"
  13. or another way... the arch way by ronaldo1 · · Score: 1

    pacman -S mutt

  14. KMail by spacenet · · Score: 1

    It works fine for me at least, though it loads a bit slow. Has all the features you describe except calendar integration, but you can get that by using Kontact (which gives access to both Kmail, calendar and contacts in the same interface). Integrates with KDE address book, syncs with Google contacts/Google Calendar, PGP+S/MIME encryption/signing, modern UI, import/export, Sieve rules editor, modern UI (threaded message list, though no Gmail-like threading).

    1. Re:KMail by Rob+the+Bold · · Score: 2

      It works fine for me at least, though it loads a bit slow. Has all the features you describe except calendar integration, but you can get that by using Kontact (which gives access to both Kmail, calendar and contacts in the same interface). Integrates with KDE address book, syncs with Google contacts/Google Calendar, PGP+S/MIME encryption/signing, modern UI, import/export, Sieve rules editor, modern UI (threaded message list, though no Gmail-like threading).

      KMail developers and maintainers seem hellbent on breaking existing functionality every few versions. And by break, I mean stuff like "delete all your old mail" and "make your mail go away after version upgrade, maybe forever, maybe just a few weeks". If you've avoided these issues in your upgrades, you've been lucky -- so far. Akonadi and Nepomuk, whatever the hell those are, really aren't ready for prime time. As such, KMail has gotten too "alpha quality" to use in such mundane, critical, production work as -- well -- email.

      --
      I am not a crackpot.
    2. Re:KMail by unixisc · · Score: 1

      I last tried KMail under KDE 3.5, and it had POP, but not IMAP support. Result was me losing all my mail that was in the cloud, since it all got downloaded and deleted. Kmail didn't even have the 'leave a copy on server' option.

      Does anybody know what KMail's status is now?

    3. Re:KMail by lbbros · · Score: 2

      Actually, after getting out in (very rough shape) in 4.7, KMail got a new maintainer, and he's been fixing bugs and improving things like crazy (look at the commits by "montel").

      Also other people have been working on other parts of the infrastructure and there are more fixes on the way.

      Lastly, you're putting together two things unrelated to each other: Akonadi is a local cache for PIM data (contacts, mails, calendars...), while Nepomuk is a framework used to organize data semantically (and used a lot in other bits of the KDE platform), which is used in Akonadi to store mail and contact data for searching.

      --
      A CC-licensed illustrated horror novel
    4. Re:KMail by Rob+the+Bold · · Score: 1

      Lastly, you're putting together two things unrelated to each other: Akonadi is a local cache for PIM data (contacts, mails, calendars...), while Nepomuk is a framework used to organize data semantically (and used a lot in other bits of the KDE platform), which is used in Akonadi to store mail and contact data for searching.

      To tell you the truth -- and I don't mean this in a mean or snarky way -- I just don't care what they do, except that they appear in error messages, apparently break KMail, and they aren't (or at least weren't last time I checked) ready for production use. From the user perspective, Akonadi/Nepomuk is an error generating system that has something to do with searching/indexing. An email client is just something I use, not something i'm interested in debugging or even understanding in-depth.

      I am glad to hear about the new maintainer. A couple releases too late, but better than never, I suppose.

      --
      I am not a crackpot.
  15. Going nowhere by MichaelSmith · · Score: 1

    Claws kept losing its configuration on ubuntu so I went back to sylpheed but that integrated badly with unity so now I am using thunderbird but it is full of bugs even after however many years of development. So yeah, pretty crap.

    1. Re:Going nowhere by minderaser · · Score: 1

      I'd say that's some problem with Ubuntu, not Claws. I've been using Sylpheed/Claws ~10 years and never had that problem.

  16. Kontact/KMail by blackpaw · · Score: 2

    Covers all the request features. However since the move to akonadi it does have a terrible reputation for bugginess, unrelalibility and resource hogging, unfortunately a not undeserved one.

    However it has been improving steadly, even drastically since kde 4.7. I've been using it as my primary even despite the problems because when its working :) it is just so good. Fantastic integration with KDE, really good handling of multiple accounts and identities. PGP & SMIME, integration with Google calendar and contact, as well as other 3rd parties. An open plugin system for extending it. And it looks *really* good, the perfect blend of functionality and sexiness - when its working :)

    I just upgraded to KDE 4.10 Beta 1 (via Kubuntu raring). There seems to be another qualitive improvement in reliabilty. Akonadi hogging the CPU seems to be fixed. Message searches are working - full text content and attributes.

    There's still progress to be made, but its made huge steps and I finally feel confident in saying Kontact is back and will make it. The developers have the feature sets done and are just focusing on bug fixing now.

    1. Re:Kontact/KMail by mcloaked · · Score: 1

      I am looking forward to using kmail again - currently I can't import my s/mime certificate because of a bug in gpgsm but that has a fix that will be available to me in a few days and then I can check it out for signed/encrypted email. Yes the combination kontact/kmail I used to use in KDE when it was version 3 but since the initial move to KDE4 I abandoned KDE until about a year ago when KDE4 became usable again - with KDE 4.8 and later it is my favourite Desktop Environment and with the latest KDE 4.9 stability release it is generally working very well - hopefully with the release of KDE 4.10 Kontact/Kmail will be workable and your comments above are encouraging.

      --
      mike c
    2. Re:Kontact/KMail by overshoot · · Score: 1

      However it has been improving steadly, even drastically since kde 4.7.

      But it's still slower than an arthritic sloth on sopors. Which doesn't seem to even be on the developers' radar.

      --
      Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    3. Re:Kontact/KMail by blackpaw · · Score: 1

      Its quite snappy for me.

      Devs are working on these issues. Broken functionality and bugs get the highest priority, but speed issues are most definitly being looked at.

    4. Re:Kontact/KMail by Rob+the+Bold · · Score: 1

      However it has been improving steadly, even drastically since kde 4.7.

      But it's still slower than an arthritic sloth on sopors. Which doesn't seem to even be on the developers' radar.

      If you think it's slower than a sloth on sopors now, wait for the version shipped with Kubuntu 13.10, Soporfic Sloth.

      But I could live with the speed and the occasional hiccups if I thought that my email would still be there after a version upgrade.

      --
      I am not a crackpot.
  17. Exchange access would be nice by scottbomb · · Score: 1

    I have yet to find a Linux email client that supports it, although my Android phone does it just fine. I tried Evolution once. Initial setup was most interesting. It wanted me to fill out fields with single character labels (???). Googling yielded little more than instructions that were years old and outdated for the newest version. I still don't know what it wanted and it crashed as I was guessing. It was immediately deemed worthless and uninstalled. When I'm using Linux, I'm using Thunderbird, but I can't access my school's email server because Thunderbird can't do Exchange.

    1. Re:Exchange access would be nice by grnbrg · · Score: 4, Informative

      When I'm using Linux, I'm using Thunderbird, but I can't access my school's email server because Thunderbird can't do Exchange.

      http://davmail.sourceforge.net/

      grnbrg.

    2. Re:Exchange access would be nice by scottbomb · · Score: 1

      Very interesting, thanks!

    3. Re:Exchange access would be nice by shinzawai · · Score: 1

      Politely ask your school's SysAdmin to enable and support IMAP.

    4. Re:Exchange access would be nice by gauauu · · Score: 1

      . When I'm using Linux, I'm using Thunderbird, but I can't access my school's email server because Thunderbird can't do Exchange.

      I've been using Davmail to solve this issue -- basically a background process that connects to exchange, and translates to common protocols such as calDav, Imap, ldap, etc (so that you can then use Thunderbird/etc). It's not perfect, but it's pretty close.

    5. Re:Exchange access would be nice by grnbrg · · Score: 1

      "I'm sorry, our supported clients are Outlook, ActiveSync for mobile devices and Outlook Web Access. You're running Linux? OWA works fine in Firefox. If you can make a business case for it, we will activate IMAP for your account. 'I want to run Thunderbird.' is not a valid business case."

      Also: Davmail handles calendaring really well. About the only thing I haven't been able to do is add a shared calendar that another co-worker has given me access to.

      grnbrg.

    6. Re:Exchange access would be nice by grnbrg · · Score: 1

      ... and I *am* one of the system admins at my organization (a university), and I am part of the transition team from sendmail to Exchange, so I know the Exchange admins really well. That is the response that has been mandated that we give to people asking for IMAP access.

      One of the few acceptable business cases so far has been a department that had several functional accounts that would be polled by fetchmail scripts that would read a message from the Inbox, detach the attachments, do some processing on them, and then leave them in a (unix) directory to be verified and acted on by a person. Rebuilding this process to use Exchange directly was deemed infeasible. :) They had IMAP turned on for two or three accounts.

      grnbrg.

    7. Re:Exchange access would be nice by unixisc · · Score: 1

      I have yet to find a Linux email client that supports it, although my Android phone does it just fine. I tried Evolution once. Initial setup was most interesting. It wanted me to fill out fields with single character labels (???). Googling yielded little more than instructions that were years old and outdated for the newest version. I still don't know what it wanted and it crashed as I was guessing. It was immediately deemed worthless and uninstalled. When I'm using Linux, I'm using Thunderbird, but I can't access my school's email server because Thunderbird can't do Exchange.

      This!

      In particular, one thing I love about the Outlook/Exchange combination is the ability to recall unread mails. After all the years Sendmail has been around, one would think that it would have built in support for this feature, but unfortunately no. But yeah, it would be nice if one of the e-mail clients for Windows that supports Exchange were ported to Linux, so that this feature could be had. Or better yet, if Sendmail or any other E-mail server such as IRedMail (available on both Linux & BSD) can get this capability, that would be fantastic.

    8. Re:Exchange access would be nice by Shadowmist · · Score: 1

      When I'm using Linux, I'm using Thunderbird, but I can't access my school's email server because Thunderbird can't do Exchange.

      http://davmail.sourceforge.net/

      grnbrg.

      That's interesting. on my iPhone, I set up my GMail account as Exchange so my contacts and calendars would sync. I'll have to give this a try on my desktop.

  18. Switched to a webclient, never looked back by FlyveHest · · Score: 1

    About two years ago, I had been stalwarthily been using Eudora, and could not imagine ever changing from a desktop-based client.

    But then Eudora started to show its age (specifically, problesm with SSL certificates), and I started to look around for other alternatives, and found none what so ever.

    I dug into a webclient, Roundcube, and have never looked back since, and so have a lot of my friends, so yes, i'm definately thinking that the desktop-based client is dying.

    1. Re:Switched to a webclient, never looked back by czth · · Score: 1

      Perhaps if any webmail client handled gpg encryption securely, I'd consider it. None do.

      Pick the one you otherwise like best and start a conversation about it in their forums, or (if you write code) offer to contribute? Or perhaps chip in some cash to someone willing to fix the problems you identified?

    2. Re:Switched to a webclient, never looked back by bWareiWare.co.uk · · Score: 1

      What is wrong with http://getfiregpg.org/s/home

  19. I want to like KMail by overshoot · · Score: 1

    I've been using it since KDE 1.1, after all. But I don't know what gives with it any more.

    It used to be the compatibility champ -- all of its message stores were open format. Now it's all stashed in a binary database.
    It used to be blinding quick. Now it takes minutes to switch between one local folder and another.
    It used to update flawlessly, but the last couple of upgrades have hosed the previous mail repositories and anything that wasn't backed up offline was gone.

    KMail has some very nice features (including excellent spam filters) but the usability factor is heading for zero real fast. If there were a decent alternative that doesn't have the same problems I'd switch in a heartbeat.

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    1. Re:I want to like KMail by marcosdumay · · Score: 1

      It used to be the compatibility champ -- all of its message stores were open format. Now it's all stashed in a binary database.

      It uses a "maildir like" exclusive format, but it is textual, not binary, and well, it's maildir like what means that translating into a proper maildir isn't too hard. Now, it would be better if it could use a proper maildir folder, and share it with other readers. But it isn't realy the end of the world.

      It used to be blinding quick. Now it takes minutes to switch between one local folder and another.

      It was never quick for me.

      It used to update flawlessly, but the last couple of upgrades have hosed the previous mail repositories and anything that wasn't backed up offline was gone.

      And that is the real show stopper. My experience is that it simply doesn't work anymore.

      It's a shame, because KPim was getting great. It was integrating the entire DE with it, that had a lot of potential. But then, at KDE4 they changed their plans.

  20. Re:properly functional mail client by loufoque · · Score: 1

    Too arcane to use.

  21. Evolution. by Raven42rac · · Score: 1

    Having tested many, my current vote is for Evolution. Mostly because it can do RPC over HTTPs and talk to Exchange 2003 and later email servers. Which is kind of a big deal.

    --
    I hate sigs.
  22. little functional change by Culture20 · · Score: 1

    Thunderbird has moved to monthly releases, which are more maintenance releases containing security fixes but little functional change â" and little new development.

    You know what else hasn't had much functional change in a while but I still use regularly? Wow, that really sounds like the beginning to a "your mom" joke. But I digress. I'm talking about furniture. Tables, wooden chairs, desks. Bookshelves too. To bring it back around to written communication, my postal mailbox hasn't upgraded in the past T-bird release cycle. When something's not broken, don't fix it.

    1. Re:little functional change by mcloaked · · Score: 1

      Have a look at the mozilla bug pages - there are plenty and many never get fixed

      --
      mike c
    2. Re:little functional change by efitton · · Score: 1

      Personally I would be more inclined to use Thunderbird if they had stopped developing years ago. They started stealing short cut keys that had been in use since Netscape 3.0. Their "fix" (or rather "not broke / won't fix") to an unreadable client was to install and unspecified and unsupported theme. Their "fix" (or rather "not broke / won't fix") for those of us who need to manually configure settings was to unplug / turnoff wireless and wait five minutes for the wizard to give up. The more I looked at it the more I became convinced that a previously solid email client had become kludgy by design and hostile to its users.

      http://www.jwz.org/blog/2011/07/kids-today/ Is an interesting read about some issues but there are scads more.

  23. Still Haven't Found One I Like by Greyfox · · Score: 1
    My favorite E-Mail client in the past couple of decades has been Gnus, written in Elisp and running in Emacs. The only thing that keeps me from using that or its little brother, vm, is that my mail spools always seem to eventually end up getting corrupted and completely deleted with them. I keep a lot of really useful information in E-Mail and having messages around from a year (or several years) earlier has really saved me a lot of trouble several times now. I could just sync a backup somewhere, but other mail clients don't suck quite enough for me to bother setting all that up.

    I'll tell you what, though, kill that entire thread about the company holiday party from one E-Mail in the middle of the thread and you'll realize just how nice good threading features really are. And just how primitive all current mail clients are, comparatively...

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    1. Re:Still Haven't Found One I Like by jonadab · · Score: 1

      > my mail spools always seem to eventually end up getting corrupted

      Which backend are you using?

      I've never had a problem with nnml (except in cases of hard drive failure, of course).

      --
      Cut that out, or I will ship you to Norilsk in a box.
  24. I've been wondering the same thing by js33 · · Score: 1

    At the moment it looks like email client support is dead â" Are too many users moving into web mail and the cloud instead of having a properly functional mail client on their desktops?"

    I, too, am looking for decent e-mail client support, and I think you hit the nail on the head here. There is a lot of pressure this way in any case. Spam filtering has become "too" effective, and now GMail, Yahoo, et al. want us to look at "unobtrusive" ads along with our e-mail. I really tire of "the cloud" and the concomitant expectation that I should sacrifice what little is left of my privacy to Big Data and ever more intrusive marketing analytics just to read my e-mail.

    Thunderbird was a mature product not in need of drastic innovation or indeed much of anything but "maintenance," but unfortunately its creators ruined the manual account configuration interface before dropping support for the product. I don't know if it's been fixed in the mean time because I left for claws-mail.

    Expecting us to use webmail doesn't cut it. The truth is we don't have a decent web browser in the free software world either. I am not a fan of Firefox: crash-and-restore-tabs makes for a horrible garbage collection algorithm, but I find the web unusable without the equivalent of AdBlock Plus, Ghostery, and NoScript, and moreover I am neither willing nor able to run Adobe Flash on OpenBSD.

  25. thunderbird has the same problem as firefox... by IpSo_ · · Score: 1

    thunderbird has the same problem as firefox, the UI is horribly slow its almost unusable.

    I use Thunderbird because its the only real email client in Linux with decent calendar integration that isn't Evolution (which itself has both eaten email and crashed several times to the point where it won't start again without having to clear out all my settings and start fresh).

    Thunderbird with IMAP and the lightning extension installed routinely (like 20x per day) locks up for 5-10 seconds and shows wrong messages (or no message) when quickly switching between new emails. If they actually used multiple threads/processes for the UI so it respond to user interaction while doing other things it would be much better.

    --
    Open Source Time and Attendance, Job Costing a
    1. Re:thunderbird has the same problem as firefox... by the+eric+conspiracy · · Score: 1

      What kind of mail store are you using? I have an IMAP server running on an ATOM processor with over 10 years of email on it and I certainly don't find running Thunderbird as a client to be slow at all.

    2. Re:thunderbird has the same problem as firefox... by mrt_2394871 · · Score: 1

      Thunderbird with IMAP and the lightning extension installed routinely (like 20x per day) locks up for 5-10 seconds and shows wrong messages (or no message) when quickly switching between new emails.

      Check if it's caching the calendar feeds. If it is, turn the caching off. That should solve the lock-ups.

  26. Kmail by nurb432 · · Score: 1

    Works fine for me. But yes, everyone is moving to cloud. I have even considered doing this, and i store my mail locally. Why drag a fat client around with me everywhere?

    --
    ---- Booth was a patriot ----
  27. All mail clients suck. This one just sucks less. by tqk · · Score: 4, Insightful

    Don't be an idiot, KISS. Use mutt.

    --
    "Tongue tied and twisted, just an Earth bound misfit ..." -- Pink Floyd.
  28. Current state of IMAP4 and SMTP? by Pf0tzenpfritz · · Score: 1
    Current state of IMAP4 and SMTP - same as ten years ago?

    So what new, shiny features do you expect an e-mail client to provide? Don't fix it, if it's not broken. Thunderbird, Evolution, claws are all fine. The only differences are the way they will archive, sort or filter mail - and more or fewer things not strictly email-related.

    --
    Oh, the beautiful gloss of greality!
  29. mutt by Sadsfae · · Score: 1

    I'm still using mutt here, and vim as my editor plus offlineimap + notmuch (for indexing/searching).
    Once you learn the hotkeys it's much more efficient than any GUI MUA, and the notmuch indexing
    functionality is worth it's weight in gold to me. I tend to get several hundred emails a day, the bulk of
    which are neatly filed into IMAP folders inside offlineimap and nicely indexed by notmuch.

    mutt itself is endlessly configurable, for people who are intent on sending HTML email
    there are numerous ways to dump it back to TXT (which all email should be in). Say NO to HTML email, people.

    http://notmuchmail.org/
    http://offlineimap.org/
    http://upsilon.cc/~zack/blog/posts/2011/01/how_to_use_Notmuch_with_Mutt/

    --
    Have a squat over at the hobo house.
  30. Claws by markdavis · · Score: 2

    I and my 150 users use Claws-mail at work (for years). Before that, we used Sylpheed (for even more years). Before moving from Sylpheed to Claws, we researched all available options carefully. Just from memory- Thunderbird was hard to customize and clumsy. Evolution was even harder to centrally control, was bloated, and performed horribly. Kmail was too complex and tied too much to KDE (which we were/are not using). Thunderbird was our second choice, but Claws seemed like the best option.

    Claws is extremely fast, reliable, feature-packed (especially with the plugins), mature, flexible, and performs well on thin clients. On the original poster's list, the only thing it does NOT do is compose HTML Email (at least not that I am aware of) and I consider that inability a feature :) It can, however, display it fine using a plugin. And it will nicely convert them to plain text for normal use. It has a calendar plugin, but we use a web-based calendar instead.

    It is not perfect, but nothing I have ever seen or used is. For us, it is the best, overall.

    At home, I have used Kmail for many years. At about KDE 4.8 I had lots of issues with them pulling out the communications stuff and setting it up as other "services". It was complex and unreliable. Layered with a bit too much eye candy and frustration and I finally switched home over to Claws too.

    1. Re:Claws by minderaser · · Score: 1

      Claws is best, IMO. I've not had the freezing/crashing problems you mentioned. In face, the only problem I can think of is a corrupted address book once which was easily restored from backups Claws keeps within its own config.

    2. Re:Claws by aaaaaaargh! · · Score: 2

      +1

      I use Claws, too. No complaints. I used to use Evolution for many years, but it is too slow. Claws is fast and works.

    3. Re:Claws by dskoll · · Score: 1

      +1 also

      My mail client path was from Pine to Thunderbird to Claws. Claws does everything I need and has lots of decent plugins including a calendar plugin. The sales people at work also switched from TB to Claws right around the time TB3 was released and decided to index gigabytes of IMAP folders...

  31. All Well and Good, But... by rueger · · Score: 1

    T-Bird, MUTT, Kmail, Evolution... interesting choices.

    I too made the jump from Pegasus - remember Pegasus! - to Gmail years ago, and have been more or less happy, aside from some oddball missing features like the ability to resend a message in the "Sent" mailbox. But I digress...

    I probably access e-mail more from my Android phone than from my desktop machine, but still want to have the same experience on both platforms. That really does seem to limit you to a web-based platform from a mega-corporation. Which means I'm stuck with whatever interface they choose to give me.

    I've considered moving back to a desktop client, for all of the usual reasons - security, privacy, local backup of messages - but the last time I looked at Thunderbird it just looked like too much work to try and set up what I already have in Gmail, plus I have to assume that getting archived mail out of Google and into a new client would be a nightmare.

    There really is a strong argument for taking e-mail back from the Googles and Microsofts, but in practical terms I just don't know if I'm up to the size of that task, or the restraints it might place on me. (Part of the problem being that the last time I made a radical shift in e-mail I had a back history of a hundred megs. Now Google tells me it's up to 1.5 gigs.)

    Is it really practical to develop a standalone e-mail client that works happily in the dual mobile/desktop environemnt?

  32. Re:Zimbra Desktop by Jeremiah+Cornelius · · Score: 1

    You are right.

    Alas, VMware have decided to abandon this. :-(

    Their hand was forced - it's a Mozilla prism app. I think that that means it would have been impossible to continue commercial support.

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  33. Evolution details by AdamWill · · Score: 1

    "At the moment it looks like email client support is dead" - Evolution is still actively maintained, there are at least two full-time developers on it that I know of. That's why it has bugs, funnily enough - because it's still getting major updates...

    Evo has been pretty heavily touched in the last few release cycles, though most of the changes are 'under the hood' and right now the UI is still rather like a copy of Outlook from a decade ago (which actually suits me fine, but might not be what most people want). But stuff like the calendar backends have had heavy work and the entire IMAP backend was written over the last few versions.

    I've always liked Evo, though there certainly was a Thunderbird-trend for a while. I use it with a personal server on a local network, so I wonder if those who have more trouble with it are using remote servers.

    The 3.5 builds were _very_ buggy, but most of the mess got shaken out for 3.6.0 and now 3.6.2 is pretty decent for me. It still has a weird bug where it seems to get very sluggish after it's been running for a while (not RAM exhaustion), but that doesn't appear to be happening to everyone, so probably wouldn't affect you.

    It has Google calendar integration which works pretty well for me (this is one of the things that was affected by recent rewrites; for a few releases it wasn't working very well at all, but in 3.6 it seems pretty good). It does CalDAV at least in theory, though I haven't tried it out much myself. It has all the other features listed as 'desired'.

  34. Gave up by eWarz · · Score: 1

    I gave up and moved to gmail. Gmail will let you pull in mail from most pop/imap servers.

  35. Good enough by Tourney3p0 · · Score: 1

    I honestly have no complaints about the current state of email clients. Maybe I'm not using the current 0.09% of features, but I don't care about them. The current state is fine for me.

  36. Sigh by StripedCow · · Score: 1

    2012 and still no platform independence...

    Btw, anyone here who knows when iTunes comes to Linux?

    --
    If Pandora's box is destined to be opened, *I* want to be the one to open it.
    1. Re:Sigh by Shadowmist · · Score: 1

      2012 and still no platform independence...

      Btw, anyone here who knows when iTunes comes to Linux?

      Isn't it a sacred motto that all Linux users not only must foreswear the use of Apple hardware but refuse to have anything do with Apple save curse it's name at every turn?

  37. Thunderbird is not broken by SpaceLifeForm · · Score: 1

    Therefore do not 'fix' it.

    --
    You are being MICROattacked, from various angles, in a SOFT manner.
  38. Thunderbird, not Evolution by crow · · Score: 1

    I switched from Evolution to Thunderbird about two years ago. I liked Evolution, but it was buggy and performed horribly with large folders. Not to mention it was tied in with Gnome, which made configuration painful for a non-Gnome user. Thunderbird is vastly better. It almost never crashes, is much faster, and after finding a few key plugins has every feature I wanted, and a few that I didn't know that I wanted.

    The above is based on a fetchmail/IMAP setup with no mail stored locally, using the same setup to read my mail on at least two different systems.

  39. Thunderbird and Roundcube by SCHecklerX · · Score: 1

    I use thunderbird at home, but to be honest, roundcube does everything I need very well, and actually runs faster than thunderbird.

    Since I can't use imap directly from work, I installed roundcube on my home servers. It's very nice. I would assume that you could also just install a local lighty with php and run that as a local web-based solution if you don't have your own web server.

    http://roundcube.net/

  40. The Address Book is Being Replaced by caspy7 · · Score: 1

    The Addressbook is being replaced (both back end & front).
    http://mikeconley.ca/blog/
    The old archaic design & limitations are being tossed for a more flexible & pluggable design.

  41. works fine for me by Chirs · · Score: 1

    I use Thunderbird on Linux with IMAP. Search works fine, if a bit slow.

  42. Re:All mail clients suck. This one just sucks less by sisukapalli1 · · Score: 1

    I recently started using mutt + offlineimap (to have a sync'ed local copy of mail) + davmail (exchange connector) + notmuchmail (indexing and searching)

    It runs under a screen/tmux session (I am using tmux panes inside screen) and way much easier to access all mail accounts (and nicer interface than gmail and outlook web exchange). I am usually a couple of keystrokes away to mail windows (and I am using a large monitor for a full screen shell window)

    It helps that most of my work is text based (documentation is markdown/wiki type), though I jump into a web browser once in a while

  43. Re:All mail clients suck. This one just sucks less by tqk · · Score: 1

    If more people would use mutt, we'd be much further along the road to everyone using encryption by default, because mutt folds gnupg in so transparently and makes it so easy to use. Web browsers & GUI MUAs have wasted more than a decade NOT coming up with equivalent functionality.

    We used to joke about GUI Usenet clients which never managed to implement killfile functionality. Same old, same old, ...

    mutt rocks and is so damned easy to use, it's ridiculous. It's software that's designed to be trained to do what you want it to do the way you want to do it, and it's not difficult to configure even for mere mortals.

    Kaplah!

    --
    "Tongue tied and twisted, just an Earth bound misfit ..." -- Pink Floyd.
  44. Re:All mail clients suck. This one just sucks less by antdude · · Score: 1

    Mutt isn't easy to use though. It takes a while to learn how to use it compared to (Al)Pine.

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  45. Claws and Mulberry mail by higuita · · Score: 1

    I personally use claws for several years (+- 10) and i think its great. the only thing that people might miss is the lack of edit html messages (it can write text only emails), but it can read html emails without any problem. it support calendar and meeting requests, attach remover and various gpg and smime via plugins, so it covers what people need. Its fast and light enough and many keyboard shortcuts when you dont want to use the mouse.

    if you have imap, you may want to try the mulberry mail , it have the best imap support i ever used. its now open source, could use a facelift, but is very good.

    --
    Higuita
  46. Re:Maildir support by chipschap · · Score: 1

    GNUS forever! But I fetch via IMAP from gmail because I just don't want to deal with all the spam locally.

  47. Re:All mail clients suck. This one just sucks less by tqk · · Score: 1

    Mutt isn't easy to use though. It takes a while to learn how to use it compared to (Al)Pine.

    BS, not true. For simple things, it's drop dead easy. For things not often done regularly, it demands a bit of thought or research. For stuff that happens all the time (handling attachments transparently or using encryption), tell it how once and it'll do it again automatically until the end of time.

    There is no better MUA than mutt. It's brilliant software. I wish everything was designed and implemented as well as mutt.

    [I tried to include my ~/mutt/mailcap here, but /. objected. Fine. Be that way.]

    --
    "Tongue tied and twisted, just an Earth bound misfit ..." -- Pink Floyd.
  48. Is Mutt the command-line email client I'm seeking? by KWTm · · Score: 2

    I've always wanted to know: is there an email client that can run on command-line? Is this what Mutt is? (I know it has an interactive interface, but not sure if it also has command line.) I'd like to have something that I can script --eg. remotely ssh in with a non-interactive command to 'mutt --retrieve --most-recent --condition="WHERE Sender Matches mom@her_email.com" | grep -i "my new phone number is" '

    In my particular case in mind, I'm trying to send a bunch of Christmas email greetings. I'll probably have a short text and a PDF attachment, and just have some script grind it out slowly, sending to 1 email address at a time. I don't care if it takes 48 hours to send them all --I've had enough with snags about how I can't send to all 2000 recipients at a time, and how I have to break it up into 30-50 recipients at a time, keep track of who has been sent what, etc. Not to mention: in the past, Kmail has refused to compose HTML messages, Thunderbird had some funny incompatibility with my email provider (which was also my shell host and web host, but I just didn't have time to go figure out the problem), and installing Evolution completely steamrolled my Kubuntu installation with some GNOME crap (KDE wouldn't unmount devices properly because GNOME thought it would be fun to just automount every single thing I plugged into USB).

    Also, I want something command-line for my N900. Enough with interfaces -- I'll let bash talk to my email client. I'll compose my text in Vim and let some script take care of sending. If Mutt is it, then I'll install Mutt.

    --
    404555974007725459910684486621289147856453481154 in hex is "You sank my Battleship?"
    [GPG key in journal]
  49. Re:Thunderbird has only one major flaw... by ReptileQc · · Score: 1

    Maybe you missed the function but AFAICR the function has always been there.

    Tools -> Account Settings -> Under Outgoing Server on the left, you can enter all the SMTP servers you need to use. You can select a default one over there.

    Then you simply click on any account (click on the HEADER where the name is just above the Server Settings of each account. At the bottom of the window on the right, you will see "Outgoing Server (SMTP)" from which you can leave the default one selected or select a specific one to be used (from the list of SMTP entered above).

  50. Somebody already fixed that for you by SurfMan · · Score: 1

    That's available through an extension on Thunderbird called "Thunderbird conversations". See here: https://github.com/protz/GMail-Conversation-View/wiki

  51. Smart phone killed the mail client star by thewolfkin · · Score: 1

    Seriously? With cell phones becoming so ubiquitous, that I keep hearing how they're going to kill all other gaming consoles, how on earth do you expect to justify to Joe Average user the need for a dedicated E-mail client? IMAP is cool and all but it's not as fast as gmail especially if you go to a not yours computer. As in for instance when you go to give a presentation in class that's stored in your email (saw it 2 weeks ago, such a rare show of technological competence I nearly cried) I have a hard enough time getting people to send me emails instead of facebook messages. The only reason my sister uses Mail.app is because she has a hotmail account, hates the interface, sucks at change, and therefore hates gmail's interface too (it's different it sucks). Nevermind that it solves nearly every issue she has with email she just hates it and she probably read one of those "Google is secretly tracking every email FUD articles" so she got paranoid of google on top of that. I'm half sure the only reason she got on Mail.app in the first place was accidentally clicking it and then filling in the wizard prompts to get rid of the screen. Without a chunk of the average user population, of course email clients are going stale. Unfortunately I don't see any way to get that chunk back. Unless facebook wants to convert their messaging to email boxes and not provide a web (or app) interface. Yeah and maybe Zuckerberg wants to literally piss away a few million bucks.

    --
    Just another second banana
    1. Re:Smart phone killed the mail client star by Malc · · Score: 1

      How do you think cell phones access these webmail accounts? IMAP perhaps?

      Yahoo never really got on the IMAP bandwagon. Now that I've figured out how to do that, I use a desktop mail tool for writing longer emails, more complex email with better formatting and for working offline. Way easier than working on my iPhone, and a way better experience than Yahoo's web UI.

    2. Re:Smart phone killed the mail client star by thewolfkin · · Score: 1

      How do you think cell phones access these webmail accounts? IMAP perhaps?

      good point. IMAP is used on cell phones but a) we're talking about the desktop where most people expect things to work faster than their phone. That IMAP loading delays that were tolerable on the cell phone don't work on desktops and b) I'm not sure IMAP is all that prevalent on the phone with again 'apps' being all the rage. I don't do email on my phone but I would expect that most email providers have an app like the Gmail app, or web-based interfaces. I guess I'd really need to do research to see what's most often used but those are all minor when weighed against point (a) that we're not talking about phone email but desktop email.

      Yahoo never really got on the IMAP bandwagon. Now that I've figured out how to do that, I use a desktop mail tool for writing longer emails, more complex email with better formatting and for working offline. Way easier than working on my iPhone, and a way better experience than Yahoo's web UI.

      Longer emails, complex email with better formatting and offline access. These are not the concerns of joe average. Just look at video games and how much of the gaming experience requires you to be online. That percentage is growing not shrinking. Being offline is a situation that most people in tech industry don't really consider when it comes to consumer use. Character limits really don't come into play with web-based email and the formatting of quotes, BIU, and hyperlinks are good enough for 98% of users. There's an argument to be made for business and those considerations but I don't see that for consumers.

      --
      Just another second banana
    3. Re:Smart phone killed the mail client star by Malc · · Score: 1

      The iPhone uses IMAP for services like Yahoo. Way better than a web interface on the phone. On the desktop, I really notice no problems with IMAP. It takes a few seconds to get most messages, then access to them instantaneous unlike via a web interface.

      My offline access is mostly when I'm travelling, trains, planes, or overseas between paying for internet. Even commuting to work has a significant length of time underground on the Tube with no internet access, but that's where I do most of the emailing from my phone. Longer emails are typically to distant friends and family. More complex emails might just be sending a bulleted list to my wife (annoying to do on a mobile device), or even a copy and paste of a table from our online banking account which works better in a MUA than web interface. Sounds pretty Joe Average, although a lot of people these days don't seem to realise how shit the user experience is away from a MUA because that's what they've mostly experienced.

    4. Re:Smart phone killed the mail client star by thewolfkin · · Score: 1

      I realize it was I who brought up mobile devices first not you so I apologize for that tangent but while you do bring up a compelling argument for IMAP. Commute email. I'm again not sure how common it's usage is. Maybe it's just in my circle of people I don't know anyone who would be tech savy enough to use IMAP.

      --
      Just another second banana
  52. Killer feature by AliasMarlowe · · Score: 1

    The "killer feature" for me on Gmail is

    The "killer" feature on gmail for many of us is the privacy suicide.
    We have several email accounts, all consolidated onto our home mail server. It's secure enough but far from "private", as the emails all pass through multiple domains en route, but at least we've probably reduced the butt-hurt of being profiled for ads based on our email content. Anyway, a lot of our email is in Finnish, so good luck to non-Finns on trying to ascertain useful details from that (do we like product X or hate it - Google translate even gets this wrong often enough). Actually, Google translate on Finnish-English sucks, and I mean sucks really badly - it's little more than a garbage generator.

    --
    Those who can make you believe absurdities can make you commit atrocities. - Voltaire
    1. Re:Killer feature by fatphil · · Score: 1

      > Actually, Google translate on Finnish-English sucks

      Your southern cousins in Estonia have it even worse. It appears that google translate thinks that (a) Estonian is just Finnish with a different set of root words, but the same grammar (b) user-submitted translations are trustworthy (I once saw the same word translated into "yes", "no", and "maybe", for example).

      You'll be pleased to know that when I have to resort to google translate for FI<->EN translation, I never provide any suggestions when I have more insight than google does, so your mail will remain cryptic to the evil-doers!

      --
      Also FatPhil on SoylentNews, id 863
  53. Re:All your mail belongs to GOOGL$!!! by jones_supa · · Score: 1

    I drink the energy-saving drink Sleeping Cow while coding.

  54. Re:All mail clients suck. This one just sucks less by Waccoon · · Score: 1

    I think the unflattering image in that Wikipedia article entirely fits the program's slogan.

  55. Claws-mail by mpol · · Score: 3, Informative

    Claws-mail is the successor of the old Sylpheed-claws. It really is a nice and simple mailclient, which in the meantime does almost everything. Imaps, RSS, filtering, whatever. And with good usability, the buttons are all at the right place.
    I even use the Windows version at work.

    There are some thing Thunderbird is particularly bad at in my opinion. Like sorting threaded mails. I know there are extensions, but they suck.
    I also don't like the autodetection of mailserver settings. You cannot save something in a non-working state, while sometimes I just want to do that.

    --

    Well, don't worry about that. We can get you back before you leave. (Dr. Who)
  56. Re:Thunderbird has only one major flaw... by negge · · Score: 1

    Not sure if trolling or stupid. It has been possible to configure multiple SMTP servers and choose which one to use per account at least since Thunderbird 2.0.

  57. Eudora by Nofsck+Ingcloo · · Score: 1

    Whatever became of Eudora? When Qualcomm bailed out of it there was talk of integrating it into one of Mozilla's products -- Thunderbird, I guess -- but I haven't heard much about what came of that. So I'm still Macgyvering Eudora to work on XP.

    1. Re:Eudora by Shadowmist · · Score: 1

      Whatever became of Eudora? When Qualcomm bailed out of it there was talk of integrating it into one of Mozilla's products -- Thunderbird, I guess -- but I haven't heard much about what came of that. So I'm still Macgyvering Eudora to work on XP.

      Qualcomm closed the door on Eudora and opensourced it as Penelope.

  58. Commercial offerings too by Anonymous Coward · · Score: 2, Interesting

    IBM has been selling and supporting Lotus Notes on Linux since before 2006. Also, Eudora 7.1 reportedly runs pretty well under Wine.

  59. Thunderbird: No more development? by Futurepower(R) · · Score: 1

    A friend of mine said recently he is looking for a new email client because it seems that Mozilla Foundation doesn't want to improve Thunderbird. I agree with him.

    Mozilla Foundation gets something like $100 million per year. Quoting: "Mozilla's consolidated reported revenue (Mozilla Foundation and all subsidiaries) for 2010 was $123 million..."

    Do you see $100 million of development every year? Where does the money go? Where is the 2011 report?

    We often distribute short but complicated business reports to clients by email. The emails must be formatted in HTML or they would be difficult to read.

    Things we need in Thunderbird:

    A "Get All Mail" button. Getting all email should not require a menu choice.

    Better handling of images and other attachments. Sending an image with slightly different text to 10 people should have the option of not requiring storage of 10 copies of that image.

    Automatic storage of important emails in both the email database and as separate files. If something corrupts the database, we cannot afford to lose important emails.

    1. Re:Thunderbird: No more development? by thegoldenear · · Score: 1

      > A "Get All Mail" button

      Shift + F5

    2. Re:Thunderbird: No more development? by PCM2 · · Score: 1

      Do you see $100 million of development every year? Where does the money go? Where is the 2011 report?

      The 2011 report is right here.

      --
      Breakfast served all day!
  60. seamonkey by Anonymous Coward · · Score: 1

    nobody has mentioned seamonkey yet...

  61. An example of one user's search for a mail client by mcloaked · · Score: 1
    --
    mike c
  62. "Sort by -- Threaded" by Win+Hill · · Score: 1

    "Sort by --> Threaded" -- Thunderbird has this feature, and it works correctly if you send yourself a copy of all outgoing email.

  63. Evolution by ebvwfbw · · Score: 1

    I use it all the time. Works great. When there's a problem, it seems it's a doozey though. Once you get past it, you're golden again. Not as bad as dealing with a POS like outlook.

  64. One more step: Conversations Add-on by malloc · · Score: 1
    If you want Thunderbird to act like Gmail then you need to:
    • 1. (like above) put replies in folder being replied to. (I also put sent messages there, so the whole conversation's in one place)
    • 2. Install the Thunderbird Coversations add-on. I like the conversation view better than Thunderbird's default. It also lets you reply on the same page if you want.
    --
    ___________________ I want to be free()!
  65. Google Drove Me Back To Thunderbird by assertation · · Score: 1

    I thought I was done with email clients. GMail is just that convenient. Then Google gratitiously changed the interface, horribly, to Google Groups. It was so bad I went back to Thunerbird for Usenet and discovered how refreshingly simple Thunderbird is. I hope it stays that way.

  66. Re:All mail clients suck. This one just sucks less by konoame · · Score: 1

    The problem is, mutt doesn't display our reply in thread. We have to open outbox to see our reply.

  67. Re:All mail clients suck. This one just sucks less by tqk · · Score: 1

    The problem is, mutt doesn't display our reply in thread. We have to open outbox to see our reply.

    "s" to save it to another folder (this encourages you to file things where they can be found again), then "c" to change to that folder. Find that email and now reply. Define "save_hook" entries to tell mutt where you want it to save different stuff. After some text file configuring, mutt'll know what to do, and it'll do it consistently, even if you've now forgotten what you told it to do. The "s" command will be pre-populated with the value you told it to use for that sender so you just hit Enter and it does it.

    --
    "Tongue tied and twisted, just an Earth bound misfit ..." -- Pink Floyd.
  68. Email clients? How quaint! by tbg58 · · Score: 1

    Since almost all mail lives in the cloud, why even bother with an email client? I'll grant that some people like to use command-line clients simply because they can - more power to them. But there's really no reason to eschew the GUI, and a browser is all the email client you need. Has been for years.

  69. Re:ASCII? by lucmove · · Score: 1

    I need help configuring mine. Mine supports neither UTF-8 nor HTML. I still keep claws mail installed just so I can read the occasional stinky HTML mail I get from my "normal" friends.

    The lack of UTF-8 has an advantage, though. One of my mailboxes gets lots of spam that I clean by running capital D then looking for \?\?\?\?. That deletes more than 90% of the junk. Now if those characters ever become real characters... I'll be in trouble.

  70. Kmail is a trap by lucmove · · Score: 1

    I loved Kmail until KDE 4 was introduced and I decided I didn't want that bloatware anymore and learned the hard way that:

    1) You can't have any KDE app without the whole huge crapload of KDE, so it's a major liability

    2) Migrating from Kmail to another email client is not a walk in the park.

    My advice: even if you use KDE and love it, get a less compromising email client. If you want to leave one day, you won't have to worry about migrating your email.

  71. Here's a thought... by mgcarley · · Score: 2

    Use whatever is best for the job. And who has only one email address these days anyway?

    I can fully appreciate and understand the privacy concerns about $webmail_provider putting in advertising and all that stuff, but I still use it anyway -- for non-critical mail (that is to say, mostly newsletters, email digests and whatnot, some of which contain some form of advertising anyway). Why should *I* store the latest copy of an email from CNET or Light Reading or Slashdot or whatever myself when I can let the Google store it? It's non-important and being public information, I couldn't give a toss if Google wants to scan it for advertising.

    Gmail's interface is also rather extensible, all things considered (like Thunderbird... how about that?) and I've got all sorts of little helpers installed on mine to make it less clunky and/or a bit more desktop-client-like.

    As for *important* (business, mostly) email, the business has it's own server. We run Dovecot for IMAP. POP3 is not allowed. Every client we have (Desktop, Symbian, Android, iOs) all seem to connect to it fine with SSL.

    For those in the business who *need* webmail, we have Roundcube with an OWA-like theme, IIRC. Otherwise, the default install is Thunderbird for a few simple reasons:

    1. Multiple Identities - we couldn't get this working nicely on Outlook (for those using Windows)... and by nicely, I mean at all... without paying... and why should I pay for something that both Gmail and Thunderbird offer for free (and work on any platform, not just Windows)?

    2. Portability - I can move from Windows to Linux to Mac and vice versa and/or upgrade my machine and all I need to do is copy the profile directory from the old machine to the new and voila, I don't have to set anything up - all my accounts, filters, add-ons and everything else are just there, waiting for me. It also makes deploying stuff easier when we get new users because then all we need to change are the mailbox credentials and they're up and running with the same things as everyone else (Same with Firefox, even though most of us use Chrome which Google syncs most of anyway, Firefox portability isn't easy to match from what I can ascertain).

    3. I appreciate people who want to use mutt/pine as their email client, but really... it's not the most user-friendly interface unless you're already familiar with a CLI and have SSH access. For joe-blow office drone, mutt and whatnot just isn't practical. If, hypothetically, someone in the organization specifically wanted to use mutt, we wouldn't stop them, but they would have to make a case for wanting SSH access... and someone who wants SSH but who isn't employed as a technical person might have a hard time doing that.

    4. It's been a long time since I tried any of the other clients (Kmail, Pegasus, Eudora) but... there's probably a good reason for it. Evolution just didn't do it for me, and that it's the default in many Linux distros annoys me and that getting rid of it basically is impossible without $package_manager wanting to remove Gnome in it's entirety as well (which some of us use).

    5. We write our emails in plain-text by default. We have a little html in our signatures but it's just a couple of links.

    6. Familiarity. Thunderbird is relatively familiar to even new recruits - it looks a bit like Outlook used to, which may or may not be a good thing, but, in either case, getting new people up to speed doesn't take too much time.

    Those are all I can think of at the moment, but basically the moral of the story is, if you separate out your mail sufficiently there's no reason you can't take advantage of webmail providers for newsletters and non-critical stuff, and keep the private mail, well, private, using your client of choice. We like Thunderbird, you might not. It's a matter of taste. But we have managed to keep our systems open (as in with mostly FOSS), relatively secure, relatively extensible and relatively easy to deploy, all without sacrifice (as far as we know, anyway - correct me if I'm wrong).

    --
    Founder & COO, Hayai India (hayai.in) / USA (hayaibroadband.com) // t: @mgcarley