Summary | deleteMailbox doesn't work |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org, slusarz (at) horde (dot) org |
Requester | vilius (at) lnk (dot) lt |
Created | 04/13/2011 (5196 days ago) |
Due | |
Updated | 04/19/2011 (5190 days ago) |
Assigned | 04/13/2011 (5196 days ago) |
Resolved | 04/19/2011 (5190 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Bug #9895: Replace 'unixhier' parameter with 'userhierarchy' forCyrsql auth driver
2 files changed, 8 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/53d7867eef3cb3a85aff19aa9957cee5ac8954e1
Fix default userhierarchy for Cyrsql driver (
Bug #9895).2 files changed, 10 insertions(+), 22 deletions(-)
http://git.horde.org/horde-git/-/commit/94c2dbc93c077f04a1c5dcf34c689689b09b40af
New Attachment: userhier.patch
there - I don't see what the issue could be with the IMAP driver.
And with this patch CyrSQL driver works too.
"user NS-separator", so the prefix must be specified as a
configuration option. It should default to "user." though.
"unixhierarchysep: 0
Use the UNIX separator character ?/? for delimiting levels of mailbox
hierarchy. The default is to use the netnews separator character ?.?."
Mine is the default.
- I don't see what the issue could be with the IMAP driver.
Assigned to Jan Schneider
deleteMailbox arguments later today.
mailbox gets deleted.
'user.'. I have no idea which is correct, but it was this way in H3
also. Jan - can you provide input here?
into deleteMailbox arguments later today.
mailbox gets deleted.
and did exactly what your patch does. Still there is a problem with
userhierarchy parameter which is never defined in my case.
Also I tried removing that parameter from $mailbox = line to no avail.
My users are under name space "user." I will try to harcode that into
deleteMailbox arguments later today.
Assigned to Michael Slusarz
State ⇒ Feedback
IMAP looked like it should work.
Can you try this patch and report back?
Bug #9895: Fix deleteMailbox for Cyrsql and Imap auth drivers2 files changed, 9 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/7488ec8ac68e21317e92fde638f340fc1f9233b1
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ deleteMailbox doesn't work
Type ⇒ Bug
using CyrSQL or IMAP drivers I get "IMAP error: Mailbox does not
exist". Just a guess, but this is probably becouse of in the past IMAP
libraries used PHP imap_deletemailbox function, but now it uses direct
socket connection and mailbox need to be specified with namespace?
Like user.mailbox.