Closed
Bug 23075
Opened 25 years ago
Closed 25 years ago
Don't quote "signed/encrypted mail not supported text"
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
M13
People
(Reporter: lchiang, Assigned: rhp)
Details
Mozilla mail does not support signed or encrypted messages. When a signed or an
encrypted message is encountered, we display some text in the message pane
informing the user of the situation. This text brings up some concerns for
I18N.
Comments taken from http://bugzilla.mozilla.org/show_bug.cgi?id=21993 which
mozilla@bucksch.org writes:
> We do quote the following text:
> "This is an ENCRYPTED message. Mozilla Maildoes not support encrypted mail."
> "This messages is possibly SIGNED. Mozilla does not support signed mail."
I have some I18N concerns. You can't insert this english string into a localized
version. But you can't insert a translated text either, as users with localized
versions potentially communicate with (for them) foreign correspondents.
E.g. I may want to see German text in my UI, but I don't want you to see German
text in my replys.
-- end comments --
Any ideas on what we can do here?
Comment 1•25 years ago
|
||
This is a classic problem of L10n.
One solution is to have an universal ID for the dialog
internally which then corresponds to the same message in different
languages depending on what language client you're using.
Comment 2•25 years ago
|
||
momoi,
this is no UI text, it is in the quote, i.e. it is inserted in the text body of
msgs I create, and I send it out.
I'm sure, this is not the first time this problem appears (compare "<From>
wrote:"), but I don't think, it is acceptable.
Comment 3•25 years ago
|
||
I think we should separate the issues for display and sending.
For display, we display these additional info texts when displaying
any msg which is signed and/or encrypted. This means to me that
the texts are not in the received message itself but is inserted
by Mozilla in the process of sending the data to the layout.
For this part, I'm suggesting that we substitute appropriate
language text if one is available.
On sening/replying to such a msg, why do we need to quote
this text at all? Can we skip it in the quoted part?
Comment 4•25 years ago
|
||
momoi,
this bug is only about replying/sending.
CCing rhp to answer your questions.
Comment 5•25 years ago
|
||
Let me add a bit more thoughts on this.
1. For legitimate RFC 822 headers, e.g. From, To, etc., there is no
need to use translation. We should send them out as it is quoted
including foreign names as content of such headers.
2. For warning like the one we are talking about here, we might want
to take hints from MIME info which we or servers add to a
msg, e.g. "This body part will be downloaded on demand.".
We don't display this type of msg but it's in the source.
Can we do something similar for quoting this type of info?
So, 2 options I'm suggesting are:
A. Skip this type of info in reply/quote. OR
B. Include it but in such a way to make it an optional
text to display by mail agents. And you don't need to
translate this type of text.
Updated•25 years ago
|
Assignee: phil → rhp
Summary: I18N concerns on "signed/encrypted mail not supported text" → Don't quote "signed/encrypted mail not supported text"
Comment 6•25 years ago
|
||
So, it seems like the right fix is to not quote the S/MIME message in replies,
right? Changing the bug summary to reflect that, and reassigning to rhp.
Assuming we can avoid quoting the vcard, how hard is it to avoid quoting the
S/MIME warning? If this is reasonably cheap, I'd like to do it, but if it's not,
you can push it out aways. It's way not a beta1 stopper in any event.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M13
Assignee | ||
Comment 7•25 years ago
|
||
This is a simple fix. I have it in my tree and I will check it in when the tree
opens.
- rhp
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•25 years ago
|
||
This should be fixed now.
- rhp
Verified as fixed on win32, linux, and macos using the following builds:
Win32 commercial seamonkey build 2000-080104-m17
Linux commercial seamonkey build 2000-080104-m17
Macos commercial seamonkey build 2000-080104-m17
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•