|
|
|
|
|
by carbocation
5821 days ago
|
|
Not exactly what you're asking, but I'd love to see software that: _ Obtains incoming email _ Parses it into something like a JSON object _ Hands it off to a database or some software in configurable fashion _ Explains how one configures it for a variety of common situations (email hosted mostly on Google Apps; email hosted locally; email hosted on mail server in same local network) If you're interested in building something like that, I bet you'd find a lot of people who were willing to pay for it. |
|
Then, when new emails come in, they'd be captured and we could do one of a couple of things with it: - post just the headers to a webhook - do something in response to the webhook response - delete the message - post full message to another webhook - put the message in an S3 bucket - put a pointer to the S3 message object in an SQS queue ...etc...
I've worked on other solutions that monitor specific accounts via IMAP, or have monitored Maildir queues, and they can be kind of a pain... that's why I'm looking at the service solution.
What do you think?