[Tickets #3968] ACL tool does not list newly created ACL

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Jun 22 18:32:47 PDT 2006


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

Ticket URL: https://dev.horde.org/horde/whups/ticket/?id=3968
-----------------------------------------------------------------------
 Ticket             | 3968
 Updated By         | Chuck Hagenbuch <chuck at horde.org>
 Summary            | ACL tool does not list newly created ACL
 Queue              | IMP
 Version            | HEAD
 State              | Feedback
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


Chuck Hagenbuch <chuck at horde.org> (2006-06-22 18:32) wrote:

> 1) Add a sleep() before the GETACL (or after the SETACL) to allow 
> time for propogation to occur.
> 2) Store the ACL information on the client and use that instead of 
> asking the server again.
> 3) Use PHP5's imap_getacl() if available since it will use the same 
> stream (aka same server) as the SETACL.
>
> None of these seem correct.

Aside from not being comprehensive, what's wrong with the php 5 solution?
Could even combine it with the sleep(), only sleeping for php 4. Not pretty,
but at least it's compartmentalized.




More information about the bugs mailing list