(PHP 4, PHP 5, PHP 7)
imap_subscribe — Abbonieren eines Postfachs
$imap_stream
, string $mailbox
)Abbobiert ein neues Postfach.
imap_stream
Eine von imap_open() zurückgegebene IMAP-Verbindung.
mailbox
Der Postfachname, siehe imap_open() für weitere Informationen.
Gibt bei Erfolg TRUE
zurück. Im Fehlerfall wird FALSE
zurückgegeben.