Example: imap_subscribe

In the following example, the imap_subscribe function subscribes to the MyMailbox mailbox.

    imap_subscribe("Subscribe",
        "Mailbox=MyMailbox",
        "Mailbox=MyMailbox/stuff",
        LAST );