|
JavaMail is a Java API used to send and receive email via SMTP, POP3 and IMAP. JavaMail is built into the Java EE platform, but also provides an optional package for use in Java SE. The current version is 1.5.2, released in May 2014. Another open source JavaMail implementation exists - GNU JavaMail - while supporting only version 1.3 of JavaMail specification, it provides the only free NNTP backend, which makes it possible to use this technology to read and send news group articles. == Licensing == As of April 3, 2013, JavaMail is now hosted as an open source project on Java.net. Most of the JavaMail source code is licensed under the following licences: * CDDL-1.1 * GPL-2.0 with Classpath Exception license * The source code for the demo programs is licensed under the BSD license 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「JavaMail」の詳細全文を読む スポンサード リンク
|