-
Improvement
-
Resolution: Won't Fix
-
Minor
-
None
The email-ext plugin currently has the option to send either a plain text or an HTML version of the build status email. The HTML version is easier to read, but there is no plain text alternative in the email. This affects mail clients which can only display plain text, but more importantly, when the notifications are sent to a Mailman mailing list, the content of the email in the list archive is "An HTML attachment was scrubbed...".
It would be good to have a plain text alternative in the HTML email. This could be generated by some existing python package which converts HTML to plain text, or (less preferred) there could be a second template for the plain text version in the configuration page.
The way I will probably "solve" this is allowing you to override the content type per trigger, then you could have a trigger that sends plaintext and one that sends html and have a different list of people for each one. I don't think this is exactly "major" either.