   #PHP Manual IMAP, POP3 and NNTP functions imap_delete imap_errors

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                              imap_deletemailbox

   (PHP 3, PHP 4 )
   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 and FALSE on error.

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

   Prev        Home        Next
   imap_delete  Up  imap_errors
