(PHP 4, PHP 5, PHP 7)
imap_deletemailbox — Löscht ein Postfach
$imap_stream
, string $mailbox
) : bool
Löscht das mit mailbox
angegebene Postfach.
imap_stream
Eine von imap_open() zurückgegebene IMAP-Verbindung.
mailbox
Der Postfachname, für weitere Informationen siehe imap_open().
Passing untrusted data to this parameter is insecure, unless imap.enable_insecure_rsh is disabled.
Gibt bei Erfolg TRUE
zurück. Im Fehlerfall wird FALSE
zurückgegeben.