Ask HN: Best Command Line Email Client?
I've used Alpine / Elm / Mutt. I've used gMail / Yahoo Mail / HotMail. I've used Evolution. I don't like any of them.
I spend 90%+ of my time on urxvt/screen/emacs/irssi. If I can get a email client that integrates nicely into this, it'd be ideal. What I think I really want is something that allows me to FUSE mount my email directory. So I can cd into my directories, ls to see new messages, write messages in a directory, and move them into ~/Mailbox/send/ ... to have them sent, etc ...
Anyone know of anything remotely like this? (Or a really cool email setup they use themselves.)
[On, on the FUSE side, I really like this since it allows me to use tools like grep, rm, sed / awk, ... to do funky things with my email.]
18 comments
[ 2.7 ms ] story [ 56.3 ms ] threadhttp://www.gnus.org/
Sounds like this guy had a similar experience:
http://jfm3-repl.blogspot.com/2007/10/emacs-tricks-7-do-not-...
Mutt -> Gmail -> Sup ? I hope so.
Btw to be able to write new emails with vim again is a joy... Still almost everything Sup is doing is in theory possible to do in a web-based or resident application with improved font rendering, simple icons to signal status of messages and so on.
Remember xchat? This IRC client had a lesson, it was possible to retain everything of good there was in text-only IRC clients, and add the good stuff of GUIs. The nerd email client I'm waiting for is something like this.
Fast: just scan IMAP for new messages but take everything local otherwise.
Great interface: mixed between curses but with improved rendering and config menus thanks to GUI toolkit or even web-based can be ok.
Easy to configure: unlike mutt for example. Spun is nice from this POV at least for the first steps.
Give me my editor: if resident, fire vim for me in some way, otherwise implement a decent editor with vim and emacs key bindings if it's web based.
It's worth to note that even a web-mail can be scriptable, using javascript.
Btw there is something strange going on here: the textarea is the most popular text editor out there, the most used one where millions of people write short and long text every day, and still browser developers are not realizing that it should be improved.
I don't like it, but it is better than the other options I have tried. However, I may revist mutt, it has been a long time since I messed with that.
I originally went to gnus because I am on a lot of mailing lists and I liked the idea of handling mailling lists the same way I read usenet. I still want that, and I would probably need to do a lot of custom configuration to get that with mutt.
It took me a while to realize that by your "FUSE" comments you expected the mail reader to keep the mail in it's own format, and you just wanted it exposed to other tools. The useful mail clients offer a variety of back-ends, from Maildir to mbox to a remote imap server, and you can handle mbox and Mailder with grep and etc.
o Very good IMAP support (Supports pop3,nntp,MH, filesystem too)
o Offline support
o Works perfectly on large (>2gb) imap folders
Use the WL from CVS as the download/documentation on the website is outdated. (http://cvs.m17n.org/viewcvs/root/wanderlust/)
Yet another imapfs implementations: IMUS (http://github.com/rtyler/imuse/tree/master/) and fuse-mail (http://code.google.com/p/fuse-mail/).
I've wanted Mutt to be properly scriptable; it doesn't have much good in the way of configuration. I've been casually puttering around ideas for a long time about writing my own email client that's much more customizable. Maybe use a database backend?
Edit: looking at Sup, maybe it's what I want.
Since that sounds like what you want, why not do it?
nmh in particular is a bundle of small command-line programs that "just" dump out a list of subject lines for unread messages, etc. Easy to build on.
Though see a caveat http://fixunix.com/plan9/329502-9fans-p9p-upas.html
I don't use it myself as I run a real Plan9 system.