0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00
Commit Graph

2304 Commits

Author SHA1 Message Date
dependabot[bot]
a66b21a875
GH Actions: Bump github/codeql-action from 1.0.26 to 2.1.19
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.26 to 2.1.19.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](5f53256358...f5d217be74)

---
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>
2022-08-22 06:27:25 +00:00
sverpoorten
0bddcf9141
Bugfix invalid DKIM-signature with zero To-addresses
When using PHP's mail() function, and when there are no To-addressees (e.g. only BCC), then the DKIM-signature was not correct. There was a discrepancy between how mail() was called (empty $to) versus the DKIM-signature ('undisclosed-recipients:;').
2022-08-21 21:13:01 +02:00
dependabot[bot]
7b407e0c50
GH Actions: Bump actions/upload-artifact from 3.0.0 to 3.1.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](6673cd052c...3cea537223)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-15 06:21:16 +00:00
dependabot[bot]
c15ff12611
GH Actions: Bump ossf/scorecard-action from 1.1.1 to 1.1.2
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](3e15ea8318...ce330fde6b)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-15 06:21:10 +00:00
Marcus Bointon
fadcb6abe1
Create scorecards.yml
Add OSSF scorecard config
2022-08-11 13:32:11 +02:00
Marcus Bointon
21c5651c70
Merge pull request #2735 from PHPMailer/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.4.0
GH Actions: Bump JamesIves/github-pages-deploy-action from 4.3.4 to 4.4.0
2022-07-25 09:32:02 +02:00
dependabot[bot]
5d4233bb1b
GH Actions: Bump JamesIves/github-pages-deploy-action
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.3.4...v4.4.0)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 06:21:06 +00:00
Marcus Bointon
a04c4c2d72
Clarify SMTP auth options, fixes #2732 2022-07-19 17:12:48 +02:00
Marcus Bointon
fb45a2e39b
Use higher debug level when demonstrating TLS options 2022-07-09 17:03:22 +02:00
Marcus Bointon
4d44b65893
Merge pull request #2728 from evan70/master
trim(): Passing null to parameter  ($string) of type string is deprecated
2022-07-08 00:15:12 +02:00
Marcus Bointon
10a6e3ec25
Cleanup 2022-07-08 00:12:21 +02:00
evan70
26371755e6
Update PHPMailer.php 2022-07-07 23:45:52 +02:00
Marcus Bointon
34cafe9fc9
Changelog 2022-07-07 16:57:11 +02:00
Marcus Bointon
cfede8fcbb
Merge pull request #2727 from Cleptomania/csv
Automatic text/csv detection
2022-07-07 16:54:52 +02:00
Darren Eberly
1eb0816252 Automatic text/csv detection 2022-07-07 10:47:06 -04:00
Marcus Bointon
375d77cef7
CS 2022-06-29 11:10:48 +02:00
Marcus Bointon
c4a787bff7
CS 2022-06-29 11:09:55 +02:00
Marcus Bointon
a4d8cf15ce
Add tests for #2723 2022-06-29 11:04:13 +02:00
Marcus Bointon
95f76e7588
Merge pull request #2723 from mortalys/string-verification-for-name
Verification is required
2022-06-29 10:39:29 +02:00
mortalys
e5f9e2aefc
Verification is required 2022-06-29 09:20:16 +01:00
Marcus Bointon
9175946830
Merge pull request #2720 from PHPMailer/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.3.4
GH Actions: Bump JamesIves/github-pages-deploy-action from 4.3.3 to 4.3.4
2022-06-27 09:42:01 +02:00
dependabot[bot]
bad18bda11
GH Actions: Bump JamesIves/github-pages-deploy-action
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.3.3...v4.3.4)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 06:20:15 +00:00
Marcus Bointon
b8660e71ff
Changelog 2022-06-21 11:11:16 +02:00
Marcus Bointon
5b9b137b70
Merge pull request #2717 from panos78/patch-1
Update Greek translation
2022-06-21 11:10:08 +02:00
Panos
4bced5294f
Update Greek translation
Adding missing strings.
Enhancing existing strings for better understanding.
2022-06-21 08:22:02 +03:00
Marcus Bointon
9400f305a8
6.6.3 2022-06-20 11:21:02 +02:00
Marcus Bointon
e6fbc528c5
Merge pull request #2714 from ZhangChengLin/master-zcl
ISO 639-1 Language code and content do not match
2022-06-20 11:16:35 +02:00
Marcus Bointon
e39958ed89
Don't put this in .gitignore 2022-06-20 11:16:07 +02:00
Marcus Bointon
ef60bd95dc
Update changelog.md 2022-06-19 13:59:42 +02:00
Marcus Bointon
f06453cbed
Merge pull request #2306 from wispas/patch-1
Create phpmailer.lang-mgl.php
2022-06-19 13:59:00 +02:00
Marcus Bointon
090e168fa9
Cleanup 2022-06-19 13:55:57 +02:00
ZhangChengLin
2f7852929d Add IDE configuration directory ".idea" 2022-06-18 23:19:37 +08:00
ZhangChengLin
1023717ed7 ISO 639-1 Language code and content do not match 2022-06-18 22:58:35 +08:00
Marcus Bointon
52d82dbdef
Merge pull request #2459 from rx80/patch-1
Simplify use of get_oauth_token.php
2022-06-17 00:20:22 +02:00
Marcus Bointon
7599b516d4
Changelog 2022-06-17 00:20:04 +02:00
Marcus Bointon
54afdfecb5
CS 2022-06-17 00:17:12 +02:00
Marcus Bointon
ac12a9de6e
cleanup 2022-06-17 00:11:49 +02:00
Marcus Bointon
2f4b684353
Merge pull request #2707 from MathiasReker/0-simplified-if-return
simplified if return
2022-06-16 20:36:39 +02:00
Marcus Bointon
77d4559c26
Cleanup 2022-06-16 20:33:55 +02:00
Marcus Bointon
4daa547921
Remove unnecessary cast
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
2022-06-16 20:17:10 +02:00
Marcus Bointon
70fde2aee4
Merge pull request #2713 from MathiasReker/0-no-superfluous-elseif
no superfluous elseif
2022-06-16 19:50:38 +02:00
Marcus Bointon
8fe6c1296d
Merge pull request #2710 from MathiasReker/0-explicit-indirect-variable
explicit indirect variable
2022-06-16 19:46:14 +02:00
MathiasReker
b9b12cfc6d no superfluous elseif
Replaces superfluous elseif with if.
2022-06-16 19:35:23 +02:00
MathiasReker
998bfddd69 explicit indirect variable
Add curly braces to indirect variables to make them clear to understand.
2022-06-16 19:34:47 +02:00
MathiasReker
0747b8ca05 simplified if return
Simplify if control structures that return the boolean result of their condition.
2022-06-16 19:33:09 +02:00
Marcus Bointon
a4d87ad5bd
CS 2022-06-15 22:15:55 +02:00
Marcus Bointon
d610dddcf9
CS 2022-06-15 22:15:28 +02:00
Marcus Bointon
3aaac73c6d
Improve docs on addEmbeddedImage 2022-06-15 22:05:22 +02:00
Marcus Bointon
b52ed06864
6.6.2 2022-06-14 11:27:21 +02:00
Marcus Bointon
2aa2bd20db
Try alternative docs publishing action 2022-06-14 11:14:49 +02:00