Closed
Bug 285856
Opened 20 years ago
Closed 19 years ago
Message moved in imap folder selected for offline use is not available offline
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: a_harald, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041107 Build Identifier: Build from CVS tag FIREFOX_1_0_1_AUP_RELEASE (Help->About: version 1.0.1 (20050312)) I selected an imap folder for offline use. While online I moved a message in this folder. I stopped Thunderbird. I unplugged the network cable. I started Thunderbird. The message is not available. This problem does not appear, if the folder is explicitely downloaded before going offline. Reproducible: Always Steps to Reproduce: 1. In the account settings unselect "Check for new messages at startup" and unselect "Check for new messages every ... minutes" 2. Create folder "test" 3. Right-click on folder "test". In the properties select folder "test" for offline use. Do "Download Now". 4. Select folder "Inbox" 5. Move a message by drag and drop from "Inbox" to folder "test" 6. Do NOT go to folder "test" 7. Stop Thunderbird 8. Unplug the network cable 9. Start Thunderbird => The message is not in folder "test" Actual Results: The message is not offline available in folder "test". Expected Results: The message should be offline available in folder "test".
I tried to understand the source code. For me it looks like fixing this bug would be a lot easier, if messages were copied straight away, and not with the "CopyService". I think it would be a useful code cleanup to remove the CopyService. The CopyService has so many side-effects (for example closing the window, while copying is in progress). From my point of view, the fact that the mail-window can be used otherwise, while copying is in progress, does not overweight the side effects and the complicated source code. Would I have a chance to get my code changes checked in, if I would remove the CopyService?
Comment 2•20 years ago
|
||
no, among other things, the copy service serializes requests for a given folder, which we need to avoid data corruption.
Comment 3•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 4•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•