Are there such things as Email Hooks?
Posted
by viatropos
on Stack Overflow
See other posts from Stack Overflow
or by viatropos
Published on 2010-04-25T05:08:12Z
Indexed on
2010/04/25
5:13 UTC
Read the original article
Hit count: 308
After hearing about git commit hooks, I was thinking maybe there are such things as email hooks...
Is it possible for me to build a program that says "hey, you just received an email, now run this ruby script"? Something like a GMail Web Hook. Is there anything out there like that? I mean I could build a cron thing that checked my email all the time, but maybe there's a more formal way.
Looking for an online email system to do this with, not say my Mac Mail.
© Stack Overflow or respective owner