Closed Bug 296750 Opened 19 years ago Closed 19 years ago

Empty title tag in composed html messages

Categories

(SeaMonkey :: MailNews: Message Display, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 141921

People

(Reporter: bba42195, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050605
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050605

HTML messages generated by Mozilla may have an empty title tag, increasing the
chance that the message may get rejected by spam detectors. I noticed this
problem in Thunderbird, but have now verified it in current nightly build of
Mozilla suite. Not sure if this is really a MailNews problem, or Composer
problem (or linkage between MailNews and Composer).

Reproducible: Sometimes

Steps to Reproduce:
Compose an HTML message, then either send it (in either HTML only or text + HTML
format), or you can see problem without even sending message: just save as
draft, then view message source of the draft. However, problem doesn't always
occur every time. May be random, but generally seems to occur with first message
composed after starting Mozilla.
Actual Results:  
HTML of the generated message includes following, with empty title tag:
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>


Expected Results:  
Either omit the title tag entirely, or use the email Subject as the title.
Duplicate of Core bug 141921?
(In reply to comment #1)
> Duplicate of Core bug 141921?

Yes.

*** This bug has been marked as a duplicate of 141921 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.