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

1211 Commits

Author SHA1 Message Date
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
Marcus Bointon
a314ab7a89 Add MS ESMTP message id capture 2017-08-16 10:40:55 +02:00
ashickurnoor
5ce90b1962 league/oauth2-google is require (#1126)
league/oauth2-google is require to send mail. By Adding league/oauth2-google into composer.json it will download required library. 

https://github.com/PHPMailer/PHPMailer/blob/master/composer.json#L47
2017-08-12 17:59:58 +02:00
Marcus Bointon
b296b18656
Changelog 2017-08-11 14:53:57 +02:00
Marcus Bointon
c205d94136
Changelog 2017-08-11 14:52:39 +02:00
Marcus Bointon
1fa545d67a
Merge remote-tracking branch 'origin/master' 2017-08-11 14:49:00 +02:00
Marcus Bointon
33a6286b7b
Changelog 2017-08-11 14:48:43 +02:00
Marcus Bointon
de9a30df63
Fix obtaining transaction ID when keepalive is active, fixes #1123 2017-08-11 14:46:32 +02:00
Marcus Bointon
3f80e2dc92
Fix obtaining transaction ID when keepalive is active, fixes #1123 2017-08-11 13:55:51 +02:00
Niklas
ccdeae108a IMAP section in the Gmail example (#1117)
Add IMAP example into gmail example
2017-08-02 16:20:32 +02:00
Marcus Bointon
18263000c5
Support Ical in alt_attach MIME structure, see #175 2017-08-01 18:01:32 +02:00
Marcus Bointon
c6e65069ad
Prefer pre-decrement 2017-07-28 10:55:10 +02:00
Marcus Bointon
a8728150fd
Don't echo & concat, use , 2017-07-28 10:54:10 +02:00
Marcus Bointon
a4fdea1590
Combine echo & exit 2017-07-28 10:48:35 +02:00
Marcus Bointon
01264ebf31
Take function call out of loop 2017-07-28 10:46:56 +02:00
Marcus Bointon
3eb9e8b47a
Don't try to output possibly non-existent elements 2017-07-27 00:00:46 +02:00
Marcus Bointon
ca9f6c2d57
Avoid XSS in error message output 2017-07-26 23:16:08 +02:00
Marcus Bointon
1e3f4e4062
Merge remote-tracking branch 'remotes/origin/master' into 6.0
# Conflicts:
#	VERSION
#	changelog.md
#	examples/code_generator.phps
#	src/PHPMailer.php
#	src/POP3.php
#	src/SMTP.php
#	test/phpmailerTest.php
2017-07-26 23:10:42 +02:00
Marcus Bointon
22d04c6a58
5.2.24 2017-07-26 23:00:20 +02:00
Marcus Bointon
4f6449ecfa
Add fix for IPv6 literals in multiple host strings, see #1094 2017-07-26 22:52:29 +02:00
Marcus Bointon
cb2be11013
Add failing test for #1094
Exercise more bad host checks
2017-07-26 22:51:02 +02:00
Marcus Bointon
1194d56e92
Correct Serbian ISO language code from sr to rs 2017-07-26 22:09:06 +02:00
Marcus Bointon
d46ba2d186
Fix potential XSS vuln in debug output 2017-07-26 20:03:27 +02:00