5 ms·
Are there any tools that people know of to do email automation on receiving emails? I'd love something easily configurable that could help me tackle all the em
by benhoff 4y ago
Are there any tools that people know of to do email automation on receiving emails?
I'd love something easily configurable that could help me tackle all the email I get with some simple rules, but I'm bound to an Outlook inbox for work.
- kqr 4y agoNotmuch lends itself well to this. It can auto-tag new email with something like "new" and then you can write simple shell scripts to re-tag and take action based on contents.
- WhatIsDukkha 4y agohttps://en.wikipedia.org/wiki/Procmail https://en.wikipedia.org/wiki/Procmail procmail is the classic tool for this and can usually be wedged in somewhere.
- aidenn0 4y agoI like maildrop (from courier) way more than procmail. I used procmail for years, but when I switched, I never looked back
- nanna 4y agoMu has a concept of refiling which does this. I've got a load of refiling regexes set up so that I can just hold down a keypress over my inbox and it'll dynamically archive, delete messages according to my spec https://www.djcbsoftware.nl/code/mu/mu4e/Refiling-messages.html https://www.djcbsoftware.nl/code/mu/mu4e/Refiling-messages.h...