dwedge 6 hours ago

I know this is terminal based and kind of the point but I found it interesting that neither this post, nor any of the linked ones or linked email software clients he uses have screenshots. I know they are TUIs but I was still curious how they look.

postdoc74 1 hour ago

I've had a lot of fun vibe coding my own text-based email client and reader using mostly Python's stdlib. It is my daily driver and found no problem with parsing so far. It also leads to a very efficient and simple HTML reader submodule.

https://juanjosegarciaripoll.github.io/pony/

  • nsagent 9 minutes ago

    I use mblaze as it's just a suite of commandline tools that are conducive to the Unix philosophy (easy to pipe output to build more complex usecases), but I'll take a look at yours to see how it compares. Thanks for sharing!

    https://git.vuxu.org/mblaze/