1

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

Segev
  • 19,035
  • 12
  • 80
  • 152

1 Answers1

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