Consider adding offline check to POP3 [pop-js]
Categories
(MailNews Core :: Networking: POP, defect)
Tracking
(thunderbird_esr128 wontfix)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr128 | --- | wontfix |
People
(Reporter: b5, Assigned: welpy-cw)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1798597 +++
(We wanted to ask this "off topic" in bug 1798597, but the new bugzilla policy prohibits new comments on a closed bug, not ever the reporter can add another comment, like verifying the fix. This seems to be counterproductive.)
When using TB in offline more, we receive this in the console:
mailnews.pop3.11: ConnectionRefusedError: a Network error occurred Pop3Client.jsm:349:18
_onError resource:///modules/Pop3Client.jsm:349
It might be better not to try accessing the network by adding an offline check. This might also be true for the new IMAP-JS implementiation.
Updated•3 years ago
|
Updated•2 years ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
When downloading the rest of a partial POP3 message fails, display a network error page instead of an empty message pane. This can happen if offline mode is active, or if the UIDL for the message cannot be found on the server.
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/8881e187ac90
Show net error page if request of POP3 URL fails. r=mkmelin
| Assignee | ||
Updated•1 year ago
|
Description
•