aboutsummaryrefslogtreecommitdiffstats
path: root/rfc2047e.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix cast for %02X format string.Matthias Andree2004-10-201-6/+10
| | | | | | Fix miscellaneous warnings, reformat one if...else for readibility. svn path=/trunk/; revision=3956
* (rfc2047e) Convenience: free the buffer ourselves rather than let the caller ↵Matthias Andree2004-10-201-1/+10
| | | | | | to it. svn path=/trunk/; revision=3952
* Add RFC-2047 encoder for internationalized mail warnings.Matthias Andree2004-10-191-0/+195
svn path=/trunk/; revision=3948