5d698fc44d
Cleanup
2024-03-26 18:26:42 +01:00
749e9a3a9d
OAuth2 for MSFT and Google API with authorization_code or client_credentials
...
Client secrets and X.509 certificates, $_SESSION 'state' and PKCE code exchanges, and creation on the fly of GoogleAPI's .json credentials files are supported.
2024-03-23 20:29:21 +00:00
579202e36f
Merge pull request #3028 from PHPMailer/dependabot/github_actions/ramsey/composer-install-3
...
GH Actions: Bump ramsey/composer-install from 2 to 3
2024-03-12 23:07:08 +01:00
49a8caa76a
Merge pull request #3014 from PHPMailer/dependabot/github_actions/nick-invision/retry-3
...
GH Actions: Bump nick-invision/retry from 2 to 3
2024-03-12 23:06:55 +01:00
e6ca69847a
GH Actions: Bump ramsey/composer-install from 2 to 3
...
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install ) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases )
- [Commits](https://github.com/ramsey/composer-install/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: ramsey/composer-install
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-04 06:56:31 +00:00
52d55bf5ab
GH Actions: Bump nick-invision/retry from 2 to 3
...
Bumps [nick-invision/retry](https://github.com/nick-invision/retry ) from 2 to 3.
- [Release notes](https://github.com/nick-invision/retry/releases )
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-invision/retry/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: nick-invision/retry
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-05 06:39:47 +00:00
5251d33124
Escape refresh token
2024-01-31 23:05:36 +01:00
6939bf9828
Changelog
2024-01-25 10:36:39 +01:00
760bb5fd27
Add link to aboutmy.email
2024-01-25 10:36:31 +01:00
0f0b5a9560
Changelog
2024-01-09 19:35:32 +01:00
2410f43d8c
Dots need escaping
2024-01-09 19:31:07 +01:00
5372c1694d
Merge pull request #2996 from PHPMailer/dependabot/github_actions/actions/upload-artifact-4
...
GH Actions: Bump actions/upload-artifact from 3 to 4
2023-12-18 08:46:07 +01:00
e81afe7cc1
Merge pull request #2995 from PHPMailer/dependabot/github_actions/github/codeql-action-3
...
GH Actions: Bump github/codeql-action from 2 to 3
2023-12-18 08:45:50 +01:00
2b95ac8a56
GH Actions: Bump actions/upload-artifact from 3 to 4
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-18 06:16:47 +00:00
8c65fb5bae
GH Actions: Bump github/codeql-action from 2 to 3
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-18 06:16:42 +00:00
d69114c1eb
Merge pull request #2992 from Blue3957/master
...
Fixed incorrect past participle agreement in phpmailer.lang-fr.php
2023-12-06 20:15:38 +01:00
6b48444598
Fixed incorrect past participle agreement in phpmailer.lang-fr.php
2023-12-06 14:46:24 +01:00
039de174cd
6.9.1
v6.9.1
2023-11-25 23:23:28 +01:00
3190bef442
CS
2023-11-25 23:23:18 +01:00
d327514f47
Merge pull request #2985 from decomplexity/patch-1
...
Create sendoauth2.phps
2023-11-25 23:19:50 +01:00
934f852bfa
PHPMailer 6.9.0
v6.9.0
2023-11-25 23:16:39 +01:00
1a7d9e3739
Suggest SendOauth2 package
2023-11-25 23:16:03 +01:00
bffe2907d2
Update readme for XOAUTH2 changes
2023-11-25 23:13:05 +01:00
e443047d03
Don't need this to demo xoauth
2023-11-25 23:04:59 +01:00
d5615bffb4
Merge pull request #2986 from frankforte/custom-headers
...
Improvements for `clearCustomHeader` and `replaceCustomerHeader`
2023-11-25 23:02:29 +01:00
8a91dd64f4
Code formatting for custom header methods.
2023-11-25 13:48:53 -05:00
b0ffd67775
Update replaceCustomerHeader to remove duplicates. Improve clearCustomHeader and relaceCustomHeader to handle name: value.
2023-11-25 12:37:07 -05:00
5a52bddc48
Update sendoauth2.phps
...
Updated from @synchro's comments
2023-11-24 19:18:36 +00:00
fd0e447995
Create sendoauth2.phps
...
OAuth2 authentication for both Microsoft 365 Exchange email and Google Gmail. Client secrets and X.509 certificates are supported for Exchange. Client secrets are supported for Gmail. Authorization_code grant flow and client_credentials grant flow for SMTP are supported for Exchange. Authorization_code grant flow is supported for Gmail.
2023-11-23 19:43:26 +00:00
677ff5b2f9
CS
2023-11-23 12:12:10 +01:00
dd16b7d95b
Add use of replaceCustomHeader in mailing list example, see #2981
2023-11-23 11:59:21 +01:00
718eebd676
Merge pull request #2799 from chapeupreto/add-editorconfig
...
Add .editorconfig file
2023-11-23 09:22:25 +01:00
32f7a11a7b
Merge pull request #2951 from Manish4586/master
...
Add translations for bn and as
2023-11-23 09:21:28 +01:00
66b6c7e97d
Merge pull request #2971 from PHPMailer/dependabot/github_actions/ossf/scorecard-action-2.3.1
...
GH Actions: Bump ossf/scorecard-action from 2.2.0 to 2.3.1
2023-11-23 09:15:16 +01:00
7071666cf4
Merge pull request #2952 from PHPMailer/dependabot/github_actions/actions/checkout-4
...
GH Actions: Bump actions/checkout from 3 to 4
2023-11-23 09:14:44 +01:00
3104b10d73
Merge pull request #2852 from mta59066/xclient
...
XCLIENT implementation
2023-11-23 09:12:59 +01:00
b4bda44618
Merge pull request #2983 from jrfnl/feature/ghactions-minor-tweaks
...
GH Actions: update a few links in inline comments
2023-11-23 09:10:14 +01:00
355acdeb61
Merge pull request #2982 from jrfnl/feature/ghactions-php-8.3-update
...
GH Actions: update for release of PHP 8.3
2023-11-23 09:09:20 +01:00
e503535644
GH Actions: update a few links in inline comments
...
... as the old URLs are no longer valid.
2023-11-23 04:15:40 +01:00
23f8374f89
GH Actions: update for release of PHP 8.3
...
... which is expected later today.
2023-11-23 04:14:54 +01:00
f2798a387d
Merge pull request #2981 from frankforte/custom-headers
...
Add methods to update or clear custom headers by name.
2023-11-22 18:25:52 +01:00
beb87e3cf7
validate value in replaceCustomHeader
2023-11-22 12:02:49 -05:00
174653aa27
Add methods to update or clear custom headers by name.
2023-11-22 11:35:33 -05:00
9952101e44
Wrong word
2023-11-17 10:59:11 +01:00
cbe9d8d9a9
CS
2023-11-08 19:16:12 +01:00
666af00c0d
Changelog
2023-11-08 19:15:27 +01:00
4da71db8ce
CS
2023-11-08 19:15:08 +01:00
c87abc860c
Don't attempt to use opportunistic TLS when connecting to localhost
2023-11-08 19:11:46 +01:00
b7dd089735
CS
2023-11-08 09:47:00 +01:00
b11a4512de
Update SMTP subclass example
2023-11-08 09:44:16 +01:00