]> git.ipfire.org Git - thirdparty/curl.git/commit
smtp: Changed the default command to HELP when no options are specified
authorSteve Holme <steve_holme@hotmail.com>
Sun, 17 Nov 2013 09:45:08 +0000 (09:45 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 17 Nov 2013 10:09:07 +0000 (10:09 +0000)
commit3c8c9b2779df175f2f740bb6fbe414e0c56f94b6
tree4aa12c7d0c5ffb3a526716787538b32d2da5cf68
parentb27dc009cfb887eddbcf3f2d8b80f79852cb3ef1
smtp: Changed the default command to HELP when no options are specified

Otherwise a NOOP operation would be performed which a) only returns a
single line response and not a multiline response where -I needs to be
used, and b) provides an inconsistent user experience compared to that
of the POP3 and IMAP protocols.
docs/curl.1
docs/libcurl/curl_easy_setopt.3
lib/smtp.c