Downloads
There are 2 packages:
- The first is called mailcarbon-gui-x.x.jar and is the generally available download
- The second is called mailcarbon-cli-x.x.jar. It contains the program in console mode
All packages and older versions can be found on Sourceforge.
The latest developper version can be downloaded from svn:
svn checkout http://mailcarbon.svn.sourceforge.net/svnroot/mailcarbon/mailcarbon/trunk mailcarbon
You can compile an run it:
cd mailcarbon
mvn -Dmaven.test.skip=true clean package
# or for the gui
mvn -Dmaven.test.skip=true -Dgui clean package
java -jar target/mailcarbon-*-*.*.*.jar
You can also browse the sources repository.