Closed
Bug 155513
Opened 23 years ago
Closed 23 years ago
Inconsistent Uppercase/Lowercase in "Local Folders" mail URIs
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: KaiE, Assigned: mscott)
References
Details
This was found, because the S/Mime code tries to track URIs of messages, in
order to remember their properties and behave appropriately.
Seen on Linux, not tested other platforms yet.
While reading a mail message, we use the mail JS function GetLoadedMessage() to
obtain the URI of the currently shown message. For a message in "Local Folders"
we get:
mailbox-message://nobody@Local%20Folders/bla#173981
^ ^
Later, when composing a message as a result of a "forward inline", the following
URI is seen in gMsgCompose.originalMsgURI:
mailbox-message://nobody@local%20folders/bla#173981
^ ^
Expected behaviour: Consistency
| Reporter | ||
Comment 1•23 years ago
|
||
Bug 155671 enhances the implementation of the "forward inline" portion of bug
137071 in a way, that the behaviour described in this bug 155513 becomes irrelevant.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
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
•