| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
Use rfc2045_decodmsgtoutf8() to decode entire message into UTF-8, before
searching it.
|
|
|
|
|
|
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.
|
|
|
|
|
|
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().
|
|
|
|
Imported from subversion report, converted to git. Updated all paths in
scripts and makefiles, reflecting the new directory hierarchy.
|
|
|