R/const.R

LEVELS_ENCODING <- c("7bit", "quoted-printable", "base64") # nolint start
LEVELS_PRIORITY <- c("non-urgent", "normal", "urgent")
LEVELS_IMPORTANCE <- c("low", "normal", "high")
LEVELS_MICALG <- c(
  "pgp-sha256", "pgp-md5", "pgp-sha1", "pgp-ripemd160",
  "pgp-md2", "pgp-tiger192", "pgp-haval-5-160"
) # nolint end

CRLF <- "\r\n"

Try the emayili package in your browser

Any scripts or data that you put into this service are public.

emayili documentation built on Aug. 30, 2023, 5:12 p.m.