ShowHN: A console based mail client with lua scripting

6 points by stevekemp ↗ HN
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 ] thread
Was sup (http://supmua.org/) one of the clients you looked at? If so, what advantages does/will luamail have over it?
Both sup and notmuch are clients that I've tried to use in the past.

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.