Query: imap_deletemailbox
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IMAP_DELETEMAILBOX(3) 1 IMAP_DELETEMAILBOX(3) imap_deletemailbox - Delete a mailboxSYNOPSISbool imap_deletemailbox (resource $imap_stream, string $mailbox)DESCRIPTIONDeletes the specified $mailbox.PARAMETERSo $ imap_stream -An IMAP stream returned by imap_open(3). o $mailbox - The mailbox name, see imap_open(3) for more informationRETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOimap_createmailbox(3), imap_renamemailbox(3), imap_open(3) for the format of $mbox. PHP Documentation Group IMAP_DELETEMAILBOX(3)