This is a fork of http://github.com/stevej/mailslot/
This fork :
-
add scala 2.8.1 compatibility
-
add sbt
Mailslot is an smtp-based appserver. Under the Apache 2 license.
It is used as an example in Programming Scala book from O'REILLY
The purpose of edla.org is to promote the state of the art in various domains.
-
sbt update
-
sbt clean compile
-
If you wan't to import it as an eclipse project : sbt eclipse
Mailslot depend on scala-stats.
This fork embed a compatible binary version but you can find also find source code here : https://github.com/newca12/scala-stats
That's it.