Hello, I have a mail application where I need to work with incoming mail attachments and I want to port it to Zend Framework.
I have read in the manual about isMultipart() and getPart() methods of Zend_Mail_Part and I suppose that's the way to go unless the manual is
outdated. The email storage I'm using is a remote IMAP server. How does Zend_Mail deal with the parts? Do I need to read data into a variable and then save it to the disk or is there a way to transfer the remote data directly to the filesystem? My concern is about large attachments. Could you give me some insight about it? Thank you! Luiz
