downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

imap_errors> <imap_delete
[edit] Last updated: Fri, 17 May 2013

view this page in

imap_deletemailbox

(PHP 4, PHP 5)

imap_deletemailboxLöscht ein Postfach

Beschreibung

bool imap_deletemailbox ( resource $imap_stream , string $mailbox )

Löscht das mit mailbox angegebene Postfach.

Parameter-Liste

imap_stream

Eine von imap_open() zurückgegebene IMAP-Verbindung.

mailbox

Der Postfachname, für weitere Informationen siehe imap_open().

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch



add a note add a note User Contributed Notes imap_deletemailbox - [2 notes]