logoalt Hacker News

postdoc74today at 5:29 PM1 replyview on HN

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/


Replies

nsagenttoday at 6:33 PM

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/