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