summaryrefslogtreecommitdiffstats
path: root/maildrop/search.C
AgeCommit message (Collapse)Author
2021-11-26Convert to pcre2.Sam Varshavchik
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.
2015-12-16Fix last line not being searched.Sam Varshavchik
2015-05-09Don't include matched subpatterns in foreach.Sam Varshavchik
2014-01-15Fix garbled loggingSam 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-28maildrop: remove old, manual, pre-PCRE regexp engine.Sam Varshavchik
2013-08-25Initial checkinSam Varshavchik
Imported from subversion report, converted to git. Updated all paths in scripts and makefiles, reflecting the new directory hierarchy.