Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

The JavaMail API's license agreement is so confusing since I am not a lawyer.

I want to use JavaMail for a closed-source, commercial project on the server-side of an email service, which offers email functionality to our customers.

So, am I allowed to use JavaMail or do I have to pay a license fee or release my code under an open-source license or something like that?

share|improve this question
6  
you should probably start accepting some answers – Woot4Moo Sep 4 '10 at 18:44
1  
It wouldn't hurt to vote now and again, too. – trashgod Sep 4 '10 at 19:14
Sorry, not used to that :-). Added accepts now. – Timo Sep 5 '10 at 9:54

1 Answer

up vote 8 down vote accepted

The most important thing to respect is probably this statement:

You acknowledge that Software is not designed, licensed or intended for use in the design, construction, operation or maintenance of any nuclear facility

Seriously, here is what can be found in the FAQ:

Q: Is the JavaMail API implementation completely free? Can I ship it along with my product?

A: Yes. The current release of the JavaMail API implementation, is completely free and you can include it in your product. This release includes IMAP, POP3, and SMTP providers as well. Please do read the license and ensure that you understand it. (The license is available after clicking the Download button on the download page.) The JavaBeans Activation Framework is also free for use under a similar license.

share|improve this answer
hahaha, that piece is nice. But anyway, they aren't plenty of such APIs available. To my knowledge there's only commons-email, which sits ontop of this one – Bozho Sep 4 '10 at 18:43
1  
I just updated my answer because I found the answer in the FAQ. – user333306 Sep 4 '10 at 18:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.