(PHP 4, PHP 5, PHP 7)
imap_deletemailbox — Löscht ein Postfach
$imap_stream
, string $mailbox
)
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().
Gibt bei Erfolg TRUE
zurück. Im Fehlerfall wird FALSE
zurückgegeben.