From fd810beca48507b410c8e06d369286c5843c4bf0 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sat, 20 Aug 2011 11:58:14 +0000 Subject: [PATCH] QP-Encode questionmarks. --- libcitadel/lib/stringbuf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libcitadel/lib/stringbuf.c b/libcitadel/lib/stringbuf.c index 1138a94ac..ed2eb0094 100644 --- a/libcitadel/lib/stringbuf.c +++ b/libcitadel/lib/stringbuf.c @@ -2534,6 +2534,7 @@ int StrBufRFC2047encode(StrBuf **target, const StrBuf *source) (ch > 126) || (ch == 61) || (ch == '=') || + (ch == '?') || (ch == '_') || (ch == '[') || (ch == ']') ) -- 2.30.2