Forum und email

imap_subscribe

(PHP 4, PHP 5)

imap_subscribe — Abbonieren eines Postfachs

Beschreibung

bool imap_subscribe ( resource $imap_stream , string $mailbox )

Abbobiert ein neues Postfach.

Parameter Liste

imap_stream

An IMAP stream returned by imap_open().

mailbox

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

Rückgabewerte

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

Siehe auch