Gmail API for objective-c?

To my understanding, to read emails from the iphone application, I can use IMAP and OAuth to send SMTP there. But what if I want my app to access GMail tags or other features that gmail can offer. Is it possible? What other applications, such as MailBox, are used? Thanks

+1
source share
1 answer

Google provides IMAP extensions to accomplish exactly what you want. You will need to create your own Objective-C computer / parser to use these extensions.

Link: https://developers.google.com/google-apps/gmail/imap_extensions

+3
source

Source: https://habr.com/ru/post/978071/


All Articles