Searched defs:smtp_conn (Results 1 – 1 of 1) sorted by relevance
68 struct smtp_conn { struct69 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 to77 bool utf8_supported; /* If server supports SMTPUTF8 extension according79 bool auth_supported; /* AUTH capability supported by server */