mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Extract tnef attachments and fix incomplete html
The wkhtmltopdf requires the content encoding set correctly in the document.
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user