[Tickets #12031] Re: Errors in IMAP commands
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Feb 13 05:30:55 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12031
------------------------------------------------------------------------------
Ticket | 12031
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Errors in IMAP commands
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2013-02-12 22:30) wrote:
> C: 2 SELECT "INBOX.Quarant&AOQ-ne" (QRESYNC (1240054819 17954 ,63006:63041))
[snip]
> The cache results are:
>
> Array
> (
> )
> Array
> (
> [uidvalid] =>
> )
That can't be right, since the UID list is generated from the cached
data. Best to do a print_r($uids) at line ~916 (Socket.php):
$uids = $this->_cache->get($mailbox);
print_r($uids);
More information about the bugs
mailing list