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

1233 Commits

Author SHA1 Message Date
Marcus Bointon
f47cfbdd75
Switch to using max line length *without* including line break length. See #1181 2017-09-29 16:09:25 +02:00
Marcus Bointon
cff938462d
Can use __DIR__ now 2017-09-29 16:07:42 +02:00
Marcus Bointon
2c06e68d22
Can use __DIR__ now 2017-09-29 16:04:52 +02:00
Marcus Bointon
61d18c4430
Update readme to address recent SO questions 2017-09-18 08:35:45 +02:00
Filippo Tessarotto
d5ef7a2b5e Create PULL_REQUEST_TEMPLATE.md (#1165) 2017-09-15 15:38:30 +02:00
Filippo Tessarotto
54943068be Travis: fix cache dir (#1164)
* Travis: fix cache detection

* On Travis be verbose about tests
2017-09-15 11:33:27 +02:00
Marcus Bointon
727bc7151d
Correct link to test file, fixes #1163 2017-09-14 22:30:23 +02:00
Filippo Tessarotto
992392437c Tests improvements (#1162)
* Move tests to proper namespace; enforce signatures

* Travis stages, check coding-standard before tests

* Test against PHP 7.2

* CS Fix

* Remove php-cs-fixer on test builds

* Travis: remove phpdocumentor/phpdocumentor from builds

* Allow PHPUnit 5
2017-09-14 18:47:12 +02:00
Filippo Tessarotto
dc54e2b93c Show debug log only when tests fail (#1161) 2017-09-14 15:56:04 +02:00
Marcus Bointon
18a34ad6ed
Whitespace 2017-09-14 15:30:44 +02:00
Marcus Bointon
1106585603
Trailing , 2017-09-14 14:58:30 +02:00
Marcus Bointon
617df94ffb
6.0.1 2017-09-14 14:50:11 +02:00
Marcus Bointon
1bc0d46017
Clean up after #1155 2017-09-14 14:49:01 +02:00
Marcus Bointon
a120d9792f
Don't add content-ID if cid is not set 2017-09-14 14:43:09 +02:00
William McDonald Buck
9227c37ec5 Provide SMTP Transaction Id in Callback (#1155)
* SMTP Callback

Add an additional parameter to doCallback, to allow providing additional
data to caller. 
Use this feature in the case of smtp send to return the
smtp_transaction_id in the callback.

* Add a case in smtp_transaction_id_patterns for Amazon SES

* textual adjustment
2017-09-14 14:42:57 +02:00
Anderson Luiz Silvério
9b6fe596cd Add Content-ID for all disposition types (#1151) 2017-09-14 13:08:50 +02:00
Filippo Tessarotto
9e05e796d0 Enforce PSR-4 (#1159) 2017-09-14 12:55:50 +02:00
Filippo Tessarotto
8550acd0e4 Add PHP-CS-Fixer integration (#1148)
* Add PHP-CS-Fixer checks

* Remove composer.lock to early catch FC break on CI

* Travis: cache dependencies

* Enable code-coverage only for latest build

* Remove Symfony-specific PHP-Doc rules

* Apply coding-standards fix
2017-09-14 12:29:03 +02:00
Marcus Bointon
add60c3e54
Generate shorter IDs (with more entropy) to work around iCloud RFC non-compliance, fixes #1140 2017-09-14 08:40:42 +02:00
Marcus Bointon
28a306bfbd
Reset to SMTP mailer for line break tests 2017-09-12 09:49:15 +02:00
Marcus Bointon
819f540c77
Reset to SMTP mailer for line break tests 2017-09-12 09:17:58 +02:00
Marcus Bointon
2feb461f04
Add test for sending DKIM-signed message via mail() 2017-09-12 09:00:40 +02:00
Marcus Bointon
50581754f7
Code style fixes 2017-09-12 09:00:08 +02:00
Marcus Bointon
7201c4f7c0
Code style fixes 2017-09-08 19:31:28 +02:00
Marcus Bointon
700ea0983d
Code style fixes 2017-09-08 16:19:20 +02:00
Marcus Bointon
efd7561b56
Revert composer changes to avoid PR clash 2017-09-08 16:18:50 +02:00
Marcus Bointon
31493b6732
Big cleanup for Symfony coding style and php-cs-fixer, see #1148 2017-09-07 18:21:09 +02:00
Marcus Bointon
eb9e7f5f0c
Quoting style 2017-09-07 11:25:58 +02:00
Marcus Bointon
46dec714fb
Remove trailing . from phpdoc params 2017-09-07 11:24:08 +02:00
Marcus Bointon
de3db41419
Casts & PHPDoc boolean -> bool, see http://php.net/manual/en/functions.arguments.php#functions.arguments.type-declaration 2017-09-07 11:17:37 +02:00
Marcus Bointon
9550898c1c
PHPDoc integer -> int 2017-09-07 11:11:17 +02:00
Marcus Bointon
0fb61f4656
is_null() -> null === 2017-09-07 10:17:38 +02:00
Marcus Bointon
3be7a195cb
Don't analyse dependency tests 2017-09-02 22:58:27 +02:00
Marcus Bointon
22f5272074
Add phan config 2017-08-29 11:31:15 +02:00
Marcus Bointon
9d4008b2a0
Annotation fixes courtesy of phan 2017-08-29 11:29:44 +02:00
Ermin Islamagić
bbacda8ccc Improved Bosnian localization (#1139)
* Added Bosnian localization

* Improved Bosnian localization
2017-08-28 19:50:57 +02:00
Marcus Bointon
f4a8efadfd
Merge remote-tracking branch 'remotes/origin/5.2-stable' 2017-08-28 18:07:42 +02:00
Remi Collet
31f18d8633 Fix date (#1138) 2017-08-28 17:45:27 +02:00
Marcus Bointon
ea25dc122d
Re-add issue template 2017-08-28 13:42:41 +02:00
Marcus Bointon
53d0375d0c
Case sensitivity juggle 2017-08-28 13:42:05 +02:00
Marcus Bointon
81062fa300
Merge remote-tracking branch 'remotes/origin/master' into 6.0
# Conflicts:
#	VERSION
#	src/PHPMailer.php
#	src/POP3.php
#	src/SMTP.php
2017-08-28 13:39:01 +02:00
Marcus Bointon
b91bf9267e
Merge remote-tracking branch 'remotes/origin/master' into 6.0
# Conflicts:
#	VERSION
#	src/PHPMailer.php
#	src/POP3.php
#	src/SMTP.php
2017-08-28 13:36:44 +02:00
Marcus Bointon
2baf20b016
v5.2.25 2017-08-28 13:12:07 +02:00
Marcus Bointon
496e0a7178
Merge remote-tracking branch 'remotes/origin/master' into 6.0
# Conflicts:
#	README.md
#	examples/gmail.phps
#	src/SMTP.php
2017-08-28 12:20:50 +02:00
Marcus Bointon
7a037c1eaa
Merge remote-tracking branch 'remotes/origin/master' into 6.0
# Conflicts:
#	README.md
#	examples/gmail.phps
#	src/SMTP.php
2017-08-28 12:15:27 +02:00
Ermin Islamagić
67e25960f6 Added Bosnian localization (#1137) 2017-08-28 12:10:15 +02:00
Marcus Bointon
1c43605340
Remove obsolete comments, fixes #79 2017-08-28 12:09:07 +02:00
Marcus Bointon
2579038ad7
Merge remote-tracking branch 'origin/6.0' into 6.0 2017-08-24 13:54:11 +02:00
Marcus Bointon
f4d37028af
Merge branch '6.0' into 6.0-ical
# Conflicts:
#	changelog.md
2017-08-24 13:51:06 +02:00
Marcus Bointon
a3c4191626 Fix regex 2017-08-16 10:57:35 +02:00