summaryrefslogtreecommitdiffstats
path: root/maildrop/Makefile.am
AgeCommit message (Collapse)Author
2021-11-26Convert to pcre2.Sam Varshavchik
2021-02-18Replace FAM/Gamin with inotifySam Varshavchik
2018-07-30maildrop: simplify configuration, always require libidn to build maildrop.Sam Varshavchik
2015-06-27TypoSam Varshavchik
2015-06-20maildrop: use auth_mkhomedirSam Varshavchik
2015-02-28Update to courier-unicode 1.2Sam Varshavchik
2014-10-28Contributed patch to add dovecot authentication support.Sam Varshavchik
2014-06-18maildrop: add -T replydraft optionSam Varshavchik
2014-01-12Reconfigure against the standalone unicode library.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-28maildrop: remove old, manual, pre-PCRE regexp engine.Sam Varshavchik
2013-08-28maildrop: rfc2045-parse message when reading it initially.Sam Varshavchik
At startup MIME parse the message. maildrop no longer ignores leading blank lines, and From_ line. Use reformail -f0 to filter the message for maildrop, if that's the case. Get rid of msgoffset (starting offset of the message). rfc2045-parse the message as maildrop reads 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.