Package: mRpostman
Type: Package
Title: An IMAP Client for R
Version: 3.0.0
Date: 2026-09-09
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: A session-based IMAP client that implements the full command sets of
    the IMAP4rev2 (RFC 9051) and IMAP4rev1 (RFC 3501) protocols, along with the
    optional extensions registered with the Internet Assigned Numbers
    Authority, allowing virtually all e-mail operations to be performed from
    within R, paving the way for e-mail data analysis.
License: GPL-3
Encoding: UTF-8
Imports: curl, lifecycle, R6, stringr, stringi, magrittr, assertthat,
        base64enc, utils, rvest, xml2
Depends: R (>= 4.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, testthat (>= 3.1.7), httr2, jsonlite
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/roxygen2/version: 8.1.0
NeedsCompilation: yes
Packaged: 2026-09-09 14:38:10 UTC; allan
Author: Allan Quadros [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-3250-5380>),
  Paul Smith [ctb],
  Kurt Hornik [ctb]
Maintainer: Allan Quadros <allanvcq@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-09 15:10:02 UTC
Built: R 4.7.0; x86_64-w64-mingw32; 2026-09-10 23:52:37 UTC; windows
Archs: x64
