(PHP 4 >= 4.0.7, PHP 5, PHP 7)
imap_setacl — Setzen der ACL für ein Postfach
$imap_stream
, string $mailbox
, string $id
, string $rights
)Setzt die Zugriffsrechte für ein Postfach.
imap_stream
Eine von imap_open() zurückgegebene IMAP-Verbindung.
mailbox
Der Name des Postfachs, siehe imap_open() für nähere Informationen.
id
Der Benutzer dessen Rechte geändert werden sollen.
rights
Die zu setzenden Rechte oder ein leerer String um alle Rechte zu entziehen.
Gibt bei Erfolg TRUE
zurück. Im Fehlerfall wird FALSE
zurückgegeben.
This function is currently only available to users of the c-client2000 or greater library.