I noticed that using:
imap_setacl ($conn, $mbox, $userid, "")
will act like:
"deleteaclmailbox $mbox $userid" (remove the ACL on mailbox for userid).
![]() |
|
||||||||||
|
imap_setaclОписаниеbool imap_setacl ( resource imap_stream, string mailbox, string id, string rights )
Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. ПримечанияThis function is currently only available to users of the c-client2000 or greater library. imap_setacl
panayotis at yellownetroad dot com
06-Oct-2002 04:34
I noticed that using:
masneyb at seul dot org
27-Jun-2002 10:11
stream_id is the stream returned from imap_open |