Forum und email

imap_setacl

(PHP 4 >= 4.0.7, PHP 5)

imap_setacl — Setzen der ACL für ein Postfach

Beschreibung

bool imap_setacl ( resource $imap_stream , string $mailbox , string $id , string $rights )

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter Liste

imap_stream

An IMAP stream returned by imap_open().

mailbox

Der Name des Postfachs, siehe imap_open() für nähere Informationen.

id

rights

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Anmerkungen

This function is currently only available to users of the c-client2000 or greater library.

Siehe auch