Closed
Bug 37215
Opened 25 years ago
Closed 23 years ago
[TXT->HTML] require domain for abbreviated mailto URL
Categories
(Core :: Networking, enhancement, P3)
Core
Networking
Tracking
()
People
(Reporter: BenB, Assigned: mscott)
Details
(Keywords: polish)
Require "user@host.domain", not just "user@host", if email address is
abbreviated, i.e. the "mailto:" is missing (see
<http://www.bucksch.org/1/projects/mozilla/16507>).
Trivial change: Hack mozTXTToHTMLConv::CompleteAbbreviatedURL, so that it
requires a dot after |pos|.
Maybe, I'll do it myself, but it is really trivial.
Updated•24 years ago
|
Target Milestone: M18 → ---
Reporter | ||
Comment 3•23 years ago
|
||
*** This bug has been marked as a duplicate of 97835 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•