Example: imap_create

In the following example, the imap_create function creates multiple mailboxes.

    imap_create("CreateMailbox",
            "Mailbox=MyMailbox",
            LAST );
    imap_create("CreateMailboxes",
            "Mailbox=Products",
            "Mailbox=Solutions",
            "Mailbox=FAQs",
            LAST );