mirror of
https://github.com/curl/curl.git
synced 2026-08-26 13:43:34 +03:00
smtp: add tracing feature
Add `smtp` as tracing feature, use CURL_TRC_SMTP() in code to trace operations. Closes #14531
This commit is contained in:
parent
8058bbae52
commit
1c42ea4066
4 changed files with 61 additions and 14 deletions
|
|
@ -105,6 +105,10 @@ Tracing of DNS-over-HTTP operations to resolve hostnames.
|
|||
|
||||
Traces reading of upload data from the application in order to send it to the server.
|
||||
|
||||
## `smtp`
|
||||
|
||||
Tracing of SMTP operations when this protocol is enabled in your build.
|
||||
|
||||
## `write`
|
||||
|
||||
Traces writing of download data, received from the server, to the application.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue