Status
People
(Reporter: rhp, Assigned: rhp)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
A good thing to know when send message using SMTP, a line can not be longer than 76 characters. A long line need to be encoded with quoted printable. I think you probably already know about this. Some servers can take a very long line but not all. The right thing to do is at the sent time make sure each line is not no longer than 76 chars if they are either use the base64 encoding or quoted printable.
(Assignee) | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M10
(Assignee) | ||
Comment 1•20 years ago
|
||
I think I know how to deal with this. - rhp
(Assignee) | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Last Resolved: 20 years ago
Resolution: --- → INVALID
(Assignee) | ||
Comment 2•20 years ago
|
||
After checking, I saw that these cases were actually covered so this wasn't a bug. - rhp
Since Rich opened this against himself and marked this bug invalid, I'll mark it verified as invalid.
Updated•14 years ago
|
Product: MailNews → Core
Updated•11 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•