A massive marathon has resulted in my lumail mail client working well.
Functionally the application looks little different to the previous C-client, but it is a lot cleaner, neater, and nicer internally.
The configuration file luamail.lua gives a good flavour of the code, and the github repository has brief instructions.
Initially I decied that the navigation/index stuff was easy and the rest of the program would be hard; dealing with GPG-signatures, MIME-parts, etc.
But I'm stubborn enough to keep going.
If I can get as far as reading messages, with MIME handled properly, and replying then I can switch to using it immediately which will spur further development.
I'm really pleased with the keybinding code, and implementing the built-in REPL-like prompt was a real revelation. Worht it for that alone.
The domain name lumail.org was available. So I figured why not?
Tags: lumail 3 comments
Once you get the basics, would you mind adding some basic IMAP support? IMHO that would be a killer feature, outside emacs there is simply so decent, scriptable MUA with IMAP support and while I've heard lots of complaints, there are unfortunately no recent initiatives to improve that situation (in contrast to offline clients like your luamail or e.g. sup or notmuch). Before you outright reject the idea, have a quick look at http://www.etpan.org/ and https://github.com/dinhviethoa/libetpan/blob/master/tests/imap-sample.c ;) it has a fairly clean API and sufficient abstraction to make it pleasant to work with (especially when comparing it to the crufty old c-client library).