简体   繁体   English

iOS - 任何人都可以建议我如何将gmail帐户集成到我的应用程序中并获取所有电子邮件的列表?

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

I am developing an App which has a search functionality for user's emails with Gmail Account, But I don't know exactly how to integrate Gmail account into my app and get the list of all emails. 我正在开发一个具有Gmail帐户用户电子邮件搜索功能的应用程序,但我不确切知道如何将Gmail帐户集成到我的应用程序中并获取所有电子邮件的列表。 And Please let me know if any Search API is available of Gmail for iOS? 如果有任何适用于iOS的Gmail的搜索API,请告诉我们?

You may want to look into this website because there is no API from Google to get you're emails. 您可能希望查看此网站,因为Google没有API来为您提供电子邮件。 You need to do this through the POP protocol. 您需要通过POP协议执行此操作。

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

then see the features here for the library http://www.chilkatsoft.com/email-features.asp 然后查看库http://www.chilkatsoft.com/email-features.asp的功能

and download the library here http://www.chilkatsoft.com/downloads_objc.asp 并在此处下载该库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 作为和补充看看: https//github.com/mronge/mailcore

and another addition: http://www.etpan.org/ 另外一个补充: http//www.etpan.org/

Interesting too: http://code.google.com/p/remail-iphone/ 有趣的是: http//code.google.com/p/remail-iphone/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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