summaryrefslogtreecommitdiffstats
path: root/maildrop/message.C
AgeCommit message (Collapse)Author
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().
2013-08-29maildrop: xfilter command fixesSam 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.