How can I fetch mails from gmail account in Google Apps Engine Django application?
|
|
Configure your app to receive email, then, if it really has to be a gmail address, set up the gmail address to forward everything to your appspot address. |
||
|
|
|
|
|
||
|
|
|
|
I would use libgmail -- seems to be the most popular pure-Python way to do it. However for app engine use I believe it would have to be ported to use urlfetch and I don't think anybody's done that yet (I'd happily receive news to the contrary!-). |
||
|
|
|
|
|
||||||||||
|
