Skip to content

Releases: davidmoten/subethasmtp

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

6.0.0

28 Feb 22:29
Compare
Choose a tag to compare
  • migrate from javax.mail to jakarta.mail (breaking change) #37. Thanks @gitmotte!

5.2.8

31 Dec 07:30
Compare
Choose a tag to compare
  • Fix buggy email extraction with AUTH verb #35, thanks @diegosalvi
  • upgrade javadoc plugin to 3.2.0
  • upgrade jacoco plugin to 0.8.6
  • upgrade mockito to 3.6.28
  • upgrade findbugs jsr305 dep to 3.0.2
  • upgrade jakarta.mail to 1.6.5
  • upgrade guava-mini to 0.1.3

5.2.7

24 Nov 02:46
Compare
Choose a tag to compare
  • support PROXY protocol v1 and v2 #32, thanks @diegosalvi!
  • upgrade to junit 4.13.1
  • upgrade to slf4j 1.7.30

5.2.6

09 Jul 07:29
Compare
Choose a tag to compare
  • make sessionId available in MessageContext as default method (to still give 5.x binary compatibility) #31
  • add javadoc explaining that the SocketAddress returned by MessageContext is actually an instanceof InetSocketAddress #30

5.2.4

09 Jul 07:20
Compare
Choose a tag to compare
  • add showAuthCapabilitiesBeforeSTARTTLS option to builder #21
  • resolve non-deterministic BdatTest by adding pause in SmartClient.receiveAndCheck

5.2.3

04 May 20:49
Compare
Choose a tag to compare
  • #23 Store Wiser messages in CopyOnWriteArrayLists (thanks @flozano!)

5.2.2

20 Mar 03:39
Compare
Choose a tag to compare
  • add BDAT support #20

5.2.1

27 Feb 20:06
Compare
Choose a tag to compare

5.2

20 Jan 03:39
Compare
Choose a tag to compare
5.2
  • add a session lifecycle listener (allows special handling of whether a session is accepted by the server) #15. With thanks to @diegosalvi!