Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: 1.9.6
-
Fix Version/s: None
-
Component/s: Zend_Mail_Storage
-
Labels:None
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.
Attachments
Issue Links
| This issue is related to: | ||||
| ZF-8513 | copying many messages is slow: copy() in Zend_Mail_Protocol_Imap should support array of message ids |
|
|
|
the patch to support an array as parameter