[Tickets #4480] Only allow editing of your own ACLs
bugs@bugs.horde.org
bugs at bugs.horde.org
Mon Oct 2 23:16:55 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://dev.horde.org/horde/whups/ticket/?id=4480
-----------------------------------------------------------------------
Ticket | 4480
Updated By | Matt Selsky <selsky at columbia.edu>
Summary | Only allow editing of your own ACLs
Queue | IMP
Version | HEAD
Type | Enhancement
State | Assigned
Priority | 1. Low
Owners | Matt Selsky
-----------------------------------------------------------------------
Matt Selsky <selsky at columbia.edu> (2006-10-02 23:16) wrote:
There's a canEdit($folder, $user) function that is unimplemented in all
drivers. Any problem with adding a new function?
canUserEdit($folder) {
// ask IMAP server for rights on $folder via "MYRIGHTS" command for
current user.
}
Or should the canEdit function be modified to make the $user argument
optional, and if not set, then do the MYRIGHTS command above?
More information about the bugs
mailing list