Example: imap_delete

In the following example, the imap_delete function deletes multiple mailboxes.

    imap_delete("DeleteMailbox",
            "Mailbox=Old Mails",
            LAST );