Open
Bug 372425
Opened 18 years ago
Updated 4 years ago
Folder name string parser changed behavior from v1.1.0. "Lost" e-mail results.
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: avp3, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: dataloss)
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1
A local folder name terminated with a period (e.g. "Jones, D.") is now parsed differently than in v1.1.0. A new <base-name> and <base-name>.MSF file are created, rendering the previous folder contents apparently empty. After folder compaction, a random 8-digit hex number is inserted in place of the terminating period (in both the new <base-name> and <base-name>.msf files, e.g. "Jones, D8cbaec6a.msf" in place of original "Jones, D." and "Jones, D..msf".) (Possible buffer overflow?)
Original mail folder contents are unaffected. Fix as follows:
1) Close SeaMonkey.
2) In finder,
a) rename original <base-name> file, removing terminating period,
b) delete <base-name>..msf file {note double period},
c) delete following 2 files, base and "msf", typically with embedded spurious hex strings,
d) start SeaMonkey.
Good idea to copy entire Local Folder tree to a safe place while doing this.
Reproducible: Always
Steps to Reproduce:
1. Using v 1.1.0 create a Local Folder in which to save messages, e.g. Local folders/Saved/Jones, D.
2. Put a downloaded message or 2 into "Jones, D."
3. Upgrade to v1.1.1
4. Open Mail. Look at contents of "Jones, D.".
Actual Results:
Just tried this while I am writing. Ver 1.1.1 allowed creation of folder named "Jones, D.". Finder shows insertion of 8-digit hex string in place of period. Can't quit and re-start SeaMonkey while I am filling in this form.
I may not be the only user to use personal mail folders of the form "Jones, David G.". Others may panic when it appears that they have lost their saved e-mails. OTOH, I may be the only Mac user to use SeaMonkey, so no big problem.
This may relate to some of the other mail issues posted.
P.S. Try creating a local folder named ".mac", e.g. for DotMac. :-)
Feel free to post me if more details or testing needed.
Comment 1•17 years ago
|
||
Can you try and reproduce with v1.1.9 ?
(And with v2.0a1pre ?)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: dataloss
Version: unspecified → SeaMonkey 1.1 Branch
Comment 2•17 years ago
|
||
Looks to be same issue as Bug 379101.
I don't know change(s) pointed in Bug 379101 were landed on which Seamonkey release(s).
Comment 4•16 years ago
|
||
Setting Dependency to Tb's Bug 379101 for ease of search/track, although I think Core issue.
You need to log in
before you can comment on or make changes to this bug.
Description
•