have flexible timouts while reading lines in our client mode connections
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 6 Nov 2010 12:51:41 +0000 (13:51 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 6 Nov 2010 12:51:41 +0000 (13:51 +0100)
commitf66bb79f5691355302e17ecb99ed6e63f4a4e663
tree60fd082250786bb43ebe4c3c8738c80aedba0afe
parentbd764e2cf002db49ec4a3382020f52db945ed485
have flexible timouts while reading lines in our client mode connections

since some mailserver take a little longer to finish reading mails we need to wait after we send our '.\r\n'; its 90 seconds now, all other parts will wait 5s, quit will wait 1 second.
citadel/clientsocket.c
citadel/clientsocket.h
citadel/modules/smtp/serv_smtp.c
citadel/msgbase.c