smtp: Moved EHLO response handling to smtp_state_ehlo_resp()
authorSteve Holme <steve_holme@hotmail.com>
Fri, 15 Nov 2013 10:46:29 +0000 (10:46 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 15 Nov 2013 10:49:17 +0000 (10:49 +0000)
commitf16c0de4e9bbe39089f338b63da93d17e08cb4a1
treed0a931961d87d7e66b790558be2aebdc42513faf
parent786cba1ada6407761e41faed85cf1b1d6383e279
smtp: Moved EHLO response handling to smtp_state_ehlo_resp()

Similar to the processing of untagged CAPABILITY responses in IMAP moved
the processing of multiline EHLO responses to smtp_state_ehlo_resp() and
introduced an internal response code of one to differentiate a multiline
continuation from the end of command. This also allows for the separate
processing of multiline responses from commands such as VRFY and EXPN.
lib/smtp.c