# NOT RUN {
# }
# NOT RUN {
# configure IMAP
library(mRpostman)
imapconf <- configure_imap(url="imaps://your.imap.server.com",
username="your_username",
password=rstudioapi::askForPassword()
)
# search
results <- imapconf %>%
select_mailbox(mbox = "Smiles GOL") %>%
search_younger_than(seconds = 3600)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab