ZF-8488: Set flags on an array of messages: store() function in Zend_Mail_Protocol_Imap should support array
Description
If I want to set flags for many messages, I have to call the store() function many times (hundreds, thousands). It would be nice if this function also supports an array as parameter, like fetch already does.
I will attach a patch which adds this functionality, I hope this helps.
Comments
Posted by Michael Kliewe (mkliewe) on 2009-12-07T08:08:15.000+0000
the patch to support an array as parameter
Posted by Satoru Yoshida (satoruyoshida) on 2009-12-10T06:24:07.000+0000
Sorry , it should be Zend_Mail_Storage issue.