- Fixed the SMTP compliance by making sure RCPT TO addresses are specified
authorDaniel Stenberg <daniel@haxx.se>
Sat, 20 Feb 2010 22:29:59 +0000 (22:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 20 Feb 2010 22:29:59 +0000 (22:29 +0000)
commita4a60afabbd65e674222a6df6ccd09c1b358ab77
tree82dffbc3278c15912092c662c735972bef8d5dc2
parenta434cb43e807753730d815096464c9c7cb3f1596
- Fixed the SMTP compliance by making sure RCPT TO addresses are specified
  properly in angle brackets. Recipients provided with CURLOPT_MAIL_RCPT now
  get angle bracket wrapping automatically by libcurl unless the recipient
  starts with an angle bracket as then the app is assumed to deal with that
  properly on its own.
CHANGES
RELEASE-NOTES
docs/libcurl/curl_easy_setopt.3
lib/smtp.c
tests/data/test802
tests/data/test803
tests/ftpserver.pl