]> granicus.if.org Git - curl/commit
smtp: Fixed space being sent in non --mail-rcpt based requests
authorSteve Holme <steve_holme@hotmail.com>
Sun, 17 Nov 2013 16:39:02 +0000 (16:39 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 17 Nov 2013 16:39:02 +0000 (16:39 +0000)
commit8191800a0c8ff7b262535cbf1311d93ada2ee0c4
tree8b11d0ae666d62eb07cbe1999bac17e60b00085d
parent2165298fe6213609460345e466e3ca9d94324965
smtp: Fixed space being sent in non --mail-rcpt based requests

Commands such as NOOP, RSET and HELP would be sent with a space at the
end of the command, for example: "NOOP ".
lib/smtp.c