iOS - Can anyone suggest me how can I integrate gmail account into my app and get the list of all emails?

我怕爱的太早我们不能终老 提交于 2019-11-30 21:42:52

You may want to look into this website because there is no API from Google to get you're emails. You need to do this through the POP protocol.

http://www.example-code.com/objc/pop3_gmail.asp

then see the features here for the library http://www.chilkatsoft.com/email-features.asp

and download the library here http://www.chilkatsoft.com/downloads_objc.asp

Hope this will get you started with reading emails and listing them, good luck!

as and addition have a look into: https://github.com/mronge/mailcore

and another addition: http://www.etpan.org/

Interesting too: http://code.google.com/p/remail-iphone/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!