Package: mRpostman
Type: Package
Title: An IMAP Client for R
Version: 1.0.0
Date: 2020-11-29
Authors@R: c(
    person(given="Allan", family="Quadros",
    role = c("aut", "cre"),
    email = "allanvcq@gmail.com",
    comment = c(ORCID = "0000-0003-3250-5380")))
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.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: curl, R6, stringr, stringi, magrittr, assertthat, base64enc,
        utils, rvest, xml2
Depends: R (>= 3.1.0)
URL: https://allanvc.github.io/
BugReports: https://github.com/allanvc/mRpostman/issues/
SystemRequirements: libcurl: libcurl-devel (rpm) or
        libcurl4-openssl-dev (deb)
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-11-30 12:37:55 UTC; allan
Author: Allan Quadros [aut, cre] (<https://orcid.org/0000-0003-3250-5380>)
Maintainer: Allan Quadros <allanvcq@gmail.com>
Repository: CRAN
Date/Publication: 2020-11-30 13:10:03 UTC
