Searched defs:smtp_conn (Results 1 – 1 of 1) sorted by relevance
65 struct smtp_conn { struct66 struct pingpong pp;67 smtpstate state; /* Always use smtp.c:state() to change state! */68 bool ssldone; /* Is connect() over SSL done? */69 char *domain; /* Client address/name to send in the EHLO */70 struct SASL sasl; /* SASL-related storage */71 bool tls_supported; /* StartTLS capability supported by server */72 bool size_supported; /* If server supports SIZE extension according to74 bool auth_supported; /* AUTH capability supported by server */