I noticed that using:
imap_setacl ($conn, $mbox, $userid, "")
will act like:
"deleteaclmailbox $mbox $userid" (remove the ACL on mailbox for userid).
![]() | imap_setaclDescriptionbool imap_setacl ( resource stream_id, string mailbox, string id, string rights )
This function is currently only available to users of the c-client2000 or greater library. See also imap_getacl(). ![]()
panayotis at yellownetroad dot com
07-Oct-2002 07:34
I noticed that using:
masneyb at seul dot org
28-Jun-2002 01:11
stream_id is the stream returned from imap_open | ![]() | ||