dcposch / scramble

Secure email for everyone
http://dcposch.github.io/scramble/
226 stars 32 forks source link

Friendly error message: HTML email unsupported #54

Closed dcposch closed 10 years ago

dcposch commented 10 years ago

Occasionally people get email that is HTML-only. The Content-Type may be "text/html" or "multipart/...", but in either case there are no "text/plain" parts.

Currently these emails simply show up as a blank body. There should be a short explanation of why we can't display it.

(Fortunately, most HTML email is sent as both HTML and plain-text via "multipart/...", and hence shows up correctly.)