Package: mRpostman
Type: Package
Title: An IMAP Client for R
Version: 1.1.2
Date: 2023-12-17
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.2.3
NeedsCompilation: no
Packaged: 2023-12-17 07:33:52 UTC; allan
Author: Allan Quadros [aut, cre] (<https://orcid.org/0000-0003-3250-5380>),
  Paul Smith [ctb],
  Kurt Hornik [ctb]
Maintainer: Allan Quadros <allanvcq@gmail.com>
Repository: CRAN
Date/Publication: 2023-12-17 07:50:07 UTC
Built: R 4.2.3; ; 2023-12-17 08:30:50 UTC; unix
