[Tickets #11626] Re: ActiveSync : auto detection of special folders (trash, sent, etc...) and hierarchy fails

noreply at bugs.horde.org noreply at bugs.horde.org
Thu Jan 10 14:35:06 UTC 2013


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

Ticket URL: http://bugs.horde.org/ticket/11626
------------------------------------------------------------------------------
  Ticket             | 11626
  Updated By         | busywater at gmail.com
  Summary            | ActiveSync : auto detection of special folders (trash,
                     | sent, etc...) and hierarchy fails
  Queue              | Synchronization
  Version            | Git master
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Michael Rubinsky
------------------------------------------------------------------------------


busywater at gmail.com (2013-01-10 14:35) wrote:

> From the PHP shell in the Horde administrative section, execute the  
> following:
>
> var_dump($GLOBALS['registry']->mail->getSpecialMailboxes());
>
> and post the results.

The previous comment is from a server running PHP 5.4

This server below is running PHP 5.3 also show the same symptoms:

array(6) {
   ["composetemplates"]=>
   object(IMP_Mailbox)#194 (4) {
     ["_cache":protected]=>
     array(0) {
     }
     ["_changed":protected]=>
     int(0)
     ["_import":protected]=>
     NULL
     ["_mbox":protected]=>
     string(9) "Templates"
   }
   ["drafts"]=>
   object(IMP_Mailbox)#196 (4) {
     ["_cache":protected]=>
     array(0) {
     }
     ["_changed":protected]=>
     int(0)
     ["_import":protected]=>
     NULL
     ["_mbox":protected]=>
     string(5) "Draft"
   }
   ["sent"]=>
   array(1) {
     [0]=>
     object(IMP_Mailbox)#211 (4) {
       ["_cache":protected]=>
       array(0) {
       }
       ["_changed":protected]=>
       int(0)
       ["_import":protected]=>
       NULL
       ["_mbox":protected]=>
       string(4) "Sent"
     }
   }
   ["spam"]=>
   object(IMP_Mailbox)#201 (4) {
     ["_cache":protected]=>
     array(0) {
     }
     ["_changed":protected]=>
     int(0)
     ["_import":protected]=>
     NULL
     ["_mbox":protected]=>
     string(4) "Spam"
   }
   ["trash"]=>
   object(IMP_Mailbox)#199 (4) {
     ["_cache":protected]=>
     array(0) {
     }
     ["_changed":protected]=>
     int(0)
     ["_import":protected]=>
     NULL
     ["_mbox":protected]=>
     string(5) "Trash"
   }
   ["userhook"]=>
   array(0) {
   }
}






More information about the bugs mailing list