The tests will otherwise fail if curl has them disabled.
<features>
PSL
proxy
+cookies
</features>
<server>
http
http
ftp
file
+cookies
</features>
<setenv>
SSL_CERT_FILE=
<command>
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient.one@example.com --mail-rcpt recipient.two@example.com --mail-from sender@example.com -T %LOGDIR/test%TESTNUMBER.eml --libcurl %LOGDIR/test%TESTNUMBER.c
</command>
+# Need ftp so the FTP options are written in the --libcurl template
+<features>
+ftp
+</features>
</client>
#
<command>
pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -l -u user:secret --libcurl %LOGDIR/test%TESTNUMBER.c
</command>
+# Need ftp so the FTP options are written in the --libcurl template
+<features>
+ftp
+</features>
</client>
#
<command>
'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret --libcurl %LOGDIR/test%TESTNUMBER.c
</command>
+# Need ftp so the FTP options are written in the --libcurl template
+<features>
+ftp
+</features>
</client>
#
<command>
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER %LOGDIR/cookies%TESTNUMBER
</command>
+<features>
+cookies
+</features>
<file name="%LOGDIR/cookies%TESTNUMBER" mode="text">
# Netscape HTTP Cookie File
# https://curl.se/docs/http-cookies.html