smtp_parse_capabilities
Last updated March 2020
Name
smtp_parse_capabilities — Parse the remote capabilities from the EHLO response
Synopsis
#include "smtp.h"
| void **smtp_parse_capabilities** (
| dc, | |
| | conn)
; | |
Description
Parse the remote capabilities from the EHLO response.
This is primarly a helper for clients who want to write/modify their own SMTP client state machine.
- dc
-
The delivery construct for the current session. For a description of this data type see “delivery_construct”.
- conn
-
The current connection. For a description of this data type see “connection”.
It is legal to call this function in any thread.
See Also
Was this page helpful?