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
Ayesh Karunaratne
aec8acc047
Add Sinhalese translations
Adds [Sinhalese](https://en.wikipedia.org/wiki/Sinhala_language) (ISO 639-1 `SI`) translations.
2023-07-12 11:48:43 +08:00
Marcus Bointon
9d739fb137
Merge pull request #2918 from Colinax/master 2023-06-20 22:40:17 +02:00
Colinax
1da34f41e5 remove double LANG entrie 2023-06-20 20:10:07 +02:00
Colinax
b7a3f6585d remove double LANG entries 2023-06-20 19:39:57 +02:00
Marcus Bointon
312ed95ab0
Merge pull request #2909 from wera-as/master
Update phpmailer.lang-nb.php
2023-06-08 11:54:07 +02:00
Adrian Thomassen
7c56070baf Update phpmailer.lang-nb.php
- Adjusted current translations.
- Added missing translations.
2023-06-08 11:50:41 +02:00
Marcus Bointon
f8242e6ff7
Comment 2023-05-21 13:47:32 +02:00
Marcus Bointon
0925c239c5
Merge pull request #2905 from yaoyingkeji/patch-2
Supplemental Chinese Simplified translation。 phpmailer.lang-zh_cn.php
2023-05-08 19:33:19 +02:00
Marcus Bointon
2e7044c0cf
CS 2023-05-08 19:26:32 +02:00
深圳市耀影科技有限公司
7c4d4f4cba
Supplemental Chinese Simplified translation。 phpmailer.lang-zh_cn.php
Supplemental Chinese Simplified translation。
补充简体中文翻译
2023-05-09 01:14:43 +08:00
Marcus Bointon
e062820e54
Merge pull request #2890 from PHPMailer/dependabot/github_actions/ossf/scorecard-action-2.1.3
GH Actions: Bump ossf/scorecard-action from 2.1.2 to 2.1.3
2023-04-03 10:40:14 +02:00
dependabot[bot]
4ad37c38ce
GH Actions: Bump ossf/scorecard-action from 2.1.2 to 2.1.3
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](e38b1902ae...80e868c13c)

---
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>
2023-04-03 06:59:05 +00:00
Marcus Bointon
2029eb194a
Merge pull request #2879 from jrfnl/feature/composer-update-dependencies
Composer: update some CS related dependencies
2023-03-06 10:23:26 -05:00
jrfnl
a43c07c7ab
Composer: update some CS related dependencies
The Composer PHPCS plugin has released its 1.0.0 version. 🎉

As minors below a 1.0 are considered as majors by Composer, this needs an update to the `composer.json` file to get access to the new version.
And as PHPCS has also released a new version, may as well update that as well.

