* add function decode_hex() that interprets 2 chars as hexdigits representing an...
authorWilfried Göesgens <willi@citadel.org>
Thu, 12 Mar 2009 22:54:48 +0000 (22:54 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 12 Mar 2009 22:54:48 +0000 (22:54 +0000)
commit87bcd6a282357e425e0832177b1452e29baab3ec
treedbe7e66fa5301df5c9718f782168585ed29ac895
parent306d61522a4decb33c761969a3bd0df9ed696d14
* add function decode_hex() that interprets 2 chars as hexdigits representing an encoded char like scanf("%02X") would do.
* use it in the QP decoder.
libcitadel/lib/libcitadel.h
libcitadel/lib/mime_parser.c