Summary | quoting of folder names when setting ACLs is broken |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | Graeme.Wood (at) ed (dot) ac (dot) uk |
Created | 2010-10-07 (3756 days ago) |
Due | |
Updated | 2010-10-20 (3743 days ago) |
Assigned | 2010-10-07 (3756 days ago) |
Resolved | 2010-10-20 (3743 days ago) |
Milestone | 3.3.10 |
Patch | No |
State ⇒ Resolved
ACL code, unfortunately). I see there is a reference to Cyrus Murder
and a delay. Is that what you are using?
At best, though, that is a separate issue. This issue has been resolved.
issue, as it returns a message to say it could not retrieve the ACL
after it set it. If you then go and select the folder again and
retrieve the ACL, it correctly displays.
Summary ⇒ quoting of folder names when setting ACLs is brokenC
http://cvs.horde.org/diff.php/framework/IMAP/IMAP/ACL/Attic/rfc2086.php?rt=horde&r1=1.6.8.26&r2=1.6.8.27&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?rt=horde&r1=1.515.2.629&r2=1.515.2.630&ty=u
Assigned to Michael Slusarz
Priority ⇒ 2. Medium
Milestone ⇒ 3.3.10
Bug: 9299Fix accessing IMAP ACLs that contain non-alphanumeric characters.
imap_*() methods don't require quoting of the mailbox name.
If we directly talk to IMAP server, always quote mailbox name (this is not
100% correct IMAP behavior either, but it is as good as we are going to
get in this library for Horde 3).
http://cvs.horde.org/diff.php/framework/IMAP/IMAP/ACL/Attic/rfc2086.php?rt=horder1=1.6.8.26r2=1.6.8.27ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?rt=horder1=1.515.2.629r2=1.515.2.630ty=u
Bug #9058?code and then it will sort of work for folders with hyphens and
underscores, so it has nothing to do with capability.
State ⇒ Feedback
Bug #9058?Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Summary ⇒ quoting of folder names when setting ACLs is broken
Due ⇒ 2010-10-07
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
folders with non-alphanumeric characters in their names. The ACL
driver returns:
The current list of users with access to this folder could not be retrieved.
lib/Horde/IMAP/ACL/rfc2086.php has changed to use imap_setacl and
imap_getacl instead of talking direct to the IMAP server. Something
about quoting folder names is broken. Putting the older rfc2086.php
from 3.3.8 back restores the function.