summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-09-25maildrop: bump version.Sam Varshavchik
2013-08-29maildrop: xfilter command fixesSam Varshavchik
2013-08-28Update sqwebmail to talk to UTF-8-able maildrop.Sam Varshavchik
Writes out mail filtering scripts in UTF-8. maildir_filter_appendrule() and maildir_filter_ruleupdate() take an additional parameter, a character set, and convert the header name, value, and rule name parameters from the given character set to UTF-8. sqwebmail passes the current character set, when adding or updating maildrop rules.
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-28rfc2045_decodemsgtoutf8 (reformime -u): fold headersSam Varshavchik
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-25Clear entire ipv6 address for an invalid address.Sam Varshavchik
Should never take this error path anyway. If we did, it means that ::ffff: followed by the output of rfc1035_ntoa_ipv4() was not parsable by inet_pton().
2013-08-25Remove deprecated gnutls typesSam 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.
2013-08-19Initial commitSam Varshavchik