Closed
Bug 69244
Opened 25 years ago
Closed 24 years ago
POP downloads should save progress.
Categories
(MailNews Core :: Networking: POP, enhancement)
MailNews Core
Networking: POP
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: CodeMachine, Assigned: naving)
References
Details
If a POP download fails (eg by disconnection) half way through you shouldn't
have to download all of the messages again. POP downloads should save their
status so no or a small number of messages have to be redownloaded. See also
bug #9413.
Whether this is through sending delete message commands every x number of
messages, disconnecting and reconnecting transparently to the user, tracking
message IDs on the client, or whatever, I don't care.
Of course it would need to work regardless of your server-delete-message
settings.
Currently to work around this I have to periodically cancel and redownload my
messages (I receive ~1000 msgs a day and am on a modem).
I've seen the situation with my POP server where if I cancel the download and
restart too quickly it downloads everything again. I'm not sure if this is a
bug in N4.6 or a bug in the POP server which might affect the implementation of
this.
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 67799 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•24 years ago
|
||
I don't consider this a duplicate.
That bug is about what happens if you press CANCEL part way through. That
worked in N4 and is a serious bug.
This bug is about what happens when the POP connection drops out without the
user requesting it. This never worked properly in N4, but is liveable by
occasionally using the CANCEL button (which, ergo, needs to work).
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 3•24 years ago
|
||
After some discussion with bz on #qa we have decided to mark this as a
dependency on 67799 so once that code is added we can put it into this problem.
Depends on: 67799
Assignee | ||
Comment 4•24 years ago
|
||
The fix for #67799 was to save the download progress. I think this bug should
be fixed as a result of fixing #67799.
Any ideas on how we can drop the POP3 connection without hitting "Stop", to
verify this bug
Reporter | ||
Comment 5•24 years ago
|
||
Well you might try pulling out your network and then pressing cancel.
I'm wondering what will happen though if you have it set to delete the messages
on the server. Are they incrementally deleted, or are will they be deleted next
time you make a connection?
Assignee | ||
Comment 6•24 years ago
|
||
They will be deleted next time you make a connection.
Assignee | ||
Comment 7•24 years ago
|
||
The fix was #67799 that saves the download progess does it also when the
TCP/IP connection is dropped. Verified on winNT and linux. Marking fixed.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 8•24 years ago
|
||
Verified this bug while verifying for 67799. Checked that hitting stop saves the
download progress. I am verifying this based on bug 67799.
buildid: 2001042606 win98,2001042609 mac, 2001041908 linux
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
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
•