(PHP 4, PHP 5, PHP 7)
imap_unsubscribe — Abonnement eines Postfachs beenden
$imap_stream
, string $mailbox
)
Das Abonnement des Postfachs mailbox
beenden.
imap_stream
Eine von imap_open() zurückgegebene IMAP-Verbindung.
mailbox
Der Postfachname (mehr Informationen finden Sie unter imap_open()).
Gibt bei Erfolg TRUE
zurück. Im Fehlerfall wird FALSE
zurückgegeben.