Searched defs:smtp_conn (Results 1 – 1 of 1) sorted by relevance
70 struct smtp_conn { struct71 struct pingpong pp;72 struct SASL sasl; /* SASL-related storage */73 smtpstate state; /* Always use smtp.c:state() to change state! */74 char *domain; /* Client address/name to send in the EHLO */
Completed in 3 milliseconds