mirror of
https://github.com/curl/curl.git
synced 2026-07-23 01:27:16 +03:00
parent
f558534e22
commit
e29665c775
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue