iOS - Can anyone suggest me how can I integrate gmail account into my app and get the list of all emails?(iOS - 谁能建议我如何将 gmail 帐户集成到我的应用程序中并获取所有电子邮件的列表?)
问题描述
我正在开发一个应用程序,该应用程序具有使用 Gmail 帐户搜索用户电子邮件的功能,但我不知道如何将 Gmail 帐户集成到我的应用程序中并获取所有电子邮件的列表.请让我知道是否有适用于 iOS 的 Gmail 的任何搜索 API?
你可能想看看这个网站,因为谷歌没有 API 可以让你收到电子邮件.您需要通过 POP 协议执行此操作.
http://www.example-code.com/objc/pop3_gmail.asp
然后在此处查看库的功能http://www.chilkatsoft.com/email-features.asp
并在此处下载库http://www.chilkatsoft.com/downloads_objc.asp
希望这能让你开始阅读电子邮件并列出它们,祝你好运!
as 和 add 看看:https://github.com/mronge/mailcore
还有一个补充:http://www.etpan.org/
也很有趣:http://code.google.com/p/remail-iphone/p>
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. And Please let me know if any Search API is available of Gmail for iOS?
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/
这篇关于iOS - 谁能建议我如何将 gmail 帐户集成到我的应用程序中并获取所有电子邮件的列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:iOS - 谁能建议我如何将 gmail 帐户集成到我的应用程序中并获取所有电子邮件的列表?


- Android - 拆分 Drawable 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01