summaryrefslogtreecommitdiffstats
path: root/maildrop/maildropfilter.sgml
AgeCommit message (Collapse)Author
2020-10-28Clean up documentationSam Varshavchik
2018-03-06PATCH: Remove irrelevant code from maildropfilter exampleTom Ryder
The four lines removed here appear verbatim in a block under the "Environment" heading, but appear to be redundant here. This is perhaps a copy-paste error.
2018-02-16maildrop: Add :H pattern modifier to maildrop.Sam Varshavchik
rfc2045: RFC2045_DECODEMSG_NOATTACHHEADERS flag, do not decode attachment headers. maildrop: The ":H" pattern modifier searches main headers only, does not search attachments' headers.
2017-07-23maildrop: add the "system" command.Sam Varshavchik
2015-12-19maildrop: implement FLAGSSam Varshavchik
2014-01-16maildrop: document that pattern searching uses canonical header form.Sam Varshavchik
2013-08-28maildrop: handle MIME encoding when searching messages.Sam Varshavchik
Use rfc2045_decodmsgtoutf8() to decode entire message into UTF-8, before searching it.
2013-08-25Initial checkinSam Varshavchik
Imported from subversion report, converted to git. Updated all paths in scripts and makefiles, reflecting the new directory hierarchy.