Columba 1.0 "Holy Moly" Released
Frederik Dietz writes to tell us that after three years of hard developement Columba 1.0, codename "Holy Moly!" is ready for general consumption. Columba is an email client written in Java that boasts a 'user-friendly graphical interface with wizards and internationalization support.' Slashdot covered an interview with the Columba team earlier this year.
Columba, not columbia.
When the team embarked for these three years of develomment, they luckily didn't foresee that their 1.0 release would be announced on Slashdot with a spelling mistake in the name. Otherwise, they would have played videogames instead.
--
Mad science! Robots! Underwear! Cute girls! Full comic online! http://www.girlgeniusonline.com/
...over Evolution, Mozilla Mail/Thunderbird, Sylpheed, mutt, or anything else? Just because it's written in Java, and I need a full-blown VM around it that comes with a redistribution-hostile license? Or is there anything super-special (and equally well-disguised) about it?
:-)
It's still better than Outlook Express, that's for sure.
:%s/Open Source/Free Software/g
YTARY!
works on everywhere.
Please be sure and qualify your statement properly. It should read: works on everywhere where Java is.
Java is not platform independent. It is a platform as much as Linux, *BSD, Solaris, Irix, Windows, vxWorks and others are platforms. It just happens that Java has been designed to run on other platforms.
Reasons why mutt still sucks as an IMAP client
- No IMAP server-side searching, sorting, threading
- Can't search across multiple mailboxes
- Can't download messages without downloading attachments
- Many settings are applied to ALL IMAP servers
- Overly-agressive checking of ALL folders by default (though this can be reconfigured)
- Can't flag IMAP messages on the server as deleted--only purges them
- No user-defined labels
- Can't store onfiguration on the server (pine and mulberry can. you say this is a good feature...)
- IMAP passwords are stored as plaintext
Reasons why Outlook Express has ALWAYS sucked as an IMAP client``I'm sorry if I was a little strong, but I wince when people started saying that somehow languages can be "safe" or "unsafe". It sounds dumb.''
Why? It's a simple fact. In C you can code programs that have buffer overflow vulnerabilities, format string vulnerabilities, memory leaks, and invalid type conversions. In languages like Lisp and ML, you cannot. That's what makes C unsafe and Lisp and ML safe.
Of course, you can write secure code in C and insecure code in ML. However, if you read vulnerability announcements, you will see that most of them are buffer overflows and string vulnerabilities (e.g. SQL injections that are possible because SQL queries are formed by concatenating strings). Both of these can be completely eliminated by using safer languages. This tells me that the distinction between safe and unsafe languages is a meaningful one.
Please correct me if I got my facts wrong.