anybody know any PHP library to read various mail services? Like Hotmail, Gmail, yahoo?
It would be great if the library could parse the email and mark as read…
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A solution might be to use the
Zend_Mailcomponent of Zend Framework — if it’s as several other components, you could be able to use it outside of the Framework, not having too much work to do to “extract” it.The documentation page about Reading Mail Messages could interest you.