
Criterion constructor functions for the SAVEDATE extension (RFC 8514)
Source:R/saved-date.R
saved_before.RdBuild the SAVEDBEFORE, SAVEDON, and SAVEDSINCE search
keys, which compare the date a message was saved into the mailbox (the
SAVEDATE attribute) rather than its internal date or its
Date: header. They are to be combined with AND and
OR and passed to ImapCon$search(). The server must
advertise the SAVEDATE capability.
Usage
saved_before(date_char, negate = FALSE)
saved_since(date_char, negate = FALSE)
saved_on(date_char, negate = FALSE)See also
Other custom search:
AND(),
ImapCon,
OR(),
before(),
filter_stored(),
flag(),
fuzzy(),
larger_than(),
modseq(),
older_than(),
on(),
sent_before(),
sent_on(),
sent_since(),
since(),
smaller_than(),
string(),
verbatim(),
younger_than()