R/filter-stored.R
filter_stored.RdBuilds a FILTER <name> search criterion (RFC 5466), which stands for
the search criteria saved on the server under that name through the
ManageSieve protocol. Requires the server FILTERS capability, which
is checked when the search is executed. Experimental: none of the
reference servers used to validate this package advertises FILTERS,
so the criterion follows the RFC grammar but has not been exercised
against a live server.
filter_stored(name)Other custom search:
AND(),
ImapCon,
OR(),
before(),
flag(),
fuzzy(),
larger_than(),
modseq(),
older_than(),
on(),
saved_before(),
sent_before(),
sent_on(),
sent_since(),
since(),
smaller_than(),
string(),
younger_than()