[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:30:29 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:30) wrote:

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

array (size=6)
   'composetemplates' =>
     object(IMP_Mailbox)[187]
       protected '_cache' =>
         array (size=0)
           empty
       protected '_changed' => int 0
       protected '_import' => null
       protected '_mbox' => string 'Templates' (length=9)
   'drafts' =>
     object(IMP_Mailbox)[190]
       protected '_cache' =>
         array (size=0)
           empty
       protected '_changed' => int 0
       protected '_import' => null
       protected '_mbox' => string 'Draft' (length=5)
   'sent' =>
     array (size=1)
       0 =>
         object(IMP_Mailbox)[204]
           protected '_cache' =>
             array (size=0)
               ...
           protected '_changed' => int 0
           protected '_import' => null
           protected '_mbox' => string 'Sent' (length=4)
   'spam' =>
     object(IMP_Mailbox)[194]
       protected '_cache' =>
         array (size=0)
           empty
       protected '_changed' => int 0
       protected '_import' => null
       protected '_mbox' => string 'Spam' (length=4)
   'trash' =>
     object(IMP_Mailbox)[193]
       protected '_cache' =>
         array (size=0)
           empty
       protected '_changed' => int 0
       protected '_import' => null
       protected '_mbox' => string 'Trash' (length=5)
   'userhook' =>
     array (size=0)






More information about the bugs mailing list