IMAP
PHP Manual

imap_unsubscribe

(PHP 4, PHP 5)

imap_unsubscribeAbbonement eines Postfachs rückgängig machen

Beschreibung

int imap_unsubscribe ( int $imap_stream , string $mailbox )

Abbonement des Postfachs mailbox beenden.

Parameter-Liste

imap_stream

Eine von imap_open() zurückgegebene IMAP-Verbindung.

mailbox

Der Postfachname (für weitere Informationen siehe imap_open()).

Rückgabewerte

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

Siehe auch


IMAP
PHP Manual