(PHP 4, PHP 5)
imap_deletemailbox — Löscht ein Postfach
$imap_stream
, string $mailbox
)
Löscht das mit mailbox angegebene Postfach.
imap_streamEine von imap_open() zurückgegebene IMAP-Verbindung.
mailboxDer Postfachname, für weitere Informationen siehe imap_open().
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.