[Tickets #14423] Mailbox::MBOX_USERSPECIAL in special_mboxes seems to not work
noreply at bugs.horde.org
noreply at bugs.horde.org
Tue Jul 12 08:25:32 UTC 2016
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/14423
------------------------------------------------------------------------------
Ticket | 14423
Created By | giannici at neomedia.it
Summary | Mailbox::MBOX_USERSPECIAL in special_mboxes seems to
| not work
Queue | IMP
Version | 6.2.15
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
giannici at neomedia.it (2016-07-12 08:25) wrote:
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.
More information about the bugs
mailing list