From ac52e8ae2d0120834a0ce4c3a8dcc0fda9436959 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 9ae76ca32..d4b2e666f 100644 --- a/libcitadel/lib/stringbuf.c +++ b/libcitadel/lib/stringbuf.c @@ -2680,6 +2680,7 @@ int StrBufRFC2047encode(StrBuf **target, const StrBuf *source) (ch > 126) || (ch == 61) || (ch == '=') || + (ch == '?') || (ch == '_') || (ch == '[') || (ch == ']') ) -- 2.30.2