HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chevuru

no profile record

Submissions

[untitled]

1 points·by chevuru·2 mesi fa·0 comments

Show HN: mailtrim – find what's actually filling your Gmail inbox

34 points·by chevuru·3 mesi fa·22 comments

comments

chevuru
·2 mesi fa·discuss
looks simple, but useful tool
chevuru
·2 mesi fa·discuss
finally some realization
chevuru
·3 mesi fa·discuss
Assuming you work from home, if not doing already, separate your workspace from living area. Do not sit with your laptop on the couch. Just listening to your own breathing pattern itself is one simple technique to reduce stress and relax. Then, you can definitely follow all the other suggestions in this thread.
chevuru
·3 mesi fa·discuss
Live on Pypi

https://pypi.org/project/mailtrim/
chevuru
·3 mesi fa·discuss
[dead]
chevuru
·3 mesi fa·discuss
[dead]
chevuru
·3 mesi fa·discuss
Now shipped: --scope anywhere is now live — scans all mail (inbox, archived, sent), not just inbox. Works with stats, purge, and sync. Thanks for the push
chevuru
·3 mesi fa·discuss
The share text and README have been updated to accurately say "Core cleanup runs locally — AI commands send only subjects/snippets to Anthropic." The terminal sample outputs were illustrative; I'm recording a real asciinema session to replace them. PR #8 landed the README fix
chevuru
·3 mesi fa·discuss
Thanks! The Gmail API setup is the only friction. Once Mailtrim auth completes, it's just two commands. Let me know if you hit anything.
chevuru
·3 mesi fa·discuss
[dead]
chevuru
·3 mesi fa·discuss
[dead]
chevuru
·3 mesi fa·discuss
[dead]
chevuru
·3 mesi fa·discuss
Totally fair. This is probably the biggest limitation right now.

I started with the Gmail API because: - better performance vs IMAP for large mailboxes - easier access to size metadata per message

That said, IMAP support is something I definitely want to add. Especially for iCloud/Outlook users.

If I did add IMAP, would you be okay with: - slower scans - slightly less accurate size estimates

Or is parity with Gmail important?
chevuru
·3 mesi fa·discuss
This is a great call. you're right that a lot of the "hidden bloat" sits in archived mail, not the inbox.

Right now mailtrim only looks at inbox by default, but adding support for something like:

  in:anywhere -in:trash -in:spam
is very doable.

Would you expect this as: 1) a flag (e.g. --all-mail) 2) or the default behavior?

Happy to prioritize this if it's useful. Feels like it would surface way more interesting results.
chevuru
·3 mesi fa·discuss
Curious if others have noticed the same pattern — a few senders making up most of the inbox.
chevuru
·3 mesi fa·discuss
Happy to help with setup if anyone tries it — GCP step is the only slightly annoying part right now.