Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<imap_deleteimap_errors>
Last updated: Tue, 19 Sep 2006

imap_deletemailbox

(PHP 3, PHP 4, PHP 5)

imap_deletemailbox -- Delete a mailbox

Description

bool imap_deletemailbox ( resource imap_stream, string mbox )

imap_deletemailbox() deletes the specified mailbox (see imap_open() for the format of mbox names).

Returns TRUE on success or FALSE on failure..

See also imap_createmailbox(), imap_renamemailbox(), and imap_open() for the format of mbox.




<imap_deleteimap_errors>
Last updated: Tue, 19 Sep 2006