My application requires me to retrieve gmail emails for the user within the application. How do I go about doing that? To be specific I am looking for some code/api for authenticating the user against gmail servers, and retrieving the response in xml/json. I’ve seen people do that in other applications, wonder how they do it.
My application requires me to retrieve gmail emails for the user within the application.
Share
As it turns out, there is no such API from google for gmail. I’ve decided to use IMAP client in iphone to work it out.