summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-01-20 11:29:43 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-20 11:29:43 +0100
commite29665c77559a44155f48028f345ddc1999f5a86 (patch)
tree8a9d32ecc4a1c7950173deb70b4c9dc4e978f433
parentf558534e222f0bb6b8889acf3a441b97e4c16885 (diff)
downloadcurl-e29665c77559a44155f48028f345ddc1999f5a86.tar.gz
TODO: Passing NOTIFY option to CURLOPT_MAIL_RCPT
Closes #8232
-rw-r--r--docs/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 24e4947e4..0682f0cb1 100644
--- 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
@@ -676,6 +677,14 @@
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