I am creating an app that needs to connect to the Gmail server and fetch the inbox emails and sort them out and store them in core data modal. I have no idea on how I could integrate this gmail into my app. Is there api available in Gmail, that would work with NSURLConnection.
Share
I found something that lets me read the email in the form of atom feed,
requesting to the following url could fetch my email in XML format :
Thank you for your suggestion. Helped me lot !