Closed tsyesika closed 11 years ago
There could actually be a header to suggest the body is html, this should be checked before we try detection.
If there isn't, then I'm doing something wrong in the back-end
Some emails (I think all of the emails in question) have the body set to the HTML content (not an attachment).
Dupe of #94
Sometimes html emails will be displays as if they're plaintext. We should look at the start and try and detect if they are HTML, if so it might be a good idea to switch them from being on the .body to being an attachment with a content_type of "text/html" (possibly could be done in the backend?)