DOC

org.unitils.mail : unitils-mail

Maven & Gradle

Feb 25, 2015
1 usages

unitils mailmodule · Will start a fake (spy) SMTP server for you tests. It makes it easy to verify the mails your application has sent

Table Of Contents

Latest Version

Download org.unitils.mail : unitils-mail Javadoc & API Documentation - Latest Versions:

All Versions

Download org.unitils.mail : unitils-mail Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file unitils-mail-1.0.2-javadoc.jar to unitils-mail-1.0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder unitils-mail-1.0.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "unitils-mail-1.0.2-sources.jar" -d "unitils-mail-1.0.2-javadoc" -subpackages 

Advertisement