Opened 3 years ago
Closed 2 years ago
#1487098 closed Bugs (fixed)
Generated HTML (MIME) doesn't validate
| Reported by: | tobiasvl | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.5-stable |
| Component: | Other | Version: | 0.4.2 |
| Severity: | normal | Keywords: | html, mime |
| Cc: | melding-ciore@… |
Description
RoundCube should produce valid HTML in its html-mime-parts - it currently doesn't wrap the HTML in <html> or <body> tags, and it's also missing the doctype declaration. (Note that Thunderbird adds all these tags in its generated HTML.)
Attachments (1)
Change History (2)
Changed 2 years ago by tvald
comment:1 Changed 2 years ago by thomasb
- Resolution set to fixed
- Status changed from new to closed
Fixed in [56849c65]
Note: See
TracTickets for help on using
tickets.

patch to wrap html messages and prepend a doctype