Commit 030576e
committed
mod_mail: Tolerate slower responses to LOGIN/AUTHENTICATE.
Previously, we only waited 2500 ms for a successful response
to the LOGIN / AUTHENTICATE commands when logging into a
remote IMAP server. This timeout occasionally expires with
no response, particularly when talking to Gimap (Gmail).
The old timeout was unreasonably low, so increase the timeout
to 10 seconds. If we haven't gotten a response by then, then
it's likelier that something is actually wrong.
LBBS-94 #close1 parent 2b75353 commit 030576e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1997 | 1997 | | |
1998 | 1998 | | |
1999 | 1999 | | |
2000 | | - | |
| 2000 | + | |
2001 | 2001 | | |
2002 | 2002 | | |
2003 | 2003 | | |
| |||
0 commit comments