Searched defs:SMTP_SESSION (Results 1 – 1 of 1) sorted by relevance
342 typedef struct SMTP_SESSION { struct343 VSTREAM *stream; /* network connection */344 SMTP_ITERATOR *iterator; /* dest, host, addr, port */345 char *namaddr; /* mail exchanger */346 char *helo; /* helo response */347 unsigned port; /* network byte order */348 char *namaddrport; /* mail exchanger, incl. port */350 VSTRING *buffer; /* I/O buffer */351 VSTRING *scratch; /* scratch buffer */352 VSTRING *scratch2; /* scratch buffer */[all …]