* Eliminated the sock_puts_crlf() function and ensured that all SMTP client
authorArt Cancro <ajc@citadel.org>
Fri, 16 Nov 2001 04:43:13 +0000 (04:43 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 16 Nov 2001 04:43:13 +0000 (04:43 +0000)
commitbb097fbdb24fa07587fed9dd3d4135760866ccc3
tree3f9dfb4feb3bf0cf48b85952aaca41104b29f5da
parente589b3e81061556fe664b5d973a5c698bcea20c7
* Eliminated the sock_puts_crlf() function and ensured that all SMTP client
  commands are sent out using a single sock_write() call.  There are broken
  SMTP server implementations that can't handle SMTP commands split across
  multiple writes.  (Thanks to Andru Luvisi and Ben Mehlman for the idea.)
citadel/ChangeLog
citadel/clientsocket.c
citadel/clientsocket.h
citadel/serv_smtp.c