Skip to content
Commit 8933e1dc authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Fix crash when server returns non-standard EXPUNGE response

Apparently some servers don't mention "EXPUNGE" in untagged EXPUNGE
response. This wasn't handled correctly due to a typo in response
length check. The code no longer crashes in such case, but will now
print "Unhandled response" warning, which is OK, since we don't
handle results of the EXPUNGE command anyway.

BUG: 364045
FIXED-IN: 16.04.3
parent 391ce41e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment