A PHP API for retrieving Mail From Yahoo, GMail, Hotmail

守給你的承諾、 提交于 2019-11-26 21:44:53

问题


There are a few APIs for grabbing the address book/contact list from the major providers of email.

I was wondering do APIs like this exist for grabbing emails/messages received?

Thanks all

EDIT

I am sure I can do this myself. However, I don't want to "re-invent" the wheel if someone has done it already. Probably better than I can since I am just a noob :P


回答1:


I think all of this services provide POP/IMAP protocol which you can acces with PHP's functions: http://php.net/book.imap



来源:https://stackoverflow.com/questions/463410/a-php-api-for-retrieving-mail-from-yahoo-gmail-hotmail

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!