Closed
Bug 75977
Opened 24 years ago
Closed 17 years ago
connection refused *by* the server
Categories
(MailNews Core :: Networking, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: gagan, Assigned: mscott)
Details
cvs server: Diffing .
Index: nsMsgProtocol.cpp
===================================================================
RCS file: /cvsroot/mozilla/mailnews/base/util/nsMsgProtocol.cpp,v
retrieving revision 1.68
diff -u -r1.68 nsMsgProtocol.cpp
--- nsMsgProtocol.cpp 2001/03/12 22:40:54 1.68
+++ nsMsgProtocol.cpp 2001/04/13 21:55:51
@@ -291,7 +291,7 @@
break;
case NS_ERROR_CONNECTION_REFUSED:
// todo, put this into a string bundle
-
alertMsg.AssignWithConversion("Connection refused to the server.");
+
alertMsg.AssignWithConversion("Connection refused by the server.");
break;
case NS_ERROR_NET_TIMEOUT:
// todo, put this into a string bundle
cvs server: Diffing macbuild
Comment 1•24 years ago
|
||
Why does this message appear at all? ALLWAYS! I was never able to get my mail
with Mozilla 0.9.1 :-(
When this bug is fixed, I will switch to Mozilla...
Comment 3•23 years ago
|
||
This bug appear on new version mozilla 1.2a (alpha test), but does not exists in
previous versions like 1.0 and 1.0.1.
Comment 4•23 years ago
|
||
This bug appear on new version mozilla 1.2a (alpha test), but does not exists in
previous versions like 1.0 and 1.0.1.
Comment 5•23 years ago
|
||
I have the same problem with Mozilla 1.01 and Netscape 7.0. However, when I get
the problem I switch to Netscape 4.7 and all is fine. Returning to either
mentioned mail client still produced the message. This morning I was able to
operate for 20 minutes before the error popped-up.
Comment 6•23 years ago
|
||
I've had this problem also today. I used NS 7 and the problem wen't away but
only when using another profile. I then downloaded 3 versions of mozilla and the
problem kept popping up too with my usual profile.
I then deleted and recreated the profile and the message wen't away. At least
for now. If needed I could tar my profile and send it to the mozilla team or the
parts that are important for debugging. I'm afraid that my profile got
corrupted. As I haven't seen this problem at all and I've been using mozilla
since build 0.7 or something like that.
Updated•21 years ago
|
Product: MailNews → Core
Comment 7•17 years ago
|
||
Strings have changed.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•