Example: imap_subscribe_ex

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

    imap_subscribe_ex(&imap1,"Subscribe",
        "Mailbox=MyMailbox",
        "Mailbox=MyMailbox/stuff",
        LAST );