Package: mRpostman Type: Package Title: An IMAP Client for R Version: 1.1.4 Date: 2024-09-15 Authors@R: c( person(given="Allan", family="Quadros", role = c("aut", "cre"), email = "allanvcq@gmail.com", comment = c(ORCID = "0000-0003-3250-5380")), person(given="Paul", family="Smith", role = c("ctb")), person(given="Kurt", family="Hornik", role = c("ctb")) ) Description: An easy-to-use IMAP client that provides tools for message searching, selective fetching of message attributes, mailbox management, attachment extraction, and several other IMAP features, paving the way for e-mail data analysis in R. License: GPL-3 Encoding: UTF-8 Imports: curl, R6, stringr, stringi, magrittr, assertthat, base64enc, utils, rvest, xml2 Depends: R (>= 3.1.0) URL: https://allanvc.github.io/mRpostman/ BugReports: https://github.com/allanvc/mRpostman/issues/ SystemRequirements: libcurl: libcurl-devel (rpm) or libcurl4-openssl-dev (deb) Suggests: knitr, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.3.2 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://allanvc.r-universe.dev Date/Publication: 2024-09-17 15:53:46 UTC RemoteUrl: https://github.com/allanvc/mrpostman RemoteRef: HEAD RemoteSha: b8faa99d9bb340c52206eabc7cfe12c8288c871e NeedsCompilation: no Packaged: 2026-06-06 09:21:24 UTC; root Author: Allan Quadros [aut, cre] (ORCID: ), Paul Smith [ctb], Kurt Hornik [ctb] Maintainer: Allan Quadros