Skip to content

Bump symfony/mime from 4.3.5 to 4.4.47 #4

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 7, 2023

Bumps symfony/mime from 4.3.5 to 4.4.47.

Release notes

Sourced from symfony/mime's releases.

v4.4.47

Changelog (symfony/mime@v4.4.46...v4.4.47)

  • no significant changes

v4.4.46

Changelog (symfony/mime@v4.4.45...v4.4.46)

  • bug #47437 Fix email rendering when having inlined parts that are not related to the content (fabpot)

v4.4.45

Changelog (symfony/mime@v4.4.44...v4.4.45)

  • bug #47329 Email image parts: regex for single closing quote (rr-it)

v4.4.44

Changelog (symfony/mime@v4.4.43...v4.4.44)

  • bug #46981  quote address names if they contain parentheses (xabbuh)
  • bug #46963 Fix inline parts when added via attachPart() (fabpot)
  • bug #46863 Fix invalid DKIM signature with multiple parts (BrokenSourceCode)

v4.4.43

Changelog (symfony/mime@v4.4.42...v4.4.43)

  • bug #46548 Allow url as a path in the DataPart::fromPath (wkania)
  • bug #46535 Check that the path is a file in the DataPart::fromPath (wkania)

v4.4.42

Changelog (symfony/mime@v4.4.41...v4.4.42)

  • bug #46367 Throw exception when body in Email attach method is not ok (alamirault)
  • bug #46366 Add null check for EmailHeaderSame (magikid)

v4.4.41

Changelog (symfony/mime@v4.4.40...v4.4.41)

  • no significant changes

v4.4.37

Changelog (symfony/mime@v4.4.36...v4.4.37)

  • no significant changes

v4.4.36

Changelog (symfony/mime@v4.4.35...v4.4.36)

  • bug #44732 Relaxing in-reply-to header validation (ThomasLandauer)
  • bug #44728 Fix encoding filenames in multipart/form-data (nicolas-grekas)

... (truncated)

Changelog

Sourced from symfony/mime's changelog.

CHANGELOG

6.2

  • Add File
  • Deprecate Email::attachPart(), use addPart() instead
  • Deprecate calling Message::setBody() without arguments

6.1

  • Add DataPart::getFilename() and DataPart::getContentType()

6.0

  • Remove Address::fromString(), use Address::create() instead
  • Remove Serializable interface from RawMessage

5.2.0

  • Add support for DKIM
  • Deprecated Address::fromString(), use Address::create() instead

4.4.0

  • [BC BREAK] Removed NamedAddress (Address now supports a name)
  • Added PHPUnit constraints
  • Added AbstractPart::asDebugString()
  • Added Address::fromString()

4.3.3

  • [BC BREAK] Renamed method Headers::getAll() to Headers::all().

4.3.0

  • Introduced the component as experimental
Commits
  • 0eaf33c Guard scripts from being run in non-CLI contexts
  • e90a24b [Mime] Fix email rendering when having inlined parts that are not related to ...
  • 44d515b Email image parts: regex for single closing quote
  • 7274897 Fix CS
  • 19aabb3 quote address names if they contain parentheses
  • 21de2fe [Mime] Fix inline parts when added via attachPart()
  • 509677a ignore the cached body when comparing e-mails for equality
  • b36ce91 fix PHP syntax to be compatible with 7.2 and 7.3
  • ff9f65c Fix CS
  • eec20e7 [Mime] Fix invalid DKIM signature with multiple parts
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [symfony/mime](https://github.com/symfony/mime) from 4.3.5 to 4.4.47.
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/6.2/CHANGELOG.md)
- [Commits](symfony/mime@v4.3.5...v4.4.47)

---
updated-dependencies:
- dependency-name: symfony/mime
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants