build(deps): bump phpmailer/phpmailer from 6.10.0 to 6.11.1
Merged
Number: #2017
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
September 30, 2025 at 12:01 PM UTC
(9 months ago)
(9 months ago)
Updated:
September 30, 2025 at 12:03 PM UTC
(9 months ago)
(9 months ago)
Merged:
September 30, 2025 at 12:03 PM UTC
(9 months ago)
by petecooper
(9 months ago)
by petecooper
Time to Close:
3 minutes
Labels:
dependencies php
dependencies php
Description:
Bumps phpmailer/phpmailer from 6.10.0 to 6.11.1.
Release notes
Sourced from phpmailer/phpmailer's releases.
PHPMailer 6.11.1
What's Changed
- GH Actions: Bump github/codeql-action from 3.30.3 to 3.30.5 in the action-runners group by
@dependabot[bot] in PHPMailer/PHPMailer#3238- Regressing deprecatedArg by
@SirLouenin PHPMailer/PHPMailer#3240Full Changelog: https://github.com/PHPMailer/PHPMailer/compare/v6.11.0...v6.11.1
PHPMailer 6.11.0
This is a large maintenance release fuelled by the contributions of
@SirLouenand@jrfnl.What's Changed
- XOAUTH : Added support for long token by
@llemoinein PHPMailer/PHPMailer#3170- GH Actions: don't run cron jobs on forks by
@jrfnlin PHPMailer/PHPMailer#3187- GH Actions: update PHP ini configuration by
@jrfnlin PHPMailer/PHPMailer#3190- Enhance 'interrupted system call' check to handle non-english locale by
@christianseelin PHPMailer/PHPMailer#3193- Fix linting issue on PHP 8.5 by
@jrfnlin PHPMailer/PHPMailer#3211- PHP 8.5 | Tests: prevent deprecation notice for Reflection*::setAccessible() by
@jrfnlin PHPMailer/PHPMailer#3191- Sorting the Array problem in doCallback by
@SirLouenin PHPMailer/PHPMailer#3208- Staticfying the Language Pack by
@SirLouenin PHPMailer/PHPMailer#3216- Modularizing and Simplifying the Address Parser by
@SirLouenin PHPMailer/PHPMailer#3217- Fix encoding header for SMIME signed messages with long lines by
@schorschiiin PHPMailer/PHPMailer#3226- GH Actions: "pin" all action runners by
@jrfnlin PHPMailer/PHPMailer#3229- GH Actions/scorecard: update permissions by
@jrfnlin PHPMailer/PHPMailer#3228- GH Actions: Bump actions/checkout from 4.3.0 to 5.0.0 by
@dependabot[bot] in PHPMailer/PHPMailer#3230- GH Actions: Bump codecov/codecov-action from 4 to 5 by
@dependabot[bot] in PHPMailer/PHPMailer#3113- GH Actions: do not persist credentials by
@jrfnlin PHPMailer/PHPMailer#3231- GH Actions: set permissions for each workflow/job by
@jrfnlin PHPMailer/PHPMailer#3232- Improving Copy for mbstring intl test requirements by
@SirLouenin PHPMailer/PHPMailer#3200- Adding Name Encoding Improvement without MbString Extension by
@SirLouenin PHPMailer/PHPMailer#3202- Reply-To to Indexed Array Conversion by
@SirLouenin PHPMailer/PHPMailer#3237New Contributors
@llemoinemade their first contribution in PHPMailer/PHPMailer#3170@christianseelmade their first contribution in PHPMailer/PHPMailer#3193@SirLouenmade their first contribution in PHPMailer/PHPMailer#3208@schorschiimade their first contribution in PHPMailer/PHPMailer#3226Full Changelog: https://github.com/PHPMailer/PHPMailer/compare/v6.10.0...v6.11.0
Changelog
Sourced from phpmailer/phpmailer's changelog.
Version 6.11.1 (September 30th, 2025)
- Avoid function signature problems with the deprecation of
$useimapinparseAddresses.Version 6.11.0 (September 29th, 2025)
- Add support for RFC4954 two-part authentication for large XOAUTH2 tokens.
- Also support empty tokens.
- Avoid bogus static analyser deprecation warnings in
setFrom.- Make language loading entirely static, thanks to
@SirLouen.- Emit warnings when
parseAddresses()is used without the IMAP extension.- Handle
mb_decode_mimeheaderchanges from PHP 8.3+.- Deprecate the charset param to parseAddresses.
- Fix PHP 8.5 linting issue.
- Don't use
-tswitch when calling qmail.- Checking for interrupted system calls now works in languages other than English.
- Add support for extracting gmail transaction IDs after sending.
- For consistency, the protected
ReplyToproperty has been changed to match the format used for other address arrays.- Fix line length issues when using S/MIME signing.
- Pin action runners to exact versions to avoid unexpected upstream changes.
Commits
d9e3b366.11.1fe380a8Merge pull request #3240 from SirLouen/patch/3201v229f48d4Regressing deprecatedArg6ed58a9Merge pull request #3238 from PHPMailer/dependabot/github_actions/action-runn...9500c37Version and changelog39a1bc9Merge pull request #3237 from SirLouen/patch/323422a8dceMerge pull request #3202 from SirLouen/patch/32019b899a0GH Actions: Bump github/codeql-action in the action-runners group8e8b503Doing some cleaning upbcc4d84Reply-To to Indexed Array Conversion- 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)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+12
+12
Deletions:
-11
-11
Package Dependencies
Package:
phpmailer/phpmailer
Ecosystem:
packagist
packagist
Version Change:
6.10.0 → 6.11.1
Update Type:
Minor
Minor
Technical Details
| ID: | 8849993 |
| UUID: | 2874247937 |
| Node ID: | PR_kwDOAAJrmc6rUYsB |
| Host: | GitHub |
| Repository: | textpattern/textpattern |
| Merge State: | Unknown |