开发者

Google Apps Engine mail fetch

开发者 https://www.devze.com 2022-12-10 09:48 出处:网络
How can I fetch mails from gmail accountin 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 ad

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.


You could cronjob rss feed to gmail messages?

gmail rss

python cron


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!-).


Just use the Python's standard POP or IMAP client. Google does not provide a GMail API.

0

精彩评论

暂无评论...
验证码 换一张
取 消