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 |
|---|---|---|---|---|---|
| commons-codec | commons-codec | 1.3 | - | jar | |
| commons-httpclient | commons-httpclient | 3.1 | - | jar | |
| javax.activation | activation | 1.1 | - | jar | |
| javax.mail | 1.4.1 | - | jar | ||
| log4j | log4j | 1.2.15 | - | jar | |
| net.sourceforge.htmlcleaner | htmlcleaner | 2.1 | - | jar | |
| org.apache.jackrabbit | jackrabbit-webdav | 1.4 | - | jar | |
| org.codehaus.woodstox | wstx-asl | 3.2.7 | - | jar | |
| org.slf4j | slf4j-log4j12 | 1.3.1 | - | jar | |
| javax.servlet | servlet-api | 2.4 | - | jar | (optional) |
| org.eclipse | swt | 3.3.0-v3346 | - | jar | (optional) |
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 |
|---|---|---|---|---|---|
| commons-collections | commons-collections | 3.1 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| jdom | jdom | 1.0 | - | jar | |
| org.slf4j | slf4j-api | 1.3.0 | - | jar | |
| stax | stax-api | 1.0.1 | - | jar | |
| xerces | xercesImpl | 2.8.1 | - | jar |
DavMail POP/IMAP/SMTP/Caldav/LDAP Exchange Gateway
Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with an Exchange server, even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an LDAP gateway to Exchange global address book to allow recipient address completion in mail compoze window and full calendar support with attendees free/busy display. DavMail gateway is implemented in java and should run on any platform. Releases are tested on Windows, Linux (Ubuntu) and Mac OSX. Tray does not work on MacOS and is replaced with a full frame. Tested successfully with the Iphone (gateway running on a server).
http://www.sourceforge.net/projects/davmail
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.
WebDAV library used by the Jackrabbit WebDAV support
http://jackrabbit.apache.org/jackrabbit-webdav
Unnamed - commons-collections:commons-collections:jar:3.1
Types that extend and augment the Java Collections Framework.
Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
http://xerces.apache.org/xerces2-j/
The slf4j log4j-12 binding
The slf4j API
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
http://jakarta.apache.org/httpcomponents/httpclient-3.x/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
http://jakarta.apache.org/commons/codec/
Apache Log4j 1.2
http://logging.apache.org:80/log4j/1.2/
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
https://glassfish.dev.java.net/javaee5/mail/
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
Unnamed - javax.servlet:servlet-api:jar:2.4
HtmlCleaner is an HTML parser written in Java. It transforms dirty HTML to well-formed XML following the same rules that most web-browsers use.
http://htmlcleaner.sourceforge.net/
Woodstox is a high-performance XML processor that implements Stax (JSR-173) API
StAX API is the standard java XML processing API defined by JSR-173