Inboxen / website

obsolete - use https://github.com/Inboxen/Inboxen
GNU Affero General Public License v3.0
1 stars 28 forks source link

some HTML emails are being displayed as if plaintext #71

Closed tsyesika closed 11 years ago

tsyesika commented 11 years ago

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?)

tsyesika commented 11 years ago

There could actually be a header to suggest the body is html, this should be checked before we try detection.

moggers87 commented 11 years ago

If there isn't, then I'm doing something wrong in the back-end

tsyesika commented 11 years ago

Some emails (I think all of the emails in question) have the body set to the HTML content (not an attachment).

moggers87 commented 11 years ago

Dupe of #94