Mimemail compressor adds inline styling to each element to replace the styling provided by CSS rules, but it leaves the classnames intact. While useful for debugging, on production sites it would be better if the (now unnecessary) classnames were removed from the resulting HTML-code.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | mimemail-1643750-3-d7.patch | 1.97 KB | sgabe |
| #3 | mimemail-1643750-3-d6.patch | 2.04 KB | sgabe |
| #1 | mimemail-1643750-1-d7.patch | 1.62 KB | sgabe |
| #1 | mimemail-1643750-1-d6.patch | 1.71 KB | sgabe |
Comments
Comment #1
sgabe commentedThe attached patch removes the class attributes by default and provides an option to preserve them.
Comment #2
sgabe commentedChanging status.
Comment #3
sgabe commentedThe attached patches are committed to both branches.