mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:13:31 +03:00
smtp: Allow RCPT TO command to fail for some recipients
Introduces CURLOPT_MAIL_RCPT_ALLLOWFAILS. Verified with the new tests 3002-3007 Closes #4816
This commit is contained in:
parent
23a17e039d
commit
4a4609bf3c
22 changed files with 483 additions and 26 deletions
|
|
@ -208,4 +208,5 @@ test2078 \
|
|||
test2080 \
|
||||
test2100 \
|
||||
\
|
||||
test3000 test3001
|
||||
test3000 test3001 \
|
||||
test3002 test3003 test3004 test3005 test3006 test3007
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue