smtp.c: Fixed use of angled brackets in AUTH parameter.
authorSteve Holme <steve_holme@hotmail.com>
Sat, 7 Jan 2012 13:42:28 +0000 (13:42 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 15 Feb 2012 20:51:45 +0000 (21:51 +0100)
commitb685481d527309d595ebf3551048a9f96975dc9e
treecbf9c2e3cda24a10d61937df4c125469ca643c77
parent0cf0ab6f3008aaad0bb5e3291539e80123028864
smtp.c: Fixed use of angled brackets in AUTH parameter.

Fixed the use of angled brackets "<>" in the optional AUTH parameter as
per RFC-2554 section 5. The address should not include them but an
empty address should be replaced by them.
lib/smtp.c