[Tickets #12031] Re: Errors in IMAP commands
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Feb 11 20:07:53 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 | Assigned
+State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2013-02-11 13:07) wrote:
> C: 7 UID FETCH 307495,307499,307501 UID (VANISHED CHANGEDSINCE 0)
> S: 7 BAD Missing required argument to UID Fetch
CHANGEDSINCE can't be empty. It appears that your cache data is
broken, but I would need a dump of that data to be sure.
> C: 2 SELECT "INBOX.Quarant&AOQ-ne" (QRESYNC (1240054819 17703
> 62857:62885,62893:
> 62906,))
> S: 2 BAD Invalid QRESYNC parameter list in Select
See above - it looks like your cached data is hosed. But no way for
me to verify unless I can see contents of the cache file.
In IMP 6.0, this will work:
print_r($injector->getInstance('IMP_Factory_Imap')->create()->getCache()->get("INBOX.Quarant&AOQ-ne"));
print_r($injector->getInstance('IMP_Factory_Imap')->create()->getCache()->getMetaData("INBOX.Quarant&AOQ-ne"));
More information about the bugs
mailing list