Hi folks, after getting a few request regarding the latest bugfixes of commons-email I uploaded the current version to
http://people.apache.org/repo/m2-snapshot-repository/commons-email/commons-email/1.2-SNAPSHOT/ The current site is available under http://commons.apache.org/email/ This allows you to test commons-email without forcing you to build it from SVN trunk .... Fixed Bugs: o Provide better diagnostics when attaching documents fail. Issue: EMAIL-78. Thanks to Aaron Digulla, Corey Scott. o When mail authentication is required and no username/password is supplied than the provided mail session is used. If a username/password is found the implementation creates a new mail session and a DefaultAuthenticator as convinence implementation. Issue: EMAIL-70. Thanks to F. Andy Seidl. o Using Kenneth's implementation of HtmlEmail.buildMimeMessage() to fix a couple of HtmlEmail layout issues. Also thanks to Martin Lau and Morten Hattesen for providing in-depth analysis of the problem Issue: EMAIL-65. Thanks to Kenneth Gendron. o During regression tests write out the generated MimeMessage instead of WiserEmail.toString(). Cheers, Siegfried Goeschl --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org