Releases: clearfly/simple-email
Releases · clearfly/simple-email
3.0.7
What's Changed
- extract charset manually to be able to handle naming differences by @codylerum in #103
- Bump jakarta.mail:jakarta.mail-api from 2.1.3 to 2.1.4 by @dependabot[bot] in #107
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #106
- Bump org.jsoup:jsoup from 1.21.1 to 1.21.2 by @dependabot[bot] in #104
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #105
- Bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre by @dependabot[bot] in #112
- Bump com.google.errorprone:error_prone_core from 2.41.0 to 2.42.0 by @dependabot[bot] in #111
- Bump jakarta.mail:jakarta.mail-api from 2.1.4 to 2.1.5 by @dependabot[bot] in #110
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #109
- Bump org.eclipse.angus:angus-mail from 2.0.4 to 2.0.5 by @dependabot[bot] in #108
- account for null content type by @codylerum in #113
Full Changelog: 3.0.5...3.0.7
3.0.5
Full Changelog: 3.0.4...3.0.5
3.0.4
What's Changed
- Bump org.eclipse.angus:angus-mail from 2.0.3 to 2.0.4 by @dependabot[bot] in #101
- Bump com.google.errorprone:error_prone_core from 2.39.0 to 2.41.0 by @dependabot[bot] in #100
- preserve unsupported encoding exception by @codylerum in #102
Full Changelog: 3.0.3...3.0.4
3.0.3
What's Changed
- Bump com.google.errorprone:error_prone_core from 2.38.0 to 2.39.0 by @dependabot in #99
- Bump org.jsoup:jsoup from 1.20.1 to 1.21.1 by @dependabot in #98
Full Changelog: 3.0.2...3.0.3
3.0.2
What's Changed
- Bump org.jsoup:jsoup from 1.19.1 to 1.20.1 by @dependabot in #96
- Bump com.google.guava:guava from 33.4.6-jre to 33.4.8-jre by @dependabot in #95
- Bump com.google.errorprone:error_prone_core from 2.37.0 to 2.38.0 by @dependabot in #94
- skip attachments where the filename cannot be parsed by @codylerum in #97
Full Changelog: 3.0.1...3.0.2
3.0.1
What's Changed
- Add any type of attachment when converting to an EmailMessage by @kmix in #2
- Errorprone & README update by @kmix in #3
- Implement default content-disposition to close #4 by @kmix in #5
- RFC2047 Decoding for Attachment Filenames by @kmix in #7
- Bump junit from 4.8.1 to 4.13.1 by @dependabot in #8
- Bump velocity-engine-core from 2.1 to 2.3 by @dependabot in #9
- Bump guava from 29.0-jre to 30.1.1-jre by @dependabot in #11
- Bump actions/cache from v2 to v2.1.4 by @dependabot in #12
- Bump error_prone_core from 2.3.4 to 2.6.0 by @dependabot in #10
- Test updates by @codylerum in #13
- Support non-multipart emails with attachments and no body by @kmix in #14
- Bump actions/cache from v2.1.4 to v2.1.5 by @dependabot in #15
- add support for quoted-printable transfer encoding by @codylerum in #16
- handle case where email only has an html part by @codylerum in #17
- Bump actions/cache from 2.1.5 to 2.1.6 by @dependabot in #18
- Bump jsoup from 1.12.1 to 1.14.2 by @dependabot in #19
- Bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #21
- Bump guava from 30.1.1-jre to 31.0.1-jre by @dependabot in #20
- Setter typo fix by @kmix in #22
- build updates and errorprone clean-up by @codylerum in #23
- Bump guava from 31.0.1-jre to 31.1-jre by @dependabot in #24
- Bump actions/checkout from 2 to 3 by @dependabot in #25
- Bump actions/setup-java from 2 to 3 by @dependabot in #26
- Bump jsoup from 1.14.2 to 1.15.3 by @dependabot in #32
- Bump junit from 4.13.1 to 4.13.2 by @dependabot in #27
- Bump slf4j-simple from 1.6.1 to 2.0.0 by @dependabot in #28
- Bump maven-source-plugin from 3.1.0 to 3.2.1 by @dependabot in #34
- Bump slf4j-api from 1.6.1 to 2.0.0 by @dependabot in #31
- Bump activation from 1.1 to 1.1.1 by @dependabot in #30
- Bump maven-compiler-plugin from 3.8.1 to 3.10.1 by @dependabot in #33
- Bump javax.mail from 1.5.5 to 1.6.2 by @dependabot in #29
- Bump slf4j-api from 2.0.0 to 2.0.3 by @dependabot in #37
- Bump slf4j-simple from 2.0.0 to 2.0.3 by @dependabot in #35
- Bump slf4j-api from 2.0.3 to 2.0.6 by @dependabot in #40
- Bump slf4j-simple from 2.0.3 to 2.0.6 by @dependabot in #41
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #44
- Bump jsoup from 1.15.3 to 1.15.4 by @dependabot in #42
- Bump guava from 31.1-jre to 32.1.1-jre by @dependabot in #50
- Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #47
- Bump jsoup from 1.15.4 to 1.16.1 by @dependabot in #45
- Bump error_prone_core from 2.10.0 to 2.20.0 by @dependabot in #49
- Bump com.google.errorprone:error_prone_core from 2.20.0 to 2.22.0 by @dependabot in #54
- Bump actions/checkout from 3 to 4 by @dependabot in #53
- Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre by @dependabot in #51
- use sets to avoid setting duplicate addresses by @codylerum in #55
- Bump actions/setup-java from 3 to 4 by @dependabot in #59
- Bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre by @dependabot in #58
- Bump com.google.errorprone:error_prone_core from 2.22.0 to 2.23.0 by @dependabot in #57
- Bump org.jsoup:jsoup from 1.16.1 to 1.17.1 by @dependabot in #56
- Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre by @dependabot in #63
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #62
- Bump com.google.errorprone:error_prone_core from 2.23.0 to 2.24.0 by @dependabot in #60
- Bump org.jsoup:jsoup from 1.17.1 to 1.17.2 by @dependabot in #61
- Bump com.google.errorprone:error_prone_core from 2.24.0 to 2.24.1 by @dependabot in #64
- Bump com.google.errorprone:error_prone_core from 2.24.1 to 2.25.0 by @dependabot in #65
- upgrade to jakarta ee by @codylerum in #66
- Bump org.eclipse.angus:angus-mail from 2.0.2 to 2.0.3 by @dependabot in #71
- Bump com.google.errorprone:error_prone_core from 2.25.0 to 2.26.1 by @dependabot in #70
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #69
- Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre by @dependabot in #68
- Bump jakarta.mail:jakarta.mail-api from 2.1.2 to 2.1.3 by @dependabot in #67
- Bump com.google.errorprone:error_prone_core from 2.26.1 to 2.27.0 by @dependabot in #73
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #72
- Bump com.google.errorprone:error_prone_core from 2.27.0 to 2.28.0 by @dependabot in #75
- Bump com.google.guava:guava from 33.1.0-jre to 33.2.1-jre by @dependabot in #74
- Bump com.google.errorprone:error_prone_core from 2.28.0 to 2.29.2 by @dependabot in #76
- Bump org.jsoup:jsoup from 1.17.2 to 1.18.1 by @dependabot in #77
- Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre by @dependabot in #79
- Bump com.google.errorprone:error_prone_core from 2.29.2 to 2.31.0 by @dependabot in #78
- Bump com.google.errorprone:error_prone_core from 2.31.0 to 2.33.0 by @dependabot in #82
- Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre by @dependabot in #81
- Bump org.apache.velocity:velocity-engine-core from 2.3 to 2.4 by @dependabot in #80
- Bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4.1 by @dependabot in #84
- Bump com.google.errorprone:error_prone_core from 2.33.0 to 2.35.1 by @dependabot in #83
- Bump org.jsoup:jsoup from 1.18.1 to 1.18.2 by @dependabot in #87
- Bump com.google.errorprone:error_prone_core from 2.35.1 to 2.36.0 by @dependabot in #86
- Bump org.jsoup:jsoup from 1.18.2 to 1.18.3 by @dependabot in #89
- Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre by @dependabot in #88
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot in #90
- Bump org.jsoup:jsoup from 1.18.3 to 1.19.1 by @dependabot in #93
- Bump com.google.guava:guava from 33.4.0-jre to 33.4.6-jre by @dependabot in #92
- Bump com.google.errorprone:error_prone_core from 2.36.0 to 2.37.0 by @dependabot in #91
New Contributors
- @kmix made their first contribution in #2
- @dependabot made their first contribution in #8
- @codylerum made their first contribution in #13
Full Changelog: ht...