views:

24

answers:

3

There are many email marketing/delivery service providers that offer an api to create and send emails: http://postmarkapp.com, mailchimp, etc.

Does any one know of a web app that offers the reverse: a service that will parse new emails into more api accessible information?

In other words, I am looking for a service that allows me to access an email inbox via an api, preferably having parsed the email content into something like JSON.

A: 

Just stumbled upon http://sendgrid.com/documentation/ApiParse which is very much what I'm looking for, but wondering if there are other services around.

A: 

Take a look at http://cloudmailin.com/

MatthewFord
Looks interesting, thanks.