OpenCATS
OpenCATS copied to clipboard
Bump phpmailer/phpmailer from 6.8.0 to 6.9.1
Bumps phpmailer/phpmailer from 6.8.0 to 6.9.1.
Release notes
Sourced from phpmailer/phpmailer's releases.
PHPMailer 6.9.1
This is a maintenance and feature release, adding support for the official release of PHP 8.3, methods for removing and replacing custom headers, XCLIENT support, and links to a new way of implementing XOAUTH2 authentication.
The only change likely to have any impact on existing code is that PHPMailer previously attempted to use opportunistic STARTTLS encryption when connecting to
localhost, which was unlikely to work. The workaround required settingSMTPAutoTLS = false, but that's no longer required. You may still need to use this setting when connecting to literal IPs.Changes
- Add support for official release of PHP 8.3, add experimental support for PHP 8.4
- Add
clearCustomHeaderandreplaceCustomHeadermethods- Add support for the XCLIENT SMTP extension with
setSMTPXclientAttributeandgetSMTPXclientAttributesmethods- Don't attempt opportunistic TLS when connecting to localhost
- Add package link and example showing how to use
@decomplexity's SendOauth2 wrapper- Update example to show a better way of using an SMTP subclass
- Avoid some more deprecation warnings
- Update Danish and Polish translations
- Add Bengali and Assamese translations
Note: most of these changes were in the unreleased 6.9.0 version.
PHPMailer 6.8.1
This is a minor maintenance release.
Minor security note
The DSN support added in 6.8.0 reflects the DSN back to the user in an error message if it is invalid. If a DSN uses user-supplied input (a very bad idea), it opens a distant possibility of XSS if the host app does not escape output. In an abundance of caution, malformed DSNs are no longer reflected in error messages.
Changes
- Don't reflect malformed DSNs in error messages to avert any risk of XSS
- Improve Simplified Chinese, Sinhalese, and Norwegian translations
- Don't use
setAccessiblein PHP >= 8.1 in tests- Avoid a deprecation notice in PHP 8.3
- Fix link in readme
Changelog
Sourced from phpmailer/phpmailer's changelog.
Version 6.9.1 (November 25th, 2023)
- Finalise SendOauth2 example
Version 6.9.0 (November 23rd, 2023)
- Add support for official release of PHP 8.3, add experimental support for PHP 8.4
- Add
clearCustomHeaderandreplaceCustomHeadermethods- Add support for the XCLIENT SMTP extension with
setSMTPXclientAttributeandgetSMTPXclientAttributesmethods- Don't attempt opportunistic TLS when connecting to localhost
- Add package link and example showing how to use
@decomplexity's SendOauth2 wrapper- Update example to show a better way of using an SMTP subclass
- Avoid some more deprecation warnings
- Update Danish and Polish translations
- Add Bengali and Assamese translations
Version 6.8.1 (August 29th, 2023)
- Don't reflect malformed DSNs in error messages to avert any risk of XSS
- Improve Simplified Chinese, Sinhalese, and Norwegian translations
- Don't use
setAccessiblein PHP >= 8.1 in tests- Avoid a deprecation notice in PHP 8.3
- Fix link in readme
Commits
039de176.9.13190befCSd327514Merge pull request #2985 from decomplexity/patch-1934f852PHPMailer 6.9.01a7d9e3Suggest SendOauth2 packagebffe290Update readme for XOAUTH2 changese443047Don't need this to demo xoauthd5615bfMerge pull request #2986 from frankforte/custom-headers8a91dd6Code formatting for custom header methods.b0ffd67Update replaceCustomerHeader to remove duplicates. Improve clearCustomHeader ...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)