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)
commita1b7d9e895e73401161427363611b0160f51225f
tree60fd082250786bb43ebe4c3c8738c80aedba0afe
parent9148bf110ec104dd6035c8f511d4c88afb276278
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