spiralofhope logo
spiralofhope logo

S
piral of Hope
Better software is possible.
Styles
Table of Contents

Linux Software


NOTE TO SELF: I have two lists locally cached.

Related

Preamble

A big thanks to Rick Moen's linux mafia MUAs list. Rick has explicitly granted permission to copy and modify his work.

I have gone through his list to not only absorb its contents but to check up on the links.

However, I have not checked up on the toolkit, language, license or features of any of these clients! I just did some surfing to learn if the project is alive or dead and I tried to update links.

Why bother to have a big list like this?

Well it does give an idea of just how much is actually out there, and the general life cycle of open source software. Just look at how many projects didn't made it to a 1.0 release. Ouch.

Also, programmers may want to check out the source for various programs to re-use or learn from existing code. That's why I re-listed the toolkit, language and features.

Tested

I'll eventually get around to adding my notes for these clients.

Tested but disliked clients are sent down to the bottom of this page.

Linux Console Email Clients

Linux Graphical Email Clients

  • [2] Claws Mail (3.7.6, 2010-10-06)
    • What I currently use
    • GTK+, C - GNU GPL
    • POP3, POP before SMTP, APOP, IMAP4rev1, IMAP over SSH, IMAP CAPABILITY, mh, SMTP, SMTP AUTH, NNTP, SSL/TLS, full OpenPGP support, external editors, filtering, muliple identities. Good multilanguage and character set support.
    • Formerly Sylpheed-Claws. Started to showcase bleeding-edge features in Sylpheed, it has since become stable and popular. It essentially replaces Sylpheed.
  • [3] Thunderbird
    • Mozilla XPToolkit, C++ - MPL
    • POP3, IMAP, SMTP, NNTP, LDAP, SSL/TLS, OpenPGP, S/MIME, filters, multiple identities, bayesian spam filters.
    • Was Mozilla Mail/News.

Notification

  • [4] Mail Notification (5.4, 2009-05-10)

Email clients to try

Disliked, Abandoned or Obsolete

Linux Usenet Newsreaders


Firefox newsreader extensions

  • [148] [149] Brief
    • Reportedly crap for lots of feeds.

newsreader / newsgroup notes

  • [153] Guide to Usenet Newsgroups
  • [154] Zed Shaw's old rant.

Notes

Footer removal

Using sed to remove an email footer.

#!/bin/sh
footstart="_______________________________________________________________"
footend="REMOVE THIS FOOTER FROM YOUR QUOTES"
sed -e "/$footstart/,/$footend/d"