users@javamail.java.net

JavaMail 1.4.7 final release

From: Bill Shannon <bill.shannon_at_oracle.com>
Date: Mon, 11 Mar 2013 13:03:41 -0700

I'm happy to announce the final release of JavaMail 1.4.7!
You'll find the release at
http://www.oracle.com/technetwork/java/javamail/index.html

The 1.4.7 release contains several bug fixes and enhancements,
including the following significant changes:

- EXPERIMENTAL Gmail IMAP provider
- support for debug output using java.util.logging
- fixes for two serious bugs in JavaMail 1.4.6

The full list of changes is in the file CHANGES.txt, included in the
download file and viewable in the source code repository here:
http://kenai.com/projects/javamail/sources/mercurial/content/doc/release/CHANGES.txt?rev=534

Note that starting with the previous release we've adopted a new Maven naming
approach. The new approach is described here:
https://wikis.oracle.com/display/GlassFish/Maven+Versioning+Rules
As a result the Maven group and artifact IDs for the main JavaMail
implementation are now com.sun.mail:javax.mail, and the main jar
file is named "javax.mail.jar".

The JavaMail javax.mail-1.4.7.jar file is available in the java.net
Maven Repository (https://maven2-repository.java.net/) starting here:
https://maven.java.net/content/repositories/public/com/sun/mail/javax.mail/
It is also available from the Maven Central repository.

You'll find the source code for this version in the Mercurial repository
and in the Downloads section of the JavaMail project on Kenai:
http://kenai.com/projects/javamail

Please send feedback to javamail_ww_at_oracle.com.

Enjoy!

The JavaMail Team