Sign in

Google Cookbook - Google App Engine

Posted by squall on Sun 08 Nov 2009 in Mail API
This sample shows how to get mail body as plaintext.
Posted by soundlinker on Wed 14 Oct 2009 in Mail API
This shows a minimal app for receiving email

application: appid
version: 1
runtime: python
api_version: 1
handlers:
- url: .*
script: main ...