Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Accessing Gmail emails through google app engine

How to get the e-mail contents by getting the user's login details in google app engine?

like image 608
Yuv Avatar asked Nov 04 '22 04:11

Yuv


1 Answers

Try taking a look at the GMail API. You'll probably want to use OAuth.

https://developers.google.com/gmail/

like image 76
Amber Avatar answered Nov 09 '22 04:11

Amber