Jar examples for m:mail
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
You can download jar file mail 1.4.6-rc1 in this page.
Common Development and Distribution License (CDDL) v1.0
You can use the following script to add mail-1.4.6-rc1.jar to your project.
<dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4.6-rc1</version> </dependency>
compile group: 'javax.mail', name: 'mail', version: '1.4.6-rc1'
libraryDependencies += "javax.mail" % "mail" % "1.4.6-rc1"
<dependency org="javax.mail" name="mail" rev="1.4.6-rc1"/>
@Grapes(@Grab(group='javax.mail', module='mail', version='1.4.6-rc1'))
'javax.mail:mail:jar:1.4.6-rc1'
Click the following link to download the jar file.
mail-1.4.6-rc1-javadoc.jar