简体   繁体   English

iOS应用程序上的电子邮件联系人

[英]Email contact on iOS application

I know we can retrieve email contacts from the "Contacts" app. 我知道我们可以从“联系人”应用中检索电子邮件联系人。

What if I want to retrieve other email from let's say gmail inside my app. 如果我想从我的应用程序内说gmail来检索其他电子邮件怎么办。 Is this possible? 这可能吗?

Is there an sdk to retrieve it? 是否有要检索的SDK? eg (the app will prompt user to login to gmail, and it will send back all the email contact) 例如(该应用程序将提示用户登录gmail,并将发送回所有电子邮件联系人)

What about Yahoo and Exchange? 雅虎和Exchange呢?

Maybe this question about Gmail might help you. 也许有关Gmail的问题可能会对您有所帮助。

I think similar to Gmail case, you can do with Exchange API and Yahoo 我认为与Gmail情况类似,您可以使用Exchange APIYahoo

But Yahoo currently says: 但是雅虎目前说:

Access to Yahoo's IMAP service is one of the top requests from the application developer community. 访问Yahoo的IMAP服务是应用程序开发人员社区提出的最重要的要求之一。 We are happy to announce that a Yahoo IMAP service with OAuth-2.0 will be available in early 2015. As announced on Dec 19th, 2014, we will no longer support the current Yahoo-customized Mail APIs after February 16, 2015. We will provide a migration path to this new service, which will allow us to better serve the developer community. 我们很高兴地宣布,具有OAuth-2.0的Yahoo IMAP服务将于2015年初推出。如2014年12月19日所宣布,我们将在2015年2月16日之后不再支持当前的Yahoo自定义邮件API。我们将提供这项新服务的迁移路径,这将使我们能够更好地为开发人员社区提供服务。 For more information, send a mail to imap-service@yahoo-inc.com. 有关更多信息,请发送电子邮件至imap-service@yahoo-inc.com。

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

相关问题 如何在我的iOS应用程序中发送电子邮件。 我有我自己设计的联系我们页面视图 - How to send email in my iOS Application . I have my own designed Contact us Page View 从“联系我们” UIViewController iOS 7发送电子邮件 - Sending email from a 'Contact Us' UIViewController iOS 7 使用iOS 7在ios应用程序中获取所有iphone联系人 - get all iphone Contact in ios Application with iOS 7 如何使用Yahoo! 在iOS应用程序中联系api? - How to use Yahoo! contact api in iOS application? 在 swift iOS 应用程序中验证电子邮件 - Validation of email in swift iOS application 通过电话,电子邮件,姓名在AddressBook中找到ios ABRecordRef联系人 - find ios ABRecordRef contact in AddressBook by phone, email, name 使用SKPSMTPMessage发送的电子邮件附件在iOS邮件客户端中显示为联系人 - Email attachment sent using SKPSMTPMessage appears in iOS mail client as contact 在 Swift 2.0 Contact Framework iOS 中从 CNContactPicker 获取电子邮件地址 - Fetch email address from CNContactPicker in Swift 2.0 Contact Framework iOS 将个人资料页面(电话号码,电子邮件地址,照片)中的联系人变量提取到iOS电话簿联系人列表中 - Extracting contact variables from profile page (phone #, email address, photo) to iOS Phonebook Contact List 当我想获取联系人时,ios 11 上的应用程序崩溃? - application crash on ios 11 when i want to fetch contact?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM