]> git.ipfire.org Git - thirdparty/mlmmj.git/commit
decode_qp: add Q format support and reuse the function
authorBaptiste Daroussin <bapt@FreeBSD.org>
Wed, 8 Jan 2025 10:42:45 +0000 (11:42 +0100)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Wed, 8 Jan 2025 10:42:45 +0000 (11:42 +0100)
commit687e325749cb52eebefde483688dd5fa9e980d42
tree1b679255f393050a677229010e46cbdfcb8daef9
parentbd0c9b2b816360e2d11d728f78c77ec8e71533b9
decode_qp: add Q format support and reuse the function

decode rfc2047's Q format using the strgen's decode_qp this reduces code
duplication
include/strgen.h
src/do_all_the_voodoo_here.c
src/strgen.c
src/unistr.c
tests/mlmmj.c