The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| javax.activation | activation | 1.1 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| junit | junit | 3.8.2 | - | jar | |
| net.sf.retrotranslator | retrotranslator-runtime | 1.2.1 | - | jar | |
| org.subethamail | subethasmtp-smtp | 1.2 | java14 | jar | |
| org.subethamail | subethasmtp-wiser | 1.2 | java14 | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| javax.mail | 1.4.1 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| avalon-framework | avalon-framework | 4.1.3 | - | jar | |
| backport-util-concurrent | backport-util-concurrent | 3.0 | - | jar | |
| commons-logging | commons-logging | 1.1 | - | jar | |
| javax.servlet | servlet-api | 2.3 | - | jar | |
| log4j | log4j | 1.2.12 | - | jar | |
| logkit | logkit | 1.0.1 | - | jar |
Commons-Email aims to provide an API for sending email. It is built on top of the JavaMail API, which it aims to simplify.
http://commons.apache.org/email/
JavaBeans Activation Framework (JAF)
JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).
http://java.sun.com/products/javabeans/jaf/index.jsp
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
Library classes for bytecode transformed by Retrotranslator
http://retrotranslator.sourceforge.net/
Unnamed - backport-util-concurrent:backport-util-concurrent:jar:3.0
A multithreaded standalone SMTP mail server implementation.
http://subethasmtp.tigris.org/
Wiser is a smart mail testing application.
http://subethasmtp.tigris.org/wiser.html
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.