public
Description: Simple example of using app engine to create a bi-directional email gateway to your app with http
Homepage:
Clone URL: git://github.com/darragh/appengine-email-gateway-example.git
name age message
file README Fri Oct 16 04:03:06 -0700 2009 add simple readme [darragh]
file app.yaml Fri Oct 16 03:32:59 -0700 2009 simple email gateway example [darragh]
file incoming.py Fri Oct 16 03:32:59 -0700 2009 simple email gateway example [darragh]
file outgoing.py Fri Oct 16 03:32:59 -0700 2009 simple email gateway example [darragh]
README
Example of using app engine as an email gateway to your app.

Only intended as a throwaway example of the mechanisms involved. Obviously you'd probably want some approach to make it 
secure, and handle other parts of an email message, such as attachments.

App Engine Docs:
http://code.google.com/appengine/docs/python/mail/