[Tickets #5988] Re: No #shared in IMP tree, also no childeren in the tree

bugs at horde.org bugs at horde.org
Fri May 16 14:42:46 UTC 2008


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

Ticket URL: http://bugs.horde.org/ticket/5988
-----------------------------------------------------------------------
 Ticket             | 5988
 Updated By         | pascal.poudrier at geothentic.com
 Summary            | No #shared in IMP tree, also no childeren in the tree
 Queue              | IMP
 Version            | HEAD
 Type               | Bug
 State              | Stalled
 Priority           | 1. Low
 Milestone          |
 Patch              |
 Owners             |
-----------------------------------------------------------------------


pascal.poudrier at geothentic.com (2008-05-16 10:42) wrote:

Problem corrected in the latest RC.

Thank's !

> the shared folder [#shared.rsalmon.test] is not showing in IMP but
> works fine with thunderbird.
>
> courier-imap 4.2.1
>
> servers.php config
> $servers['imap'] = array(
>     'name' => 'IMAP Server',
>     'server' => '127.0.0.1',
>     'hordeauth' => true,
>     'protocol' => 'imap/notls',
>     'port' => 143,
>     'maildomain' => 'mbp.local',
>     'smtphost' => '127.0.0.1',
>     'smtpport' => 25,
>     'realm' => '',
>     'preferred' => '',
>     'quota' => array(
>         'driver' => 'imap',
>         'params' => array(),
>     ),
>     'acl' => array(
>         'driver' => 'rfc2086',
>     )
> );
> In Folders.php i have put the following line at the end off the file
>
> print_r($imptree);
>
> This is the result:
> IMP_Tree Object
> (
>     [_tree] => Array
>         (
>             [%] => Array
>                 (
>                     [a] => 1024
>                     [v] => %
>                 )
>
>             [INBOX.Brouillon] => Array
>                 (
>                     [a] => 576
>                     [c] => 0
>                     [p] => %
>                     [v] => INBOX.Brouillon
>                     [l] => Brouillon
>                 )
>
>             [INBOX.Trash] => Array
>                 (
>                     [a] => 576
>                     [c] => 0
>                     [p] => %
>                     [v] => INBOX.Trash
>                     [l] => Trash
>                 )
>
>             [INBOX.Sent-12-2007] => Array
>                 (
>                     [a] => 576
>                     [c] => 0
>                     [p] => %
>                     [v] => INBOX.Sent-12-2007
>                     [l] => Sent-12-2007
>                 )
>
>             [INBOX.Spam] => Array
>                 (
>                     [a] => 576
>                     [c] => 0
>                     [p] => %
>                     [v] => INBOX.Spam
>                     [l] => Spam
>                 )
>
>             [INBOX.Sent] => Array
>                 (
>                     [a] => 576
>                     [c] => 0
>                     [p] => %
>                     [v] => INBOX.Sent
>                     [l] => Sent
>                 )
>
>             [INBOX] => Array
>                 (
>                     [a] => 2632
>                     [c] => 0
>                     [p] => %
>                     [v] => INBOX
>                     [l] => Boîte de réception
>                 )
>
>         )
>
>     [_currparent] =>
>     [_currkey] =>
>     [_currstack] => Array
>         (
>         )
>
>     [_showunsub] => 2
>     [_parent] => Array
>         (
>             [%] => Array
>                 (
>                     [0] => INBOX
>                     [1] => INBOX.Brouillon
>                     [2] => INBOX.Sent
>                     [3] => INBOX.Sent-12-2007
>                     [4] => INBOX.Spam
>                     [5] => INBOX.Trash
>                 )
>
>         )
>
>     [_poll] =>
>     [_expanded] => Array
>         (
>             [#shared.rsalmon] => 1
>         )
>
>     [_subscribed] => Array
>         (
>             [INBOX] => 1
>             [INBOX.Brouillon] => 1
>             [INBOX.Trash] => 1
>             [INBOX.Sent-12-2007] => 1
>             [INBOX.Spam] => 1
>             [INBOX.Sent] => 1
>             [#shared.rsalmon.test] => 1
>         )
>
>     [_unsubscribed] =>
>     [_initmode] => 0
>     [_changed] =>
>     [_unsubview] => 2
>     [_imap_sort] =>
>     [_server] => {127.0.0.1:143/imap/notls}
>     [_namespaces] => Array
>         (
>             [INBOX.] => Array
>                 (
>                     [name] => INBOX.
>                     [delimiter] => .
>                     [type] => personal
>                     [hidden] =>
>                 )
>
>             [#shared.] => Array
>                 (
>                     [name] => #shared.
>                     [delimiter] => .
>                     [type] => shared
>                     [hidden] =>
>                 )
>
>             [shared.] => Array
>                 (
>                     [name] => shared.
>                     [delimiter] => .
>                     [type] => shared
>                     [hidden] =>
>                 )
>
>         )
>
>     [_childrensupport] => 1
>     [_eltdiff] =>
>     [_elt] => Array
>         (
>             [trash] => INBOX.Trash
>             [draft] => INBOX.Brouillon
>             [spam] => INBOX.Spam
>             [sent] => Array
>                 (
>                     [0] => INBOX.Sent
>                 )
>
>             [image_dir] => /horde/imp/themes/graphics
>         )
>
>     [_forceopen] =>
>     [_delimiter] => .
>     [_currStack] => Array
>         (
>         )
>
> )
>
>
> Hope this helps.
> If you need anything else, just ask.
>
> Ronan.





More information about the bugs mailing list