从 gmail、yahoo、hotmail 获取联系人列表

发布于 2024-11-30 23:37:25 字数 339 浏览 1 评论 0 原文

我希望编写一个API,可以从 Gmail、Yahoo 和其他电子邮件获取联系人列表。这怎么能做到呢?是否已有适用于它们的 API 或者我需要编写 PHP 代码来提取信息?

我需要像 DropBox 这样的推荐系统。有没有人自己编写代码或者可以作为开源代码使用?

https://www.dropbox.com/referrals

请在这方面指导我。任何链接或解释都可以完成这项工作。

谢谢 :)

I wish to write an API that can get the contacts list from Gmail, Yahoo and other e-mails. How can this be done? Are there already existing APIs for them or do I need to write PHP code to extract information?

I need a referral system like DropBox has. Has anyone coded it themselves or is it available as open source?

https://www.dropbox.com/referrals

Please guide me in this regard. Any link or explanation will do the job.

Thanks :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

青衫负雪 2024-12-07 23:37:25

Google 有一个 API:http://code.google.com/intl/en/ API/联系人/
雅虎也有一个 API: http://developer.yahoo.com/social/contacts/

该线程中还提到了其他一些内容:用于 Hotmail 的 PHP API,邮箱和雅虎?

Google has an API: http://code.google.com/intl/en/apis/contacts/
And Yahoo also has an API: http://developer.yahoo.com/social/contacts/

There exists some other which are mentioned in this thread: PHP APIs for Hotmail, Gmail and Yahoo?

笙痞 2024-12-07 23:37:25

简单 5 步从 Gmail 获取联系人列表
1.开设gmail账户
2. 单击 Gmail 下拉菜单
3.点击联系人
4. 单击更多下拉按钮
5. 现在单击“导出...”,然后下载电子邮件数据库

http://all-easy-tricks.blogspot.in/p/how-to-get-gmailemail-id-contacts-list.html

点击此处

simple 5 step to get contact list from gmail
1. open gmail account
2. click gmail dropdown
3. click on Contacts
4. Click on More dropdown button
5. Now click on Export... , and download email db

http://all-easy-tricks.blogspot.in/p/how-to-get-gmailemail-id-contacts-list.html

click here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文