Gmailtail – Command-line tool to monitor Gmail messages and output them as JSON
11 comments
·July 3, 20253r7j6qzi9jvnve
_flux
I wonder though if also the Gmail interface supports something like this? It seems it's pretty fast at receiving email.
dataflow
There are pub/sub notifications but it's a bit of a pain to get working. You need an HTTP endpoint the server can reach for push notifications, I think, not long polling.
kosolam
There is this generic tool: https://github.com/pimalaya/himalaya
love2read
What tool makes these readme’s for new github repos that are bulletpointed lists with features, always prefixed by an emoji?
edm0nd
Layer 8 autism
maximevalette
Basically any LLM
bravesoul2
Tool is an insult when applied to a human...
yapyap
AI, I presume (but I’m not sure) that the code “agent” they are using creates it.
This just polls every x (default 30) seconds; if you use IMAP you can do better with IDLE (e.g. I pipe `fetchmail --check` to something that triggers a sync to immediately get new mails)