6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/8/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#13212] Other Users container not shown
*
Your Email Address
*
Spam protection
Enter the letters below:
.__..__ \ / __..__. | |[__) >< (__ | | |__|[__)/ \.__)|__|
Comment
> Pretty sure this was fixed. Specifically, this change (we were > stripping namespace prefix from all mailboxes, not just personal > namespaces): > > --- a/imp/lib/Ftree/Account/Imap.php > +++ b/imp/lib/Ftree/Account/Imap.php > @@ -112,23 +112,23 @@ class IMP_Ftree_Account_Imap extends IMP_Ftree_Account > * step through the name to make sure all subfolders exist > * in the tree. */ > if (strlen($val['delimiter'])) { > - /* Strip personal namespace. */ > - if (!empty($ns_info['name']) && > - (strpos($mbox, $ns_info['name']) === 0)) { > - $parts = explode($val['delimiter'], > substr($mbox, strlen($n > s_info['name']))); > - $parts[0] = $ns_info['name'] . $parts[0]; > + /* Strip personal namespace (if non-empty). */ > + if (($ns_info->type === $ns_info::NS_PERSONAL) && > + strlen($ns_info->name)) { > + $parts = explode($val['delimiter'], > $ns_info->stripNamespac > e($mbox)); > + $parts[0] = $ns_info->name . $parts[0]; > > Obviously, this patch can't be applied directly since it depends on a > bunch of other changes (i.e. in Horde_Imap_Client) but I now see the > namespace prefix appearing in my Shared mailboxes folder.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers