Notes about reading messages with the Python email packages
53 points by ankitg12
by dwedge
1 subcomments
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.
by threecheese
0 subcomment
Author is blocking AdGuard VPN; while I understand the goal - especially today - this is the only tool I’ve found which appears to reduce tracking, and I just never turn it off. Without it (for example) my Amazon visits become TikTok ads within minutes.
by postdoc74
1 subcomments
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.