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>
Sun, 21 Nov 2010 15:41:41 +0000 (16:41 +0100)
commit6e935843af551a20cecd7428770068877587f305
tree509aed4556f2819a42e6add12f1152f99cfd4df1
parent49c07036805a7cda3fb8d61557a03a46b864daab
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