cutoff {emayili} | R Documentation |
Functions to specify the time at which a message expires or by which a reply is requested.
expires(msg, datetime = NULL, tz = "")
replyby(msg, datetime = NULL, tz = "")
msg |
A message object. |
datetime |
Date and time. |
tz |
A character string specifying the time zone. |
Manipulate the Expires
and Reply-By
fields as specified in
RFC 2156.
A message object.
envelope() %>%
expires("2030-01-01 13:25:00", "UTC")
envelope() %>%
replyby("2021-12-25 06:00:00", "GMT")