ShowHN: A console based mail client with lua scripting
For the past week/ten days I've been working on a console-based mail client for Linux with built in Lua scripting support.
Although it is not complete browsing maildirs, indexes, and messages now works well enough that I'd be curious if there is any interest.
https://github.com/skx/lumail/ http://lumail.org/
Now that the initial challenges are handled the next step is to wire up more primitives for the lua-scripting, implement "compose", "reply" and view/save attachments.
Then it will be my main mail client.
5 comments
[ 2.5 ms ] story [ 23.3 ms ] threadhttp://en.wikipedia.org/wiki/MH_Message_Handling_System
Otherwise mutt is probably the best console mail client out there.
Sadly neither would import my mail archive without crashing. Which is unfortunate because they look like they'd be pretty nice.
But in terms of advantages I'm finding the modal mode very interesting and the ability to open multiple folders. I guess via tagging regime you could emulate that in sup/notmuch, but I couldn't ever make them work on a decent size corpus of mail so I'm not 100% sure.
Right now I'd say the advantage is the lua scripting, which is letting me do interesting things even when incomplete.