Releases: davidmoten/subethasmtp
Releases · davidmoten/subethasmtp
6.0.1
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
5.2.8
- 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
- support PROXY protocol v1 and v2 #32, thanks @diegosalvi!
- upgrade to junit 4.13.1
- upgrade to slf4j 1.7.30
5.2.6
5.2.4
5.2.3
5.2.2
5.2.1
- change email address extraction behaviour to handle address like 'Foo Bar [email protected]' #18, thanks @aepshteyn!
5.2
- add a session lifecycle listener (allows special handling of whether a session is accepted by the server) #15. With thanks to @diegosalvi!