summaryrefslogtreecommitdiffstats
path: root/maildrop
AgeCommit message (Collapse)Author
2014-10-28Contributed patch to add dovecot authentication support.Sam Varshavchik
2014-09-01Bump versionSam Varshavchik
2014-07-21maildrop: fix parsing of headers added by the -A option.Sam Varshavchik
Headers added by the option must be parsed in order, via rfc2045_parse().
2014-06-19mailbot: do not compare filenames of draft messages, check their timestamp.Sam Varshavchik
2014-06-18maildrop: add -T replydraft optionSam Varshavchik
2014-06-18maildrop: -d changes groupid only when invoked from root.Sam Varshavchik
Addresses debian bug 564601.
2014-02-15fix for automake >=1.13David Heidelberger
2014-01-16maildrop: document that pattern searching uses canonical header form.Sam Varshavchik
2014-01-15Fix garbled loggingSam Varshavchik
2014-01-12Reconfigure against the standalone unicode library.Sam Varshavchik
2013-11-28maildrop: 2.7.1Sam Varshavchik
2013-11-24Fix compiler warning, unchecked return values.Sam Varshavchik
2013-09-25maildrop: bump version.Sam Varshavchik
2013-08-29maildrop: xfilter command fixesSam 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-28reformail: -f0 converts From_ to Return-PathSam Varshavchik
2013-08-25Renamed configure.in to configure.acSam 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.