]> git.ipfire.org Git - thirdparty/curl.git/commit
smtp.c: Reworked message encoding in smtp_state_authpasswd_resp()
authorSteve Holme <steve_holme@hotmail.com>
Thu, 31 May 2012 21:58:07 +0000 (22:58 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 31 May 2012 21:58:07 +0000 (22:58 +0100)
commitcb3d0ce2cb5097d906c9e7b9d5bb1de2eb4bbb93
treef1ef1080a9a5707e52d05f0f3f6d99d1f4f4427c
parentf86432b119a73cef751c9d217b73bc63aed2b5d7
smtp.c: Reworked message encoding in smtp_state_authpasswd_resp()

Rather than encoding the password message itself the
smtp_state_authpasswd_resp() function now delegates the work to the same
function that smtp_state_authlogin_resp() and smtp_authenticate() use
when constructing the encoded user name.
lib/smtp.c