imap_deletemailbox
(PHP 4, PHP 5)
imap_deletemailbox — Löscht ein Postfach
Beschreibung
bool imap_deletemailbox
( resource $imap_stream
, string $mailbox
)
Löscht das mit mailbox angegebene Postfach.
Parameter Liste
- imap_stream
-
An IMAP stream returned by imap_open().
- mailbox
-
Der Postfachname, für weitere Informationen siehe imap_open().
Rückgabewerte
Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.
Siehe auch
- imap_createmailbox()
- imap_renamemailbox()
- imap_open() für das Format des Postfachnamens.