Hacker News new | ask | show | jobs
by tworats 4686 days ago
On the Python side there's Lamson and Google App Engine also has nice email handling capabilities allowing you to parse and access from your own code / app.

http://lamsonproject.org/ https://developers.google.com/appengine/docs/python/mail/

1 comments

Looks pretty good, I will check this out in more detail! It looks like a common enough problem that I thought there would be mature frameworks around. I keep finding myself looking for a solution like this for most of my side projects..