scala/mail-parser/mail-parser.sc: email parser (based on java mail api); ammonite.io script
/*
* Copyright ...
*/
package example
import org.scalatest.FlatSpec
import org.scalatest.matchers.ShouldMatchers
class ExampleSpec extends FlatSpec with ShouldMatchers {
"Example" should "do something" in {
}
}