简体   繁体   English

如何编写一个显示我的GMail帐户中的邮件的iOS应用程序?

[英]How can I write an iOS application that displays mail from my GMail account?

如何编写一个显示我的GMail帐户中的邮件的iOS应用程序?

You could use libetpan . 您可以使用libetpan It's a library for a mail client. 它是邮件客户端的库。 And gmail uses IMAP, so you can use the IMAP part of libetpan. gmail使用IMAP,因此您可以使用libetpan的IMAP部分。

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

相关问题 iOS - 任何人都可以建议我如何将gmail帐户集成到我的应用程序中并获取所有电子邮件的列表? - iOS - Can anyone suggest me how can I integrate gmail account into my app and get the list of all emails? 如何在我的iOS应用程序中从Mail打开自定义数据文件? - How to open a custom data file from Mail in my iOS Application? 如何取消Twitter与iOS应用程序的链接 - How can I unlink Twitter from my iOS application 如何将联系人从gmail导入到iPhone应用程序? - How can I import contacts from gmail to iPhone application? 如何使用Twitter帐户登录iPhone应用程序? - How can I Login my iPhone application using Twitter Account? 如何从iPhone应用程序发送邮件 - How can I send mail from an iPhone application 如何从iPhone应用程序登录Facebook帐户? - how can I sign in from my iphone app to facebook account? 我如何从我的iOS应用程序中读取Google Analytics(分析)数据? - How i can read google analytics data from my iOS application? 我想从我的 aap 打开。 “设置>>邮件>>添加帐户”(添加帐户页面)可以吗? - i want to open from my aap. “settings >> mail >> add account ” (the add account page) is it possible.? 如何向我的 iOS 应用程序添加滚动视图? - How can I add a scroll view to my iOS application?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM