Skip to content

Releases: davidmoten/subethasmtp

7.1.1

14 May 11:49
Compare
Choose a tag to compare

Enhancements

Runtime

Build

  • Update ci.yml
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #130
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #131

Full Changelog: 7.0.2...7.1.1

7.0.2

06 Mar 04:35
Compare
Choose a tag to compare

Enhancements

  • Bump org.eclipse.angus:angus-mail from 2.0.2 to 2.0.3 by @dependabot in #127
  • Bump jakarta.mail:jakarta.mail-api from 2.1.2 to 2.1.3 by @dependabot in #128

Full Changelog: 7.0.1...7.0.2

7.0.1

19 Jan 23:12
Compare
Choose a tag to compare

Enhancements

Now using Jakarta Mail 2.x.

Runtime

  • test for return 503 on BDAT reply after BDAT LAST already received by @valenpo in #109
  • Bump com.github.davidmoten:guava-mini from 0.1.6 to 0.1.7 by @dependabot in #114
  • Use Jakarta Mail 2.1 dependencies by @rtaugerbeck in #124

Build

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #108
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #118
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #122
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #123
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #125
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #126

New Contributors

Full Changelog: 6.0.7...7.0.1

6.0.7

11 Sep 05:25
Compare
Choose a tag to compare

Enhancements

Full Changelog: 6.0.6...6.0.7

6.0.6

22 Jun 23:48
Compare
Choose a tag to compare

Bug fix

Enhancements

Runtime

Build

New Contributors

Full Changelog: 6.0.5...6.0.6

6.0.5

24 Nov 22:18
Compare
Choose a tag to compare

Bug fix

  • [SECURITY] Use Files.createTempFile instead of File.createTempFile by @davidmoten in #92

Enhancements

Full Changelog: 6.0.4...6.0.5

6.0.4

05 Sep 00:54
Compare
Choose a tag to compare

Enhancements

  • replace test scoped slf4j-log4j12 adapter with slf4j-jdk14 to get rid of vulnerability warnings (false positives)

Full Changelog: 6.0.3...6.0.4

6.0.3

05 Sep 00:46
Compare
Choose a tag to compare

Bug fix

  • Close return of DeferredFileOutputStream.getInputStream by @valenpo in #85

Full Changelog: 6.0.2...6.0.3

6.0.2

01 Sep 22:30
Compare
Choose a tag to compare

Enhancements

Runtime

Build

New Contributors

Full Changelog: 6.0.1...6.0.2

6.0.1

04 Aug 23:24
Compare
Choose a tag to compare

Bug fixes

  • Handle SSLSockets correctly in Session constructor (#40), thanks @bluefireoly!

Enhancements

  • specify validator to check if MAIL FROM address is valid (#49), includes java 8 cleanup, thanks @valenpo!
  • java 8 migration #43, thanks @valenpo!
  • Use html rfc link with specified section, thanks @bluefireoly!
  • Bump mockito-core from 3.6.28 to 3.11.2
  • Bump jacoco-maven-plugin from 0.8.6 to 0.8.7
  • Bump slf4j.version from 1.7.30 to 1.7.32
  • Bump maven-javadoc-plugin from 3.2.0 to 3.3.0 (#45)
  • add github actions for ci and dependabot
  • bump jakarta.mail from 2.0.0 to 2.0.1
  • bump junit from 4.13.1 to 4.13.2
  • bump junit-extras to 0.4