From: Timo Sirainen Date: Mon, 12 Jul 2004 18:14:45 +0000 (+0300) Subject: outlook-no-nuls workaround fix X-Git-Tag: 1.1.alpha1~3783 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38ee7e2eacbd470f440fd3a88b364291be5c2047;p=thirdparty%2Fdovecot%2Fcore.git outlook-no-nuls workaround fix --HG-- branch : HEAD --- diff --git a/src/pop3/commands.c b/src/pop3/commands.c index 0dc1d61215..2a8a71c7c8 100644 --- a/src/pop3/commands.c +++ b/src/pop3/commands.c @@ -246,6 +246,7 @@ static void stream_send_escaped(struct ostream *output, struct istream *input, (client_workarounds & WORKAROUND_OUTLOOK_NO_NULS) != 0) { add = '\x80'; + break; } }