* use a lookup table to convert hex to char (like we already do vice versa) to be...
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 25 Oct 2010 19:48:53 +0000 (21:48 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 25 Oct 2010 19:48:53 +0000 (21:48 +0200)
commit0eca431aaf8ee7e2c51cb2337a48c7acefc2764b
tree958a64a7ec2c1d2c4e2781a41f4fb107dcde8d4c
parent4b36146a8f1f085928aa4c54e041eace5ae3a11c
* use a lookup table to convert hex to char (like we already do vice versa) to be faster.
* don't use strcmp in CtdlDecodeQuotedPrintable
libcitadel/lib/mime_parser.c