DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30973>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30973 [email] [patch] HTML email with plain text alternative and attachments ------- Additional Comments From [EMAIL PROTECTED] 2004-11-04 15:10 ------- Yes, still open. :-( Here is an except from the commons-dec mailing list (thx scott). I am going to try to create a unit test for this and then see when we can take it. [Except] HtmlEmail - still broken. if, for instance, you create an html email with 2 embedded jpeg files, you end up with this structure: multipart/related text/html image/jpeg image/jpeg text/plain which will not display properly with many email clients. we really want: multipart/alternative text/plain multipart/related text/html image/jpeg image/jpeg or, if there are email attachments, something like: multipart/mixed multipart/alternative text/plain multipart/related text/html image/jpeg image/jpeg attachment1-content-type attachment2-content-type [end except] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
