6.0.0-beta1
9/24/25

[#2935] Renaming folders doesn't work with cyrus
Summary Renaming folders doesn't work with cyrus
Queue IMP
Queue Version HEAD
Type Bug
State Not A Bug
Priority 2. Medium
Owners slusarz (at) horde (dot) org
Requester adrieder (at) sbox (dot) tugraz (dot) at
Created 11/07/2005 (7261 days ago)
Due
Updated 11/08/2005 (7260 days ago)
Assigned 11/08/2005 (7260 days ago)
Resolved 11/08/2005 (7260 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
11/08/2005 08:54:01 AM adrieder (at) sbox (dot) tugraz (dot) at Comment #3 Reply to this comment
Duplicate of Bug 2874.  And this solution breaks creation of folders
in empty namespaces.
Hmm... Sorry for this question:

Do you mean the creation of folders at the level above "INBOX." ?
11/08/2005 01:31:39 AM Michael Slusarz Comment #2
State ⇒ Not A Bug
Reply to this comment
Duplicate of Bug 2874.  And this solution breaks creation of folders 
in empty namespaces.
11/08/2005 01:00:30 AM Chuck Hagenbuch Assigned to Michael Slusarz
State ⇒ Assigned
 
11/07/2005 11:59:54 PM adrieder (at) sbox (dot) tugraz (dot) at Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Renaming folders doesn't work with cyrus
Queue ⇒ IMP
Reply to this comment
When trying to rename a folder on a cyrus-imap server I get permission 
denied, unless I add "INBOX." at the beginnig of the new folder name



changing the _appendNamespace() function in horde/imp/folders.php at 
line 42 from



          if (!$ns_info) {

to

          if (empty($ns_info['name'])) {



seems to solve the problem

Saved Queries