6.0.0-beta6
3/31/26

[#14423] Mailbox::MBOX_USERSPECIAL in special_mboxes seems to not work
Summary Mailbox::MBOX_USERSPECIAL in special_mboxes seems to not work
Queue IMP
Queue Version 6.2.15
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester giannici (at) neomedia (dot) it
Created 7/12/16 (3549 days ago)
Due
Updated 10/20/17 (3084 days ago)
Assigned
Resolved 7/12/16 (3549 days ago)
Github Issue Link
Github Pull Request
Milestone 6.2.16
Patch No

History
10/20/2017 08:33:41 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit f88e027df4d95bf4dfd306a66ccd12c57aca6deb
Author: Jan Schneider <jan@horde.org>
Date:   Tue, 12 Jul 2016 22:07:35 +0200

Fix displaying MBOX_USERSPECIAL mailboxes (Bug #14423).

  M lib/Imap/Config.php

https://github.com/horde/imp/commit/f88e027df4d95bf4dfd306a66ccd12c57aca6deb
07/12/2016 08:09:03 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
Priority ⇒ 1. Low
Milestone ⇒ 6.2.16
 
07/12/2016 08:08:49 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit fb2a72b33ebf5265839749eff60dc0e45348543e
Author: Jan Schneider <jan@horde.org>
Date:   Tue Jul 12 22:05:59 2016 +0200

     Fix displaying MBOX_USERSPECIAL mailboxes (Bug #14423).

  imp/lib/Imap/Config.php | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/fb2a72b33ebf5265839749eff60dc0e45348543e
07/12/2016 08:06:45 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit 58a232b71cc47c4de09c1bad88c246e10baadd78
Author: Jan Schneider <jan@horde.org>
Date:   Tue Jul 12 22:05:59 2016 +0200

     Fix displaying MBOX_USERSPECIAL mailboxes (Bug #14423).

  imp/lib/Imap/Config.php | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/58a232b71cc47c4de09c1bad88c246e10baadd78
07/12/2016 08:25:31 AM giannici (at) neomedia (dot) it Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Mailbox::MBOX_USERSPECIAL in special_mboxes seems to not work
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
I have a "Virus" folder in my mailbox. I want it appear as a "special" 
folder. As I don't know if the server see it as "Virus" or 
"INBOX.Virus", I specified both and I set this in the 
backends.local.php file:

$servers['imap']['special_mboxes'] = array(
IMP_Mailbox::MBOX_TRASH => 'Cestino',
IMP_Mailbox::MBOX_USERSPECIAL => array( 'Virus' => "Virus", 
'INBOX.Virus' => "INBOX.Virus" )
);

But the "Virus" folder still isn't shown in the special folders group.

I tried to do some debugging. It seems that that option is not 
parsed/imported (code to handle users-special-folders isn't activated 
because the config in memory hasn't that option). But it's not easy 
for me to find the config-parsing routines and analyze them.

Saved Queries