Hacker News new | ask | show | jobs
by samanator 905 days ago
I've written a locally running app that is a lightweight version of this. You can download all your emails, it loads it into sqlite, and you can browse and sort by aggregate email counts (how many emails each sender sent). Once you select a sender, you can archive all of the emails it sent you.

I'd have loved to have made it a full fleshed app like this. Kudos!

1 comments

Have you published anything? I was thinking to do something vaguely similar for me.
I haven't published anything. If you're interested I could clean it up and send it to you. Let me know. My email is in my profile.
Oh! What language is it in? I'll write you now from a pierdelacabeza dot com domain so I don't forget it later.
python, but if other people would like to use it, I'd rewrite it in go for the sake of easy distribution.