I’ve been working on this application for the last few months in my free time. The goal is to have a full email application that is keyboard navigable with a focus on simplicity and visibility. If you only want to see text versions of an email, you can do it.
I’ve been using the excellent DVUI and have prelimenary HTML support thanks to SuperHTML. I’m hopefull that I can combine the two into a web view widget for other DVUI apps to use.
It is currently only tested on Linux. It might work on *BSD, MacOS, and Windows as well since DVUI and zig std support those.
Currently it only does IMAP, not SMTP or POP.
The code is messy as I’ve been chasing different ideas to make sure they work together. ![]()