Commit Graph

122 Commits

Author SHA1 Message Date
Scala Steward
46fcc07ce8
Update flexmark, ... to 0.61.16 2020-04-21 22:52:45 +02:00
eikek
3805e1f3cf
Merge pull request #93 from scala-steward/update/sbt-microsites-1.2.0
Update sbt-microsites to 1.2.0
2020-04-21 21:43:50 +02:00
eikek
7f67693003
Merge pull request #95 from scala-steward/update/flyway-core-6.4.0
Update flyway-core to 6.4.0
2020-04-21 21:43:40 +02:00
Scala Steward
75d423dce5
Update flyway-core to 6.4.0 2020-04-21 20:44:27 +02:00
Scala Steward
61edac7460
Update stanford-corenlp to 4.0.0 2020-04-21 16:29:37 +02:00
Scala Steward
8c8a5917c7
Update sbt-microsites to 1.2.0 2020-04-21 14:30:43 +02:00
Scala Steward
0323045715
Update flexmark, ... to 0.61.12 2020-04-18 08:10:50 +02:00
Scala Steward
d3a7eff939
Update flexmark, ... to 0.61.10 2020-04-17 00:11:20 +02:00
Scala Steward
4ba3ef4d49
Update sbt to 1.3.10 2020-04-15 11:05:49 +02:00
Scala Steward
9c3a0d7320
Update jquery to 3.5.0 2020-04-15 00:16:04 +02:00
Scala Steward
b0692e6826
Update flexmark, ... to 0.61.8 2020-04-14 04:09:29 +02:00
Scala Steward
c9e6496236
Update flexmark, ... to 0.61.6 2020-04-12 08:10:20 +02:00
Scala Steward
eb0733f47a
Update flexmark, ... to 0.61.4 2020-04-11 06:13:03 +02:00
Scala Steward
e527ce3c45
Update sbt-scalafmt to 2.3.4 2020-04-10 21:04:01 +02:00
Scala Steward
7f27d6b4f2
Update sbt-scalafmt to 2.3.3 2020-04-10 16:44:33 +02:00
Scala Steward
5de6874cb0
Update flexmark, ... to 0.61.2 2020-04-08 22:10:11 +02:00
Eike Kettner
3ffc3fb317 Fix a classpath issue
Remove javax.activation from stanford-nlp artifact. There are new
coordinates now as the java-mail library and the activation library
have been moved to eclipse jakarta.
2020-04-07 22:38:25 +02:00
Eike Kettner
1206105f0b Fix several bugs with handling e-mail files
- When converting from html->pdf, the wkhtmltopdf program exits with
  errors if the document contains invalid links. The content is now
  cleaned before handed to wkhtmltopdf.
- Update emil library which fixes a bug when reading mails without
  explicit transfer encoding (8bit)
- Add a info header to converted mails
2020-04-07 22:38:25 +02:00
eikek
12672938a0
Merge pull request #78 from scala-steward/update/calev-core-0.3.0
Update calev-core, calev-fs2 to 0.3.0
2020-04-07 09:17:39 +02:00
Scala Steward
d77ab41da1
Update minitest, minitest-laws to 2.8.2 2020-04-07 00:55:52 +02:00
Scala Steward
8fc09cb92e
Update calev-core, calev-fs2 to 0.3.0 2020-04-07 00:55:37 +02:00
Scala Steward
b86fb4042c
Update flyway-core to 6.3.3 2020-04-06 20:11:55 +02:00
Scala Steward
530a7d89f3
Update doobie-core, doobie-hikari to 0.9.0 2020-04-06 00:15:28 +02:00
Scala Steward
28601e6143
Update minitest, minitest-laws to 2.8.1 2020-04-05 16:11:22 +02:00
Scala Steward
45ba0a40ef
Update flexmark, ... to 0.61.0 2020-04-04 20:09:33 +02:00
Scala Steward
11cc9edbd7
Update http4s-blaze-client, ... to 0.21.3 2020-04-02 08:14:42 +02:00
Scala Steward
cea5f05c70
Update calev-core, calev-fs2 to 0.2.0 2020-04-02 02:10:32 +02:00
Scala Steward
9f4f71d4a6
Update postgresql to 42.2.12 2020-04-01 02:37:29 +02:00
Scala Steward
9a7365ede5
Update sbt to 1.3.9 2020-03-31 18:20:27 +02:00
Scala Steward
6d2baba052
Update bitpeace-core to 0.4.5 2020-03-28 16:14:53 +01:00
Scala Steward
e035b8e985
Update sbt-sonatype to 3.9.2 2020-03-27 22:29:05 +01:00
Scala Steward
2d0fcfbe2f
Update sbt-sonatype to 3.9.1 2020-03-27 10:43:38 +01:00
Scala Steward
fe2b27bd49
Update http4s-blaze-client, ... to 0.21.2 2020-03-25 04:13:16 +01:00
Eike Kettner
0b80572664 Fix encodings for mails with non-utf8 html parts 2020-03-24 23:40:29 +01:00
Scala Steward
519a39c991
Update flyway-core to 6.3.2 2020-03-24 14:17:49 +01:00
Eike Kettner
cf7ccd572c Improve handling encodings
Html and text files are not fixed to be UTF-8. The encoding is now
detected, which may not work for all files. Default/fallback will be
utf-8.

There is still a problem with mails that contain html parts not in
utf8 encoding. The mail text is always returned as a string and the
original encoding is lost. Then the html is stored using utf-8 bytes,
but wkhtmltopdf reads it using latin1. It seems that the `--encoding`
setting doesn't override encoding provided by the document.
2020-03-23 22:51:28 +01:00
Eike Kettner
3703dce9a6 Update fs2 to 2.3.0 2020-03-20 22:47:09 +01:00
Scala Steward
0903bdf6b3
Update sbt-microsites to 1.1.5 2020-03-20 12:45:58 +01:00
eikek
fd48dace9d
Merge pull request #60 from scala-steward/update/sbt-mdoc-2.1.5
Update sbt-mdoc to 2.1.5
2020-03-20 10:40:14 +01:00
Scala Steward
67a96d95c8
Update sbt-mdoc to 2.1.5 2020-03-20 09:08:40 +01:00
Scala Steward
6477745b77
Update mariadb-java-client to 2.6.0 2020-03-20 09:08:34 +01:00
Scala Steward
736a28bc4f
Update tika-core to 1.24 2020-03-17 16:43:17 +01:00
Scala Steward
1125cc872c
Update sbt-mdoc to 2.1.4 2020-03-16 16:21:51 +01:00
Scala Steward
f043cb48f4
Update sbt-native-packager to 1.7.0 2020-03-16 10:16:14 +01:00
eikek
1e17df4b8c
Merge pull request #52 from scala-steward/update/sbt-native-packager-1.6.2
Update sbt-native-packager to 1.6.2
2020-03-15 22:34:39 +01:00
Scala Steward
4bfb03b442
Update sbt-native-packager to 1.6.2 2020-03-15 22:20:31 +01:00
Scala Steward
b6bed9a629
Update emil-common, emil-javamail to 0.3.0 2020-03-15 22:20:18 +01:00
eikek
a27700fd55
Merge pull request #50 from scala-steward/update/flyway-core-6.3.1
Update flyway-core to 6.3.1
2020-03-15 13:17:00 +01:00
Scala Steward
0076b3782d
Update flyway-core to 6.3.1 2020-03-13 18:25:20 +01:00
Scala Steward
56014e5ee2
Update sbt-mdoc to 2.1.3 2020-03-13 10:20:09 +01:00