Skip to content

Releases: bbottema/simple-java-mail

v8.12.2

05 Oct 09:19
Compare
Choose a tag to compare

#552: [bug] support iCalendar events with METHOD defined in body instead of Content-Type

Maintenance release v8.12.1

02 Oct 13:04
Compare
Choose a tag to compare
  • #533: [maintenance] Bump com.github.therapi:therapi-runtime-javadoc-scribe from 0.1
  • #532: [maintenance] Bump com.sanctionco.jmail:jmail from 1.4.1 to 1.6.3
  • #531: [maintenance] Bump com.github.bbottema:java-socks-proxy-server from 4.0.0 to
  • #528: [maintenance] Bump com.github.davidmoten:subethasmtp from 7.0.1 to 7.1.1
  • #522: [maintenance] Bump jakarta.annotation:jakarta.annotation-api from 1.3.5 to 3.0.0

v8.12.0

26 Sep 11:39
Compare
Choose a tag to compare
  • #550: [bug] Environment variables are not being loaded properly
  • #538: [bug] System properties are only read if configuration file exists in class path
  • #546: [Enhancement] Trim whitespace in encoder values for Content-Encoding

v8.11.3 Reduce batch-module log spam

16 Sep 15:49
Compare
Choose a tag to compare

#543: [Enhancement] reduce log spam from the batch-module

v8.11.2 Outlook support bug fix

08 Jun 15:34
Compare
Choose a tag to compare

#530: [Bug] After converting Outlook .msg to EML, bullet lists have duplicate numbering HTML converted from RTF

v8.11.1 maintenance update

28 May 15:55
Compare
Choose a tag to compare
  • #529: Bump smtp-connection-pool from 2.3.2 to 2.3.3 which improves performance and fixes a rare ConcurrentModificationException
  • #527: Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.13
  • #523: Bump org.jacoco:jacoco-maven-plugin from 0.8.5 to 0.8.12

v8.11.0

25 May 22:23
Compare
Choose a tag to compare

#526: When reading .msg files the RTF converted to HTML is garbled in some cases where the appropriate charset is not detected properly

NOTE: this release contains many (minor) dependency updates to resolve CVE issues, including:

  • parent POM upgrade: Upgrades test dependencies as well as SLF4J versions
  • outlook-message-parser 1.13.2 -> 1.14.0
  • java-reflection 4.0.1 -> 4.0.2
  • smtp-connection-pool 2.3.1 -> 2.3.2
  • utils-mail-dkim 3.1.0 -> 3.2.0
  • jakarta.mail-api 2.1.2 -> 2.1.3
  • angus-mail 2.0.2 -> 2.0.3
  • therapi-runtime-javadoc 0.13.0 -> 0.15.0
  • kryo 5.0.0-RC1 -> 5.6.0
  • maven-assembly-plugin 3.1.0 -> 3.7.1 (only for the CLI module during build)

v8.10.1 batch-module dependency fix

03 May 22:14
Compare
Choose a tag to compare

#510: Update upstream dependency generic-object-pool, which solves a critical bug when there are exceptions during allocation

v8.10.0 EmailConverter update

30 Apr 14:36
Compare
Choose a tag to compare

#508: [enhancement+bug] Make EmailConverter API more consistent regarding Session parameter, don't use Session.getDefaultInstance anymore and fix bug where emlToEmailBuilder used emlToMimeMessage

v8.9.0 - Security update

26 Apr 15:47
Compare
Choose a tag to compare

#507: [security] Update 3rd party dependencies to get rid of all currently known CVE issues

Changes:

Dependencies:

  • Spring 5.3.27 -> 5.3.34
  • Spring Boot 2.5.15 -> 2.7.18
  • commons-io 2.7 -> 2.11.0
  • utils-mail-smime 2.3.1 -> 2.3.3
    • org.bouncycastle:bcjmail-jdk15to18 1.75 -> org.bouncycastle:bcjmail-jdk18on 1.78.1
  • ical4j 2.2.4 -> ical4j-vcard 2.0.0-beta2

Other:

  • Junit 4 -> Junit 5 (including Mockito, AssertJ and got rid of Powermock)
  • maven-surefire-plugin 2.19.1 -> 3.2.5