Description Usage Arguments Value Examples
Create an imap object.
1 |
host |
url (and port, if non-standard one) of imap server |
path |
mailbox name |
options_ |
curl options passed to handle |
imap object
1 2 3 | host <- "imaps://imap.gmail.com:993"
mailbox <- "INBOX"
imap <- IMAP(host, mailbox)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.