Hello, i'm building an application with mail reading capabilities using Zend_Mail_Storage_Imap.
It seems that the RecursiveIterator for Messages and even the countParts Method fetch the whole content of the parts. For mails with larger attachments calling these functions leads to a "Fatal error: Allowed memory size of 67108864 bytes exhausted ...". Is there any way to get the headers of message parts without fetching the content? Thanks in advance Jens
