Extract tnef attachments and fix incomplete html

The wkhtmltopdf requires the content encoding set correctly in the
document.
This commit is contained in:
Eike Kettner
2020-03-24 23:27:24 +01:00
parent 0b80572664
commit e305b46708
3 changed files with 46 additions and 7 deletions

View File

@ -204,6 +204,7 @@ val store = project.in(file("modules/store")).
Dependencies.flyway ++
Dependencies.loggingApi ++
Dependencies.emil ++
Dependencies.emilDoobie ++
Dependencies.calev
).dependsOn(common)
@ -293,6 +294,7 @@ val joex = project.in(file("modules/joex")).
Dependencies.http4s ++
Dependencies.circe ++
Dependencies.pureconfig ++
Dependencies.emilTnef ++
Dependencies.loggingApi ++
Dependencies.logging.map(_ % Runtime),
addCompilerPlugin(Dependencies.kindProjectorPlugin),