]> granicus.if.org Git - curl/commitdiff
curl_easy_setopt.3: Added SMTP information to CURLOPT_INFILESIZE_LARGE
authorSteve Holme <steve_holme@hotmail.com>
Sun, 29 Dec 2013 16:59:59 +0000 (16:59 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 29 Dec 2013 16:59:04 +0000 (16:59 +0000)
Although added to CURLOPT_INFILESIZE in commit ee3d3adc6fe155 it was
never added to CURLOPT_INFILESIZE_LARGE.

docs/libcurl/curl_easy_setopt.3

index 74bad1f9e17a3919a95b00c38d074060a3dc6ca1..7bc5c01bbd47b8a8925ecfbca53a3c440565e1ef 100644 (file)
@@ -2146,6 +2146,9 @@ as a curl_off_t. (Added in 7.11.0)
 
 For uploading using SCP, this option or \fICURLOPT_INFILESIZE\fP is mandatory.
 
+When sending emails using SMTP, this command can be used to specify the
+optional SIZE parameter for the MAIL FROM command. (Added in 7.23.0)
+
 This option does not limit how much data libcurl will actually send, as that
 is controlled entirely by what the read callback returns.
 .IP CURLOPT_UPLOAD