[Tickets #12551] Re: Horde_Imap_Client: array_combine() error message
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Aug 8 19:29:14 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12551
------------------------------------------------------------------------------
Ticket | 12551
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | Horde_Imap_Client: array_combine() error message
Queue | Horde Framework Packages
Version | Git master
Type | Bug
-State | Assigned
+State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Rubinsky, Michael Slusarz
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2013-08-08 19:29) wrote:
I had fixed something similar before (during the initial sync):
https://github.com/horde/horde/commit/c61cc7f2a5a3cfb7145510c6eebc75e7a92cbddf
Essentially, the error is thrown when calling something ilke:
$imap->fetch($mbox, $query, array('uids' => $search_ret['match']));
When $search_ret['match'] (the result of an $imap->search() call)
contains no matches. Not sure if this needs to be handled in the imap
code or not, but with this commit the call should no longer be made
with the empty result set.
More information about the bugs
mailing list