Example: imap_unsubscribe

In the following example, the imap_unsubscribe function unsubscribes the MyMailbox mailbox.

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