Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP Library to request emails from IMAP

There are many libraries for PHP which are great to send emails. But which is the most reliable one to request emails from an IMAP account? Especially emails with attachments.

like image 599
Christian Kolb Avatar asked Jul 27 '12 13:07

Christian Kolb


1 Answers

One wouldn't choose a framework based upon it's IMAP capabilities, considering that you should be able to load a powerful IMAP library alongside any framework. You may want to use the Horde IMAP driver, a powerful abstraction layer for the protocol.

like image 193
Lusitanian Avatar answered Oct 19 '22 12:10

Lusitanian