aboutsummaryrefslogtreecommitdiffstats
path: root/rfc2047e.c
Commit message (Expand)AuthorAgeFilesLines
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-0/+2
* Remove unused assignments/initializations found with llvm-clang.Matthias Andree2010-02-281-1/+1
* Fix a few compiler warnings around implicit conversion or extra ";".Matthias Andree2009-01-141-4/+4
* Further cleanups to compile with C++ compiler.Matthias Andree2006-03-151-1/+1
* Fix cast for %02X format string.Matthias Andree2004-10-201-6/+10
* (rfc2047e) Convenience: free the buffer ourselves rather than let the caller ...Matthias Andree2004-10-201-1/+10
* Add RFC-2047 encoder for internationalized mail warnings.Matthias Andree2004-10-191-0/+195