From: Wilfried Goesgens Date: Sat, 20 Aug 2011 11:58:14 +0000 (+0000) Subject: QP-Encode questionmarks. X-Git-Tag: v8.01~68 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=ac52e8ae2d0120834a0ce4c3a8dcc0fda9436959 QP-Encode questionmarks. --- 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 == ']') )