if (FALSE) {
# select folder & search
con$select_folder(name = "INBOX")
# search for messages containing the string "XYZ@k-state.edu" in the
# "FROM" AND the string "@gmail.com" in the "CC" field.
res <- con$search(request = AND(string(expr = "XYZ@k-state.edu",
where = "FROM"),
string(expr = "@gmail.com",
where = "CC")))
}
Run the code above in your browser using DataLab