Home
last modified time | relevance | path

Searched defs:smtp_conn (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dsmtp.h68 struct smtp_conn { struct
69 struct pingpong pp;
70 smtpstate state; /* Always use smtp.c:state() to change state! */
71 bool ssldone; /* Is connect() over SSL done? */
72 char *domain; /* Client address/name to send in the EHLO */
73 struct SASL sasl; /* SASL-related storage */
74 bool tls_supported; /* StartTLS capability supported by server */
75 bool size_supported; /* If server supports SIZE extension according to
77 bool utf8_supported; /* If server supports SMTPUTF8 extension according
79 bool auth_supported; /* AUTH capability supported by server */