Refs:
* https://github.com/PHPCSStandards/composer-installer/releases/tag/v1.0.0
* https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.7.2
2023-03-06 16:18:31 +01:00
Marcus Bointon
43fcc67feb
Merge pull request #2878 from jrfnl/feature/ghactions-tweaks
GH Actions: minor simplification
2023-03-06 10:12:53 -05:00
jrfnl
e64259b34c
GH Actions: minor simplification
... of the bash `date` command in the earlier pulled cache busting.
2023-03-06 16:09:18 +01:00
Marcus Bointon
df16b615e3
6.8.0 2023-03-06 15:43:22 +01:00
Marcus Bointon
2eb68609f2
Handle some possible issues 2023-03-06 15:42:44 +01:00
Marcus Bointon
eb746e54ce
Cleanup 2023-03-06 15:42:24 +01:00
Marcus Bointon
2e1298da84
Changelog 2023-03-06 15:21:17 +01:00
Marcus Bointon
e939ca1381
Merge pull request #2874 from voronkovich/support-dsn
Support instantiating from DSN string
2023-03-05 16:23:38 -05:00
Oleg Voronkovich
9880a723a2 Make DSNConfigurator::parseUrl() protected 2023-03-06 00:06:17 +03:00
Oleg Voronkovich
f164395cf4 Fix URL parsing for php 5.5 2023-03-03 21:58:22 +03:00
Oleg Voronkovich
62fdf0a80b Change default secure port to 465 2023-03-03 18:43:48 +03:00
Oleg Voronkovich
8bd07461d1 Fix typo in test method name 2023-03-03 18:37:37 +03:00
Oleg Voronkovich
25269b6431 Fix typo: Mailformed -> Malformed 2023-03-03 18:34:19 +03:00
Oleg Voronkovich
7ba61cf0f0 Use DSNConfigurator::mailer() shorcut instead of PHPMailer::fromDSN() 2023-03-03 18:23:59 +03:00
Oleg Voronkovich
1e560e0afd Fix CS 2023-03-03 18:05:12 +03:00
Oleg Voronkovich
b92c374b87 Fix incompatibility with PHP 7.2 2023-03-03 17:58:22 +03:00
Oleg Voronkovich
ecfef2e99c Fix assigment to static variable for old PHP versions 2023-03-03 17:53:50 +03:00
Oleg Voronkovich
067ff6e7c0 Fix CS 2023-02-20 21:58:48 +03:00
Oleg Voronkovich
ecc11e3bf5 Add shortcut PHPMailer::fromDSN() 2023-02-20 20:32:16 +03:00
Oleg Voronkovich
10a9c18716 Improve code 2023-02-20 20:09:11 +03:00
Oleg Voronkovich
c54e14ebbe Support query string options 2023-02-20 19:51:15 +03:00
Oleg Voronkovich
4ee7bfaf96 Improve tests 2023-02-20 18:46:15 +03:00
Oleg Voronkovich
52aebc52d5 Implement SMTP(s) configuration 2023-02-20 18:28:17 +03:00
Oleg Voronkovich
53442cc3f0 Implement base configuration 2023-02-20 17:47:19 +03:00
Oleg Voronkovich
2fc807cf0c Implment DSN parsing 2023-02-20 17:22:49 +03:00
Marcus Bointon
abeba566ef
Merge pull request #2869 from jayantisuthar/master
Translating some hindi language keys.
2023-02-05 12:55:20 +01:00
jayanti suthar
1d330c7ec2 hindi language improvment 2023-02-04 23:39:58 +05:30
jayanti suthar
55d3bde2be update multi line string to single line in language file 2023-02-04 23:31:12 +05:30
jay suthar
3a4cbabdfb
Revert the gitignore not needed changes 2023-02-04 23:28:42 +05:30
jayanti suthar
98a2f2c803 Translating some hindi language keys. 2023-02-04 18:07:30 +05:30
Marcus Bointon
978b96c69b
Merge pull request #2864 from detain/master
Update for my previous ZoneMTA transaction id regex fixing the regex …
2023-01-19 17:55:24 +01:00
Joe Huss
4f3151fb32 Update for my previous ZoneMTA transaction id regex fixing the regex as the id does not have parenthesis surrounding it. 2023-01-19 11:09:25 -05:00
Marcus Bointon
cc1f58caf3
Merge pull request #2863 from detain/master
added SMTP Transaction ID regex for ZoneMTA mailer
2023-01-19 16:59:53 +01:00
Joe Huss
ba1d2b6831 added SMTP Transaction ID regex for ZoneMTA mailer 2023-01-19 10:46:06 -05:00
Marcus Bointon
7c38295b17
Merge pull request #2851 from PHPMailer/dependabot/github_actions/ossf/scorecard-action-2.1.2 2022-12-26 16:32:03 +01:00
dependabot[bot]
2e21dd3778
GH Actions: Bump ossf/scorecard-action from 2.1.0 to 2.1.2
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.0 to 2.1.2.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](937ffa90d7...e38b1902ae)

---
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-12-26 06:03:39 +00:00
Marcus Bointon
05060d446b
Merge pull request #2849 from campbell-m/master
Fixes the, admittedly rare, case when the display name is '0'.
2022-12-23 07:45:52 +01:00