Closed
Bug 860590
Opened 13 years ago
Closed 6 months ago
POP3 mail fetch: status message not updated when connection fails (stays in state "Connecting to ...")
Categories
(MailNews Core :: Networking: POP, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: me, Unassigned)
Details
Attachments
(1 file)
|
2.38 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux i686; rv:23.0) Gecko/20100101 Firefox/23.0 SeaMonkey/2.20a1
Build ID: 20130409003001
Steps to reproduce:
Tried to fetch mails via POP3/SSL from a server, where the service was not running at the moment.
Actual results:
The client status bar switched to "Connecting to ....", opened the TCP connection, got a TCP connection reset immediately. But the client status bar did not update, keeping one waiting for login prompt or messages to arrive, which is never going to happen.
Expected results:
Status bar should change to "Connection failed" or "Failed: connection refused by server"
Reproduce (when no POP3 running on localhost):
* Create new test account
* e-mail: test@localhost
* Incoming server: localhost (POP3)
* Get messages
Comment 2•13 years ago
|
||
Are you sure the message isn't:
"Connect: Host for <blahblah> contacted, sending login information..."?
It stays in "Connecting to localhost..." state but TCP connection is already dead (not shown in netstat)
Comment 4•13 years ago
|
||
Moving to MailNews Core
Component: MailNews: Backend → Networking: POP
Product: SeaMonkey → MailNews Core
Version: Trunk → 23
Comment 5•7 years ago
|
||
halfdog, do you still encounter this issue?
Flags: needinfo?(me)
Whiteboard: [closeme 2018-09-01]
At least with Thunderbird build 20180712 (currently have no Seamonkey installation at hand), the issue is better, although not completely fixed. Setting up an account as described in "comment #1" and fetching mails results in a sticky popup saying:
"""Thunderbird: Could not connect to server localhost: the connection was refused"""
After closing the popup, the status bar still does not update (saying "Connecting ...") but as there was the popup, the user should notice, that something has failed and ignore the outdated status written on the status bar.
Flags: needinfo?(me)
Updated•3 years ago
|
Severity: normal → S3
Comment 7•8 months ago
|
||
halfdog,
Pop protocol has completely been replaced in recent years.
Are you still seeing this problem?
Flags: needinfo?(me)
Whiteboard: [closeme 2025-10-15]
Resolved per whiteboard
Status: UNCONFIRMED → RESOLVED
Closed: 6 months ago
Flags: needinfo?(me)
Resolution: --- → INCOMPLETE
Whiteboard: [closeme 2025-10-15]
Sorry, I discontinued use of Thunderbird for my mailboxes. Also the issue was just an annoyance that could be worked around when back then some internet connections were less stable than nowadays.
You need to log in
before you can comment on or make changes to this bug.
Description
•