smtp: Fixed response code parsing for bad AUTH continuation responses
authorSteve Holme <steve_holme@hotmail.com>
Sat, 26 Oct 2013 10:09:31 +0000 (11:09 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 26 Oct 2013 10:09:31 +0000 (11:09 +0100)
commit2766262a68688c1dd8143f9c4be84b46c408b70a
treedb1ffea736c885828b4b295ffa585ea3c4bf8f0c
parentbdb1f0e53d2f34b9a2b46fea2a683214ee26b320
smtp: Fixed response code parsing for bad AUTH continuation responses

This workaround had been previously been implemented for IMAP and POP3
but not SMTP. Some of the recent test case additions implemented this
behaviour to emulate a bad server and the SMTP code didn't cope with it.
lib/smtp.c