Extension Modules

This is a list of extension modules to emil. They add more features or provide integration into on other libraries.

To use them, you need to add them to your build. With sbt:

libraryDependencies += "com.github.eikek" %% "emil-{name}" % "0.15.0"
  • TNEF Extract TNEF attachments (a.k.a. winmail.dat).
  • Doobie Provides meta instances for some emil types for Doobie.
  • Markdown Use markdown for your mail bodies to create a text and html version.
  • Jsoup Use Jsoup library to better deal with html e-mails.