简体   繁体   中英

Gmail API for objective-c?

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM