Closed
Bug 96252
Opened 24 years ago
Closed 4 years ago
New line problems in error msg when having Invalid recipients
Categories
(MailNews Core :: Networking: SMTP, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: bugzilla, Unassigned)
Details
Currently the error messages when having Invalid recipients looks like this:
"An error occured while sending mail. The mail server responded: Invalid
recipient:[newline]
<test@test.test>[newline]
. Please check the message recipients and try again."
A better version would be:
"An error occured while sending mail. The mail server responded:[newline]
Invalid recipient: <test@test.test>[newline]
Please check the message recipients and try again."
Comment 1•22 years ago
|
||
That would be nice, yes. But
"Invalid recipient:[newline]
<test@test.test>[newline]"
is the servers response.
Do you mean, we should process the servers messages through a filter and remove
the newlines?
| Reporter | ||
Comment 2•22 years ago
|
||
perhaps this is just a dupe. Outlook Express shows such errors in a little
textbox , which is much nicer than the alert mozilla uses.
Comment 3•22 years ago
|
||
How does such an error looks like in OE? With these newlines or without?
As I wrote it wouldn't be much work to remove them, but I'm not sure if we should.
Having a text box like OE would have some advantages, yes. So messages with much
text (see bug 197134, comment #1) would be a smaller problem. And cut/copy of a
message could also easily be done.
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Assignee: mscott → nobody
| Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•17 years ago
|
QA Contact: nbaca → networking.smtp
Updated•7 years ago
|
Severity: normal → trivial
Comment 4•4 years ago
|
||
Version 91 has all new smtp backend code. If you can still reproduce this issue, please file a new bug report https://bugzilla.mozilla.org/enter_bug.cgi?product=MailNews%20Core&component=Networking%3A%20SMTP
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•