Summary | Support multiple mailboxes in IMAP search command |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Accepted |
Priority | 2. Medium |
Owners | |
Requester | slusarz (at) horde (dot) org |
Created | 05/18/2011 (5110 days ago) |
Due | |
Updated | 08/25/2014 (3915 days ago) |
Assigned | |
Resolved | |
Milestone | |
Patch | No |
IMAP servers that actually implement this capability.
On the other hand, no IMAP server supports UTF8 yet and
Horde_Imap_Client does. Always going to be a chicken/egg problem when
first implementing protocols, so it doesn't hurt to be an early adopter.
RFC 6237 (MULTISEARCH). However, this will be a API-breaking change
in Horde_Imap_Client_Base::search() - first parameter will need to
be changed to allow an array of mailboxes - so it will require IMP
5.1.
IMAP servers that actually implement this capability.
http://www.imapwiki.org/Specs#line-61
Milestone ⇒
implement this though. Currently, the logic in
Horde_Imap_Client_Base#search() is very mailbox specific - primarily
for caching reasons - so this is more difficult than just looping
through a list of mailboxes passed to search().
Milestone ⇒ 6
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ Support multiple mailboxes in IMAP search command
Queue ⇒ IMP
Milestone ⇒ 5.1
Patch ⇒ No
State ⇒ Accepted
RFC 6237 (MULTISEARCH). However, this will be a API-breaking change
in Horde_Imap_Client_Base::search() - first parameter will need to be
changed to allow an array of mailboxes - so it will require IMP 5.1.