Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.simplejavamail:simple-java-mail from 6.7.6 to 8.6.3 #2910

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps org.simplejavamail:simple-java-mail from 6.7.6 to 8.6.3.

Release notes

Sourced from org.simplejavamail:simple-java-mail's releases.

v8.6.3

#491: [bug] Attachment body parts should separately parse Content-Disposition and ContentID, possible resulting in an downloadable attachment that is also embedded

v8.6.2

#493: [bug] don't require smime-module when adding collection of headers (also used when copying email)

v8.6.1

#487: Move header filtering from MimeMessageParser to EmailConverter, thereby enabling access to all parsed headers when using MimeMessageParser directly #489: Finished update to Angus Mail by updating activation dependency

v8.6.0 - Update to Angus Mail

#489 Update to Angus Mail

v8.5.1 Improve Outlook S/MIME support

#486: [dependency] Handle Outlook's Non-Standard S/MIME Signed Messages

v8.5.0 Improved recipient address parsing when using strings

#484: [bug] Addresses passed as string are not always interpreted correctly

v8.4.0 support overriding envelope-level receivers

#483: Enhancement: add native support for overriding envelope-level receiver(s)

v8.3.5 Don't crash on missing recipient data from Outlook msg

#482 Bug: 'IllegalArgumentException: emailAddressList is required' when parsing mail with incorrect recipients from Outlook message

v8.3.4

#481 Enhancement: don't crash on invalid empty embedded images when parsing Outlook messages

v8.3.3 Outlook X500 DAP address format support

#477 Enhancement: Support Exchange proprietary addresses (X.500 DAP)

v8.3.2 bug patch for attachments with identical names

#480 Bug: Multiple attachments with same name get the same Content-ID, causing them to refer to the same file content

v8.3.1

#440 Bug: names manually specified for embedded images are overridden and have extension added, breaking cid: references in HTML body

v8.3.0

#475 Enhancement: Add configuration metadata for Spring Boot application properties

This release adds a build-time only Spring Boot dependency, so nothing should change for you there. What's new is that now you will get IDE hints for available Simple Java Mail properties, for those IDE's that support this.

v8.2.0

#473: Bugfix: Add missing support for multiple reply-to addresses

v8.1.3 Security update and AutoCloseable Mailer for Spring

#467 Security: Medium severity vulnerability is detected in org.bouncycastle transitive dependency #466 Maintenance: Let Mailer implement AutoCloseable, so it shuts down the connection pool automatically when disposed of by Spring

v8.1.2

... (truncated)

Changelog

Sourced from org.simplejavamail:simple-java-mail's changelog.

https://www.simplejavamail.org

v8.6.0 - v8.6.3

  • v8.6.3 (13-February-2024): #491: [bug] Attachment body parts should separately parse Content-Disposition and ContentID, possible resulting in an downloadable attachment that is also embedded
  • v8.6.2 (27-January-2024): #493: [bug] don't require smime-module when adding collection of headers (also used when copying email)
  • v8.6.1 (18-January-2024): #487: Move header filtering from MimeMessageParser to EmailConverter, thereby enabling access to all parsed headers when using MimeMessageParser directly
  • v8.6.1 (18-January-2024): #489: Finished update to Angus Mail by updating activation dependency
  • v8.6.0 (17-January-2024): #489: Update to Angus Mail

v8.5.0 - v8.5.1

  • v8.5.1 (15-December-2023): #486: [dependency] Handle Outlook's Non-Standard S/MIME Signed Messages
  • v8.5.0 (13-December-2023): #484: [bug] Addresses passed as string are not always interpreted correctly

v8.4.0 (12-December-2023)

  • #483: Enhancement: add native support for overriding envelope-level receiver(s)

v8.3.0 - v8.3.5

  • v8.3.5 (10-December-2023): #482: Bug: 'IllegalArgumentException: emailAddressList is required' when parsing mail with incorrect recipients from Outlook message
  • v8.3.4 (08-December-2023): #481: Enhancement: don't crash on invalid empty attachments when parsing Outlook messages
  • v8.3.3 (03-December-2023): #477: Enhancement: Support Exchange proprietary addresses (X.500 DAP)
  • v8.3.2 (26-November-2023): #480: Bug: Multiple attachments with same name get the same Content-ID, causing them to refer to the same file content
  • v8.3.1 (09-October-2023): #440: Bug: names manually specified for embedded images are overridden and have extension added, breaking cid: references in HTML body
  • v8.3.0 (09-October-2023): #475: Enhancement: Add configuration metadata for Spring Boot application properties

v8.2.0 (02-October-2023)

  • #473: Bugfix: Add missing support for multiple reply-to addresses

v8.1.0 - v8.1.3

  • v8.1.3 (14-July-2023): #467: Security: Medium severity vulnerability is detected in org.bouncycastle transitive dependency
  • v8.1.3 (14-July-2023): #466: Maintenance: Let Mailer implement AutoCloseable, so it shuts down the connection pool automatically when disposed of by Spring
  • v8.1.2 (23-June-2023): #465: Regression bug #461: Simple Java Mail always requires DKIM/SMIME modules
  • v8.1.1 (07-June-2023): #461: Bugfix: Fixed MessageID not preserved when signing/encrypting with S/MIME and/or DKIM
  • v8.1.0 (15-April-2023): #458: Missing osgi headers (#288) and added support for Apache Karaf

... (truncated)

Commits
  • 444e0e8 released 8.6.3 [skip ci]
  • e60cc47 Preparing release 8.6.3
  • 4953038 Don't bother with license headers during junit testing in the CircleCI pipeline
  • 5b704fa #491: handle body parts that have both Content-Disposition "attachment" and a...
  • 62d229b released 8.6.2 [skip ci]
  • 1f11cd7 #493: last minute tweak to actually solve the problem
  • 0e3720e Preparing release 8.6.2
  • 525fb19 #493: [bug] don't require smime-module when adding collection of headers (als...
  • 31fe6d9 Updates subethasmtp to 7.0.1, with updated transitive activation dependency [...
  • 1189c66 released 8.6.1 [skip ci]
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.simplejavamail:simple-java-mail](https://github.com/bbottema/simple-java-mail) from 6.7.6 to 8.6.3.
- [Release notes](https://github.com/bbottema/simple-java-mail/releases)
- [Changelog](https://github.com/bbottema/simple-java-mail/blob/master/RELEASE.txt)
- [Commits](bbottema/simple-java-mail@6.7.6...8.6.3)

---
updated-dependencies:
- dependency-name: org.simplejavamail:simple-java-mail
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@surli
Copy link
Member

surli commented Feb 26, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2024

Superseded by #3020.

@dependabot dependabot bot closed this Mar 25, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.simplejavamail-simple-java-mail-8.6.3 branch March 25, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant