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 帐户集成到我的应用程序中并获取所有电子邮件的列表?
基础教程推荐
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01