[Tickets #12346] Re: unable to add IMAP acl settings

noreply at bugs.horde.org noreply at bugs.horde.org
Wed Jun 12 11:19:10 UTC 2013


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12346
------------------------------------------------------------------------------
  Ticket             | 12346
  Updated By         | weis at kip.uni-heidelberg.de
  Summary            | unable to add IMAP acl settings
  Queue              | IMP
  Version            | 6.1.0
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              | 1
  Owners             |
------------------------------------------------------------------------------


weis at kip.uni-heidelberg.de (2013-06-12 11:13) wrote:

i was unable to add new acl values for shared folders.
To remove acl flags was no problem.
The problem could be tracked down to:

in imp/lib/Imap/Acl.php Line 90

         if (strlen($rights) || !$imp_imap->access(IMP_Imap::ACCESS_ACL)) {
             return;
         }

so 'addRights' is aborting when $rights are set.
It should be

         if ( ! strlen($rights) || !$imp_imap->access(IMP_Imap::ACCESS_ACL)) {
             return;
         }






More information about the bugs mailing list