another fix for 163951, sr=mscott, put up alert when courier server kicks us off for too many connections
git-svn-id: svn://10.0.0.236/trunk@179580 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b5413a15c1
commit
9ee1bf9bc0
@ -4270,6 +4270,7 @@ char* nsImapProtocol::CreateNewLineFromSocket()
|
||||
AlertUserEventUsingId(IMAP_NET_TIMEOUT_ERROR);
|
||||
break;
|
||||
case NS_ERROR_NET_RESET:
|
||||
case NS_BASE_STREAM_CLOSED:
|
||||
case NS_ERROR_NET_INTERRUPT:
|
||||
if (TestFlag(IMAP_RECEIVED_GREETING) && m_runningUrl && !m_retryUrlOnError)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user