]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: Passing NOTIFY option to CURLOPT_MAIL_RCPT
authorDaniel Stenberg <daniel@haxx.se>
Thu, 20 Jan 2022 10:29:43 +0000 (11:29 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 20 Jan 2022 10:29:43 +0000 (11:29 +0100)
Closes #8232

docs/TODO

index 24e4947e4796ef149e8c8c6b97a1662f2901aae0..0682f0cb1d8cbdd26bcb29986a24da9d8f08b3c2 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -87,6 +87,7 @@
  6.3 feature negotiation debug data
 
  7. SMTP
+ 7.1 Passing NOTIFY option to CURLOPT_MAIL_RCPT
  7.2 Enhanced capability support
  7.3 Add CURLOPT_MAIL_CLIENT option
 
 
 7. SMTP
 
+7.1 Passing NOTIFY option to CURLOPT_MAIL_RCPT
+
+ Is there a way to pass the NOTIFY option to the CURLOPT_MAIL_RCPT option ?  I
+ set a string that already contains a bracket. For instance something like
+ that: curl_slist_append( recipients, "<foo@bar> NOTIFY=SUCCESS,FAILURE" );
+
+ https://github.com/curl/curl/issues/8232
+
 7.2 Enhanced capability support
 
  Add the ability, for an application that uses libcurl, to obtain the list of