From 2bdf7e89070d31285d09cfec466a18c4927f167c Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Mon, 28 Mar 2022 18:08:40 +0000
Subject: [PATCH] Update README.md

---
 README.md | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 38798af..5759880 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,8 @@ checkmk.com|curl_item_3|nocase_nomultiline|
 | --cert-status | Configure verification of remote host -> Use OCSP to check certificate status |  
 | --compressed | Request compressed response |  
 | --compressed-ssh | Set FTP/SCP/SFTP options -> Enable ssh compression |
-| --connect-timeout |  Set connection limits -> Maximum time to connect |  
+| --connect-timeout |  Set connection limits -> Maximum time to connect |
+| --crlf | Advanced settings -> Convert LF to CRLF in upload |
 | --data-binary | Send HTTP POST data |
 | --digest | Configure authentication -> Username/Password -> Authentication method -> Digest authentication |
 | --disable | Hardcoded in the agent scripts |
@@ -181,7 +182,7 @@ checkmk.com|curl_item_3|nocase_nomultiline|
 | --ftp-ssl-ccc | Set FTP/SCP/SFTP options -> Require SSL/TLS for FTP login -> Send CCC after authenticating |
 | --ftp-ssl-ccc-mode | Set FTP/SCP/SFTP options -> Require SSL/TLS for FTP login -> Set CCC mode |
 | --head | Get header only |  
-| --header | Set request headers and Set API key header |  
+| --header | Set headers and Set API key header |  
 | --hostpubmd5 | Configure verification of remote host -> Expected MD5 hash of pub key |
 | --hostpubsha256 | Configure verification of remote host -> Expected SHA256 hash of pub key |
 | --http1.0 | Use HTTP version -> Use HTTP 1.0 |  
@@ -195,7 +196,11 @@ checkmk.com|curl_item_3|nocase_nomultiline|
 | --limit-rate |  Set connection limits -> Maximum UP-/Download rate |  
 | --list-only | Set FTP/SCP/SFTP options -> Enable list only |
 | --location | Configure redirects -> Follow redirects | 
-| --location-trusted | Configure redirects -> Use authentication on redirects | 
+| --location-trusted | Configure redirects -> Use authentication on redirects |
+| --mail-auth | Set SMTP options -> Mail originator address |
+| --mail-from | Set SMTP options -> Mail from address |
+| --mail-rcpt | Set SMTP options -> Mail to address |
+| --mail-rcpt-allowfails | Set SMTP options -> Allow some mail to addresses to fail |
 | --max-filesize | Set connection limits -> Maximum file size | 
 | --max-redirs | Configure redirects -> Max. redirects |
 | --max-time |  Set connection limits -> Maximum transfer time |  
@@ -217,7 +222,8 @@ checkmk.com|curl_item_3|nocase_nomultiline|
 | --proxy-negotiate | Configure proxy server -> Use Proxy -> Proxy authentication -> Authentication method -> HTTP Negotiate (SPNEGO) authentication |  
 | --proxy-ntlm | Configure proxy server -> Use Proxy -> Proxy authentication -> Authentication method -> NTLM authentication |  
 | --proxy-user | Configure proxy server -> Use Proxy -> Proxy authentication -> Proxy username |  
-| --referer | Set referer | 
+| --referer | Set referer |
+| --request | Set SMTP options -> REQUEST command | 
 | --silent | Hardcoded in the agent scripts | 
 | --socks4 | Configure proxy server -> Use Proxy -> SOCKS4 |  
 | --socks4a |Configure proxy server -> Use Proxy -> SOCKS4a  |  
@@ -239,7 +245,8 @@ checkmk.com|curl_item_3|nocase_nomultiline|
 | --tlsv1.0 | Use TLS/SSL version -> Use TLS 1.0 |  
 | --tlsv1.1 | Use TLS/SSL version -> Use TLS 1.1 |  
 | --tlsv1.2 | Use TLS/SSL version -> Use TLS 1.2 |  
-| --tlsv1.3 | Use TLS/SSL version -> Use TLS 1.3 |  
+| --tlsv1.3 | Use TLS/SSL version -> Use TLS 1.3 |
+| --upload-file | Set SMTP options -> Message to send Set headers (SMTP) |
 | --url | URLs to check -> URL to check |
 | --user | Configure authentication -> Username/Password -> Username |  
 | --user-agent | Set user agent |  
-- 
GitLab