Closed
Bug 356949
Opened 19 years ago
Closed 18 years ago
Thunderbird does not open .eml file with uppercase extension
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 242959
People
(Reporter: ivan.lamaddalena, Assigned: mscott)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; libero; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Build Identifier: 1.5.0.5
Hi,
if I try to save a email message on my local directory, giving to it the extension with uppercase (MyMessage.EML) I see that there is not possibility to open the same file giving the double click on it. Only thunderbird application will be opened, but without the form of the specific email message.
Reproducible: Always
Steps to Reproduce:
1. Try to save a message locally (File-->Save As)
2. Specify the extension in uppercase
3. Close thunderbird client
4. Double click on email message saved on PC
Actual Results:
Thunderbird has been open but it does not show the email message
Expected Results:
The email message should be opened
Comment 1•19 years ago
|
||
I lurked into the Code and noticed something maybe related whit this bug.
code: "thunderbird-1.5.0.7-source.tar.bz2" AND "thunderbird-2.0a1-source.tar.bz2"
file: "mailnews/base/src/nsMessengerBootstrap.cpp"
line: 128: if (StringEndsWith(arg, NS_LITERAL_STRING(".eml")))
Is this related? The method StringEndsWith() calls STRING.Equals(), usually a case sensitive method (i cant find it in the code). I noticed also a method EqualsIgnoreCase().
--
Flavio "Iron Bishop" Pastore
Comment 2•19 years ago
|
||
this is fixed on trunk and 2.0 branch, and is a dup.
*** This bug has been marked as a duplicate of 242959 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 3•18 years ago
|
||
(In reply to comment #2)
> this is fixed on trunk and 2.0 branch, and is a dup.
> *** This bug has been marked as a duplicate of 242959 ***
I have downloaded 2.01a version and on this problem nothing has been changed. Are you sure that this bug has been fixed.
I would like to remember that I get this error only
when I have saved locally a file with .EML extension in uppercase format
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 4•18 years ago
|
||
This is a dupe. Do not reopen. The problem is fixed in 2b1 builds, not in the 2a1 alpha release, which was created before the patch at the dupe was checked in on the version-2 branch.
You can find a current 2b1 build at:
ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-mozilla1.8/
*** This bug has been marked as a duplicate of 242959 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•