From: Wilfried Goesgens Date: Sat, 20 Aug 2011 11:58:14 +0000 (+0000) Subject: QP-Encode questionmarks. X-Git-Tag: v8.11~1009 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=e4ba5efd0289624d736b328572ea24ece490be77 QP-Encode questionmarks. --- diff --git a/libcitadel/lib/stringbuf.c b/libcitadel/lib/stringbuf.c index cfe42730c..2ee3a2534 100644 --- a/libcitadel/lib/stringbuf.c +++ b/libcitadel/lib/stringbuf.c @@ -2664,6 +2664,7 @@ int StrBufRFC2047encode(StrBuf **target, const StrBuf *source) (ch > 126) || (ch == 61) || (ch == '=') || + (ch == '?') || (ch == '_') || (ch == '[') || (ch == ']') )