Summary | Cannot create top level folder in the traditional mode |
Queue | IMP |
Queue Version | 5.0.23 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | leena.heino (at) uta (dot) fi |
Created | 08/02/2012 (4717 days ago) |
Due | |
Updated | 08/29/2012 (4690 days ago) |
Assigned | 08/06/2012 (4713 days ago) |
Resolved | 08/16/2012 (4703 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit ec9c3e4e0745128c96cb37e34a1a52bff862f3a9
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Aug 16 12:36:58 2012 -0600
[mms] Fix regression in creating top-level mailbox in traditional
view (
Bug #11326).Conflicts:
imp/folders.php
imp/package.xml
imp/docs/CHANGES | 2 ++
imp/folders.php | 4 ++--
imp/package.xml | 14 ++++++++++++++
3 files changed, 18 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/ec9c3e4e0745128c96cb37e34a1a52bff862f3a9
Priority ⇒ 2. Medium
Version ⇒ 5.0.23
commit ec9c3e4e0745128c96cb37e34a1a52bff862f3a9
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Aug 16 12:36:58 2012 -0600
[mms] Fix regression in creating top-level mailbox in traditional
view (
Bug #11326).Conflicts:
imp/folders.php
imp/package.xml
imp/docs/CHANGES | 2 ++
imp/folders.php | 4 ++--
imp/package.xml | 14 ++++++++++++++
3 files changed, 18 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/ec9c3e4e0745128c96cb37e34a1a52bff862f3a9
commit 235fe139fdac2deceb7163557ee5a16f1e9e5063
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Aug 16 12:36:58 2012 -0600
[mms] Fix regression in creating top-level mailbox in traditional
view (
Bug #11326).imp/docs/CHANGES | 2 ++
imp/folders.php | 4 ++--
imp/package.xml | 2 ++
3 files changed, 6 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/235fe139fdac2deceb7163557ee5a16f1e9e5063
develop too.
settings. Using the work around you would end up creating folder
INBOX/subfolder. When using the altnamespace settings you cannot
create subfolders to INBOX.
State ⇒ Assigned
Assigned to Michael Slusarz
develop too.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Cannot create top level folder in the traditional mode
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Version: 5.0.24-git
Neither CREATE nor LIST commands are sent to imap server when trying
to create top level folder in traditional mode.
Create sub folder to some existing folder works both in the
traditional and in the dynamic mode.