IMAP: Fix exception message.

This commit is contained in:
Adrien Destugues
2016-01-16 18:56:40 +01:00
parent 65a6933a81
commit 69f2466090
@@ -706,7 +706,7 @@ Response::Read(BDataIO& stream)
}
if (bytesRead == 0)
throw ParseException("Unexpected end of string");
throw ParseException("Unexpected end of stream");
throw StreamException(bytesRead);
}