Release History

VersionDateDescription
1.0 2005-09-27
1.0-rc8 2005-09-07
1.0-rc6-SNAPSHOT in Subversion

Get the RSS feed of the last changes

Release 1.0-rc8 - 2005-09-07

TypeChangesBy
fix Make sure that the unit tests don't fail under JDK 1.3.x with java.net.BindException: Address already in use henning
update Replace our usage of address.validate() with simpler code that allows commons-email to work with javamail 1.2 / J2EE 1.3 environment. Added an unit test which verifies the behaviour. Fixes 36536. Thanks to Niall Pemberton . henning
update Add an unit test to check for invalid addresses. Fixes 36535. Thanks to Niall Pemberton . henning
update Remove dependencies to commons-lang, allowing commons-email to exist without any external dependencies in an J2EE 1.4+ environment. Fixes 36486. Thanks to Stephen Colebourne . henning

Release 1.0-rc6-SNAPSHOT - in Subversion

TypeChangesBy
update Improve MultiPartEmail to ease extending it. Fixes 34056. Thanks to Troy Poppe . epugh
update Refactoring the code to seperate creation of a MimeMessage and sending it. sgoeschl
update Add serialVersionUID to EmailException dion
update Use Dumbster 1.6 compiled with jdk13 for testing dion
fix Refactor Hashtable usage to Map Fixes 34919. Thanks to Eric Spiegelberg . dion
add Email throws EmailException wrapping underlying JavaMail exception Fixes 32094. Thanks to Mark Lowe . epugh
add Change port for dumbster from 25 to 2500 to use unreserved port. Fixes 32410. Thanks to Corey Scott . epugh
add Add back in ByteArrayDataSource. Fixes 32260. Thanks to Corey Scott . epugh
remove Removed deprecated MailMessage and ByteArrayDataSource. epugh
add Output test emails to /target/test-emails as .txt files for manual review. epugh
add Inline attatchment encoding was incorrect. Fixes 31904. Thanks to Mark Lowe . epugh
add Integrate our own checkstyle config instead of using Turbine style only. epugh
add Clone the System.getProperties() call instead of putting random properties into it. Fixes 18968. Thanks to Joe Germuska . epugh
add Can't supply a javax.mail.Session to Commons Email component Fixes 16859. epugh
add HTML email with plain text alternative and attachments Fixes 30973. Thanks to Corey Scott . epugh
add Integrate use of Dumbster to supply a fake SMTP server. Fixes 31762. Thanks to Corey Scott . epugh
add Lots of new unit tests and cleanup of code. Thanks to Corey Scott . epugh
update Update dependencies to latest available. epugh
add Support the delivery of bounced messages to an address other than "from". Fixes 18968. germuska