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

1661 Commits

Author SHA1 Message Date
Juliette
3cb2162859
Improve PHPCS config (#2182)
* PHPCS: rename config file

... to `phpcs.xml.dist` to allow devs to locally overload the file by using a `.phpcs.xml` or `phpcs.xml` file, to, for instance, test out some new rules.

Includes:
* Adding the local overload files to `.gitignore`.
* Adding the standard config file to `.gitattributes`.

* PHPCS: scan missing file

The `get_oauth_token.php` file in the project root seems to have been overlooked when configuring the PHPCS ruleset.

Fixed now by adding it to the file to be scanned.

Includes minor fixes to make the file comply with the configured standard.

* CS: fix two files

Two minor CS fixes.

* PHPCS: miscellaneous changes

* Don't fix the PHPCS/external standards version restraints.
* Add the PHPCS cache file to `.gitignore`.
* Removing the no longer existent `.php_cs` file from `.gitattributes`.

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
2020-10-26 17:25:46 +01:00
Marcus Bointon
ba88479850
Remove version note for phpcs on PR template 2020-10-26 17:24:29 +01:00
Marcus Bointon
cde7d82391
Wrap calls to openssl_pkey_free in version checks, fixes #2178 2020-10-22 14:25:59 +02:00
Marcus Bointon
5ba587f4ac
Changelog 2020-10-18 20:05:47 +02:00
Marcus Bointon
482bdd697a
Cleanup 2020-10-18 20:03:58 +02:00
Mikhail Fesenko
0234e7e462
[POP3.php] small refactor: add constants DEBUG* like in SMTP class (#2175)
* [POP3.php] small refactor: add constants DEBUG* like in SMTP class

* [POP3] removed 'debug' field getter/setter
2020-10-18 20:03:17 +02:00
Tom Spencer
f2fcf54d3a
Fix Travis CI config (#2172)
* Fix Travis CI configuration

`matrix` is an alias of `jobs` so have merged the keys

* Set missing root config `dist` and `os`
2020-10-15 14:18:47 +02:00
Marcus Bointon
ca87a78b6f
Clean up travis build stages 2020-10-13 22:37:39 +02:00
Marcus Bointon
ea49a5f03a
Clean up travis build stages 2020-10-13 22:33:35 +02:00
Marcus Bointon
1f96aef41e
Clean up travis build stages 2020-10-13 22:26:57 +02:00
Marcus Bointon
7fde25ae3e
Clean up travis build stages 2020-10-13 22:19:34 +02:00
Marcus Bointon
d5e6f7d2b1
Clean up travis build stages 2020-10-13 15:31:02 +02:00
Marcus Bointon
e5353e3c83
Switch from PHP CS fixer to phpcs and apply PSR12 reformatting 2020-10-13 15:12:00 +02:00
Marcus Bointon
22e81749ae
Switch from PHP CS fixer to phpcs and apply PSR12 reformatting 2020-10-13 15:08:42 +02:00
Marcus Bointon
282f0fc0ce
array_key_exists is clearer here 2020-10-13 12:25:21 +02:00
Marcus Bointon
9209642ca6
Oops - refix Ukrainian language code which was right before! 2020-10-13 12:24:50 +02:00
Petro-Ivvysoft
9aa8dd3bcb
Rename phpmailer.lang-uk.php to phpmailer.lang-ua.php (#2167) 2020-10-13 12:11:39 +02:00
Laurent Clouet
fcd0af2910
Add missing french translations (#2166)
Fix sl translation file

Co-authored-by: Laurent Clouet <laurent.clouet@westwing.pl>
2020-10-11 22:08:32 +02:00
Blaž Oražem
9b8e1825ff
Add missing translations for Slovenian language (#2165) 2020-10-10 15:29:36 +02:00
Marcus Bointon
917ab212fa
6.1.8 2020-10-09 16:55:58 +02:00
Marcus Bointon
f9373db9a5
Fix tests 2020-10-07 14:45:06 +02:00
Marcus Bointon
46fa62268e
Fix tests 2020-10-07 14:42:17 +02:00
Marcus Bointon
a0dffb8876
Changelog 2020-10-07 12:36:38 +02:00
Suhayb Alghutaymil
ec81d13717
Add ajax contact form (#2160)
* Add ajax contact form

* Allow ajax contact form to work if javascript is disabled.

Co-authored-by: Suhayb Alghutaymil <s@sgh.sa>
Co-authored-by: Sohib AlGotimel <sgotimel@citc.gov.sa>
2020-10-07 12:18:31 +02:00
Andreas Erhard
201aca3ff9
Add missing translations for German (#2159) 2020-10-06 15:48:50 +02:00
Ian Mustafa
625d93570e
Improve Bahasa Indonesia translation (#2158) 2020-10-06 09:35:39 +02:00
Adriane Justine Tan
80724ec8c2
Improved Filipino language (#2152) 2020-10-02 18:25:47 +02:00
Jérémy PASTOURET
a4bf66a1d1
Add MailHog in the code example as a tool for testing email sending (#2151)
* Add MailHog - Testing email sending

* Add MailHog - Testing email sending
2020-10-02 11:47:38 +02:00
criri99
86d5cb060b
(-)remove branch #85-improvement/TestImprovement (+) add branch increase_code_coverage (+) add changes from old branch (#2119)
Co-authored-by: chriri99 <au000171>
2020-09-30 22:29:24 +02:00
Marcus Bointon
e2e07a355e
Proposed fix for #2069 2020-09-30 19:29:00 +02:00
Marcus Bointon
59dea8ca78
Comment 2020-09-30 19:01:22 +02:00
Marcus Bointon
35c2cfa9ea
Add destination selector to contact form example 2020-09-30 19:01:03 +02:00
Marcus Bointon
e78d99fb89
Changelog 2020-09-21 10:33:15 +02:00
mscdex
7851021d3e
Reset SMTP session after error with keepalive (#2138)
Fixes: https://github.com/PHPMailer/PHPMailer/issues/2137
2020-09-21 10:24:33 +02:00
Marcus Bointon
17ab94e469
Proposed fix for #2128 2020-09-07 17:04:19 +02:00
Ayesh Karunaratne
4091addf9f
Add AVIF file extension to mime list (#2130) 2020-09-03 09:27:53 +02:00
Marcus Bointon
13e9224c1e
Update copyright year 2020-09-02 08:41:14 +02:00
Marcus Bointon
e7acd3d92f
CS 2020-08-05 10:34:30 +02:00
Marcus Bointon
e8a7364733
Update link 2020-08-05 10:34:03 +02:00
Marcus Bointon
82f1d17511
Changelog 2020-08-04 09:47:23 +02:00
Marcus Bointon
ecdf374c74
Allow local override of SMTP auth settings in tests; allows easy use of HELO (which requires a username) for local testing 2020-08-04 09:46:12 +02:00
Marcus Bointon
efb0c4dcb8
Typo 2020-08-04 09:20:40 +02:00
Marcus Bointon
4bf91e98b3
Changelog 2020-08-04 09:20:09 +02:00
Marcus Bointon
4af0120eda
Note that the hash extension is required (and always has been!) or file attachments won't work 2020-08-04 09:03:04 +02:00
Marcus Bointon
db03bb6c1a
Escape output on file upload messages 2020-08-04 08:51:55 +02:00
Marcus Bointon
79b5d815d6
Better error checking & reporting on file uploads 2020-08-04 08:51:48 +02:00
Marcus Bointon
90871378de
Don't set a time limit if set_time_limit is disabled, fixes #2088 2020-07-20 11:31:22 +02:00
Marcus Bointon
9ce50675c8
Add HELO link 2020-07-15 20:31:23 +02:00
elizabeth m
806531145a
Remove old links from SMTP test server suggestions (#2085)
FakeSMTP's repo is read-only and hasn't been updated since 2016, so I removed it. The link to FakeEmail's repo was pointing at a fork that also hasn't been updated since 2016, so i changed the link to one that has more activity. Also smtp4dev has been moved to Github and works on Linux, so I updated its entry to reflect that.
2020-07-15 20:27:29 +02:00
Marcus Bointon
2c2370ba3d
6.1.7 2020-07-14 20:50:27 +02:00