views:

17

answers:

0

Hi guys, I'm looking for an open source imap library which I can use to help in building my front for the webmail. My current code uses the zend framework but its too slow and memory intensive that I'm forced to look for other options.

I would like a library that is:

  • Lightweight
  • Regularly maintained
  • Allows for download and parsing of attachments etc
  • Can handle different encoded emails etc.
  • Would be nice if the library was object oriented and extensible
  • Fairly documented

I just need a library to set up the reading of emails part. I've had it with the Zend_Mail library as they seem too memory intensive.