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 | 07/12/2016 (3262 days ago) |
Due | |
Updated | 10/20/2017 (2797 days ago) |
Assigned | |
Resolved | 07/12/2016 (3262 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 6.2.16 |
Patch | No |
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
State ⇒ Resolved
Priority ⇒ 1. Low
Milestone ⇒ 6.2.16
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
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
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Mailbox::MBOX_USERSPECIAL in special_mboxes seems to not work
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
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.