#298 Enhancement: Nested Outlook messages are no to discarded anymore, but parsed to serialized Email objects
#292 Bugfix: NullPointerException in SmimeUtilFixed when protocol is missing (which is valid)
#289 Bugfix: Support multiple headers with same key
This release breaks all GET/SET api regarding headers used as map (Map)
This release might break api in the rare case you relied on the attachment list and you have nested Outlook .msg attachments (previously omitted in the results)
v6.4.5
#306 Maintenance: Update outlook-message-parser to 1.7.9
v6.6.1 (12-June-2021): #321: Ignore malformed recipient addresses and continue parsing email data
v6.6.0 (1-June-2021): #320: Added default S/MIME signing to Mailer lever and fixed crippling performance bug
v6.5.0 - v6.5.4
v6.5.4 (22-May-2021): #315: Enhancement: Nested attachments of Outlook message attachments are now preserved as standard EML MimeMessage attachments
NOTE: This removes the Kryo dependency
v6.5.3 (4-May-2021): #314: Bugfix: Nested attachments of Outlook message attachments are now preserved, by utilizing Kryo
NOTE: This add Kryo as extra dependency to the outlook-module (and is subsequently removed in 6.5.4)
v6.5.2 (15-April-2021): #307: Bugfix: text/calendar as string -> ClassCastException (if calendar type is not Inputstream)
v6.5.1 (10-April-2021): #307 / #310: Bugfix: embedded image name got mangled if they included an extension
v6.5.0 (16-February-2021): #298: Enhancement: Nested Outlook messages aren't discarded anymore, but parsed to serialized Email objects
v6.5.0 (16-February-2021): #292: Bugfix: NullPointerException in SmimeUtilFixed when protocol is missing (which is valid)
v6.5.0 (16-February-2021): #289: Bugfix: Support multiple headers with same key
This release breaks all GET/SET api regarding headers used as map (Map)
This release might break api in the rare case you relied on the attachment list and you have nested Outlook .msg attachments (previously omitted in the results)
v6.4.0 - v6.4.5
v6.4.5 (13-Februari-2021): #306: Maintenance: Update outlook-message-parser to 1.7.9
v6.4.5 (13-Februari-2021): #304: Regression bugfix: batch-module needed for sending mails async, basic version should work without
v6.4.5 (13-Februari-2021): #303: Bugfix: EML Attachments are modified/have the wrong size
v6.4.4 (25-October-2019): #294: Always invoke async success/exception handlers even if set after sending email (behaving more like promises/futures)
v6.4.4 (25-October-2019): #291: On Exception only log the email ID at error level and log the whole email at trace level
v6.4.4 (25-October-2019): #290: Only perform expensive logging logic if respective logging level is enabled
v6.4.3 (6-August-2019): #284: Improved support for Calendar attachments created by gMail
v6.4.3 (6-August-2019): #283: Bugfix: Fix support for reading Calendar attachments with quoted-printable transfer-type
v6.4.2 (3-August-2019): #281: Bugfix: Fix support for reading Calendar attachments
v6.4.1 (26-July-2019): #252: Bugfix: Added missing support for S/MIME envloped signing
v6.4.0 (19-July-2019): #268: Bugfix: Immediately resolve InputStreams when building emails, don't reuse (which resulted in errors)
* This primarily affects the builder api for S/MIME and DKIM signing / encryption.
v6.3.0 - v6.3.2 (11-July-2020 - 12-July-2020)
#271: Bugfix: Attachment (file)names with special characters should not be encoded
#248: Bugfix: MimeMessageHelper: use complete filename as resource name
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps simple-java-mail from 6.0.3 to 6.6.1.
Release notes
Sourced from simple-java-mail's releases.
... (truncated)
Changelog
Sourced from simple-java-mail's changelog.
... (truncated)
Commits
53f5ce7
released 6.6.1 [skip ci]20c70d9
Prepare release 6.6.13406a67
#321: ignore malformed recipient addresses and continue parsing email data40f5249
released 6.6.0 [skip ci]02246f1
Preparing release 6.6.01b25fbb
#320: added byDefault S/MIME signing on the Mailer level. Also, the smime pro...e93123f
#320: implemented simple cache to get around the underlying S/MIME library's ...f9fc691
Fixed hashcode and removed unused private constructor351e748
Fixed url to the website (http -> https)15e37de
Merge remote-tracking branch 'origin/develop' into developDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)