Closed
Bug 108698
Opened 24 years ago
Closed 24 years ago
Local store of messages frequently gets deleted
Categories
(MailNews Core :: Database, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bill.sheppard, Assigned: Bienvenu)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.5) Gecko/20011011
BuildID: 2001101117
I'm using IMAP, and have Mozilla set to download all messages. Quite frequently
upon launching MailNews will choose to redownload all messages (presumably due
to rebuilding the .msf file, but I'm speculating here). It often happens after
Mozilla has crashed, but at times it happens with no obvious cause (i.e. Mozilla
and Windows had been shut down uneventfully prior to the launch exhibiting this
behavior). I have seen it in Netscape dating back to 4.x.
I consider this rather serious, as one can't rely on the local store of messages
being intact consistently, a problem if you'll be offline or
bandwidth-challenged for any period of time where you'll be needing access to
the mail. In effect this means offline mode is broken.
Reproducible: Sometimes
Steps to Reproduce:
Other than a crash I don't know how to force this behavior.
| Reporter | ||
Updated•24 years ago
|
Summary: Locally store of messages frequently gets deleted → Local store of messages frequently gets deleted
| Assignee | ||
Comment 1•24 years ago
|
||
what IMAP server are you using? My guess is that your server is rolling imap uid
validity (basically, telling us that all our uids are invalid, and we have to
throw away all information we've cached locally), which forces us to start from
scratch, and there's not much we can do about. If that's the case, this bug is
unfortunately, invalid.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 2•24 years ago
|
||
How can I determine what mailserver is in use?
| Assignee | ||
Comment 3•24 years ago
|
||
generate a protocol log and look at the header sent by the server. The UW
server sends back a very distinctive greeting that doesn't usually mention UW
but gives a very large version number.
http://www.mozilla.org/quality/mailnews/mail-troubleshoot.html#imap
Or just telnet to port 119 on the server and see the greeting sent back.
| Reporter | ||
Comment 5•24 years ago
|
||
The log shows "Solstice (tm) Internet Mail Server (tm) 2.0p12 IMAP4 service".
| Assignee | ||
Comment 6•24 years ago
|
||
I'm pretty sure this is the imap server rolling uid validity, and we're required
by the imap4 rfc in that situation to throw away all locally cached information.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
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
•