Example: imap_examine

In the following example, the imap_examine function chooses the Sent Mail mailbox.

    imap_examine("ExamineSentMail",
            "Mailbox=Sent Mail",
            LAST );