[Tickets #10434] Re: downloading a mailbox doesn't work

bugs at horde.org bugs at horde.org
Thu Aug 18 21:38:13 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10434
------------------------------------------------------------------------------
  Ticket             | 10434
  Updated By         | Michael Slusarz <slusarz at horde.org>
  Summary            | downloading a mailbox doesn't work
  Queue              | IMP
  Version            | Git master
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


Michael Slusarz <slusarz at horde.org> (2011-08-18 21:38) wrote:

> Same here. I tried to step-debug it, but I got completely lost in  
> the Imap_Client code. Several times.

You are both using caching.  Check to make sure the default fetch  
entries are set correctly (Horde_Imap_Client::fetch(), line 2080; $ret  
variable).  $ret should be an array with sequence numbers as keys and  
empty Data objects as values.

Then check the cached data in Horde_Imap_Client_Base::fetch() (line  
2117; $data variable).  Make sure that cached data is valid.

If all looks good, check to make sure the return variable is still  
correctly set before we start calling _fetch() to grab the data we  
don't have (line 2204; foreach loop).





More information about the bugs mailing list