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

bugs at horde.org bugs at horde.org
Thu Aug 18 21:44: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:44) wrote:

> 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.

In a mailbox with 1 message, I get the following for $ret:

array(1) {
   [1]=>
   object(Horde_Imap_Client_Data_Fetch)#228 (1) {
     ["_data":protected]=>
     array(0) {
     }
   }
}

For cached data ($data):

array(1) {
   [1699]=>
   array(2) {
     ["HICenv"]=>
     object(Horde_Imap_Client_Data_Envelope)#230 (1) {
       ["_data":protected]=>
       array(7) {
  [snip]
     }
     ["HICdate"]=>
     object(Horde_Imap_Client_DateTime)#234 (3) {
       ["_datetime":"Horde_Imap_Client_DateTime":private]=>
       NULL
       ["_error":"Horde_Imap_Client_DateTime":private]=>
       bool(false)
       ["_string":"Horde_Imap_Client_DateTime":private]=>
       string(26) "23-Nov-2010 12:11:02 -0700"
     }
   }
}

And for the second $ret:

array(1) {
   [1]=>
   object(Horde_Imap_Client_Data_Fetch)#228 (1) {
     ["_data":protected]=>
     array(4) {
       [14]=>
       int(1)
       [13]=>
       int(1699)
       [9]=>
       object(Horde_Imap_Client_Data_Envelope)#230 (1) {
[snip]
       }
       [11]=>
       object(Horde_Imap_Client_DateTime)#234 (3) {
         ["_datetime":"Horde_Imap_Client_DateTime":private]=>
         NULL
         ["_error":"Horde_Imap_Client_DateTime":private]=>
         bool(false)
         ["_string":"Horde_Imap_Client_DateTime":private]=>
         string(26) "23-Nov-2010 12:11:02 -0700"
       }
     }
   }
}






More information about the bugs mailing list