ZF-7148: Move e-mail messages to other folders
Description
Hello!
Currently it's possible to get the IMAP folder list and open a specified one to read its messages. It would be a nice feature to also be able to move messages from one IMAP folder to another.
Thanks!
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-09-18T02:40:18.000+0000
Moved to correct component
Posted by Duccio Gasparri (duccio) on 2010-05-03T23:40:42.000+0000
It should be moved to Zend_Mail_Storage_Imap, which by the way has the following method:
null Zend_Mail_Storage_Imap::moveMessage(int $id, string|Zend_Mail_Storage_Folder $folder)