JavaMail under GPL?

Will the source code of JavaMail be published under the GPL? If so, when?
[80 byte] By [kenooaa] at [2007-11-27 3:45:22]
# 1
Yes, as soon as I have time, after I get back from JavaOne.Are you just curious, or is there something you want to do that youcan only do if the code is GPL?
bshannona at 2007-7-12 8:49:05 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

Thanks for your answer!

I am developing the Spamato system which is licensed under the GPL. So far, we are using the GNU JavaMail implementation, but it's only version 1.3. Additionally, the Sun implementation is slightly better at handling "broken" emails which we often face when parsing spam emails.

So I would be glad to use the original version from Sun as soon as possible.

kenooaa at 2007-7-12 8:49:05 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
The latest JavaMail code has been updated to include the GPLv2 license.The sources have been pushed to the GlassFish CVS repository and thebinaries have been pushed to the java.net maven repository.
bshannona at 2007-7-12 8:49:05 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...