Hi all,

I checked out 34056 (http://issues.apache.org/bugzilla/show_bug.cgi? id=34056) and it doesn't seem bad. The one thing Henning highlighted:
-                getPrimaryBodyPart().setText(msg, charset);
+//                BROKEN!
+//                getPrimaryBodyPart().setText(msg, charset);
+                getPrimaryBodyPart().setText(msg);

I don't see why this is "broken"... Seems to me like we add getPrimaryBodyPart().setText(msg,charset) as well...

I also looked at 35881 (http://issues.apache.org/bugzilla/ show_bug.cgi?id=35881), and despite not being able to apply, the change doesn't seem bad either. I would like to see the 1.0 release be one we can rely on for a while, and the changes to faciliate subclassing/extension in 34056 and 35881, and then cutting RC6 seem like an okay path forward.

Any opinions? I think at least 35881 can be applied, and if we get back the info on 34056 on the // BROKEN bit, then it could go in as well. Commons-email has taken this long, whats another week or two...

Eric



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to