Example: imap_select_ex

In the following example, the imap_select_ex function selects the INBOX mailbox.

    imap_select_ex(&imap1,"SelectInbox",
            "Mailbox=INBOX",
            LAST );