To my understanding to read emails from an iphone app I can use IMAP and OAuth, for sending there's SMTP. But what if I want my app to access GMail tags or other features gmail has to offer. Is that possible? What other apps like MailBox are using? Thanks
Asked
Active
Viewed 1,708 times
1 Answers
3
Google provides IMAP extensions for doing exactly what you want. You will have to create your own Objective-C wrapper/parser to use these extensions, though.
Reference: https://developers.google.com/google-apps/gmail/imap_extensions

Saurabh G
- 1,895
- 14
- 15