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

bugs at bugs.horde.org bugs at bugs.horde.org
Fri Dec 14 13:52:58 UTC 2007


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

Ticket URL: http://bugs.horde.org/ticket/?id=5988
-----------------------------------------------------------------------
 Ticket             | 5988
 Updated By         | rjvbaal at robacomm.nl
 Summary            | No #shared in IMP tree, also no childeren in the tree
 Queue              | IMP
 Version            | HEAD
 Type               | Bug
 State              | Feedback
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


rjvbaal at robacomm.nl (2007-12-14 08:52) wrote:

> Your imap_config is wrong, for starters.  Your mailserver is reporting:
>
> * NAMESPACE (("INBOX." ".")) NIL (("#shared." ".")("shared." "."))
>
> Yet you have:
> '#shared.' => array(
>     'name' => '#shared.',
>     'delimiter' => '.',
>     'type' => 'personal',
>     'hidden' => false
> )
>
> 'type' should be 'other', not 'personal'.
>
> Second, you are showing unsubscribed folders in IMP right?

In the first post the folders are not shown in IMP, in the second post i
have used the configuration as above. This is working and the folders are
visible.
Folders are displayed whithout the "#shared." 
I know that type must be 'other' or 'shared' , but with the above option
the folders are displayed.
The folder are already subscribed by the thunderbird program,  and i have
checked the file in the Maildir map.
toner# cat courierimapsubscribed
INBOX.Trash
INBOX.Sent
INBOX.Drafts
INBOX.sent-mail
INBOX.Test
#shared.orange
#shared.spam
#shared.systeem
#shared.orange.Asser
#shared.orange.Enerfree

According to the RFC2342 the:

1e field = personal
2e field = other users
3 .... X e field = multiple shared namespaces

my server sents:
NAMESPACE (("INBOX." ".")) NIL (("#shared." ".")("shared." "."))
So i have personal namespaces 
NO otherusers namespaces 
and multiple shared namespaces

again a telnet dump
2 namespace
* NAMESPACE (("INBOX." ".")) NIL (("#shared." ".")("shared." "."))
2 OK NAMESPACE completed.
3 list "" "#shared.%"
* LIST (\HasNoChildren) "." "#shared.spam"
* LIST (\HasNoChildren) "." "#shared.systeem"
* LIST (\HasChildren) "." "#shared.orange"
3 OK LIST completed

Kind Regards Robert-Jan



More information about the bugs mailing list