Package: mRpostman
Type: Package
Title: An IMAP Client for R
Version: 0.9.0.0
Date: 2020-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")))
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 email data analysis.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: curl, R6, stringr, magrittr, assertthat, base64enc, utils
Depends: R (>= 3.1.0)
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-09-15 22:58:17 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-09-16 06:50:11 UTC
