I need to access a POP3 email account and obtain the the list of messages' unique id and its corresponding file size. I'm using CodeIgniter and have access to Zend libraries. Trying to do something similar to the LIST command. Ideas?
A:
Take a look into "Reading Mail Messages" in the Zend Framework documentation.
Zend_Mail_Storage_Pop3
is what you are looking for.
Benjamin Cremer
2010-07-26 07:13:07