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

106 Commits

Author SHA1 Message Date
Marcus Bointon
de9a30df63
Fix obtaining transaction ID when keepalive is active, fixes #1123 2017-08-11 14:46:32 +02:00
Marcus Bointon
22d04c6a58
5.2.24 2017-07-26 23:00:20 +02:00
Marcus Bointon
ad33c20d06
Include timestamps in HTML-format debug output 2017-05-20 23:33:59 +02:00
lewa
7280a55d58 low-level SMTP error handling from 6.0 branch (#1012) (#1041) 2017-05-11 00:27:15 +01:00
Marcus Bointon
6525e86940
Handle bare codes (an RFC contravention) in SMTP replies, fixes #1017 2017-03-30 15:08:20 +02:00
Marcus Bointon
7115df4a6f
5.5.23 2017-03-15 20:32:56 +01:00
Marcus Bointon
09728b0649
Formatting 2017-03-06 16:45:19 +01:00
Marcus Bointon
c100b092df
Trap TLS errors 2017-03-06 16:37:58 +01:00
Marcus Bointon
5d88839afc
5.2.22 2017-01-06 22:35:54 +01:00
Marcus Bointon
1d51856b76
v5.2.21
Fix missed version number update
2016-12-28 16:35:48 +01:00
Marcus Bointon
8d68507d7b
Minor cleanup, fix 2016-12-28 13:17:21 +01:00
Marcus Bointon
9e4b8fb3de
Minor cleanup, fixes #918, broken version file
Remove duplicate check for Sender address
2016-12-26 11:09:10 +01:00
Marcus Bointon
d0c1d1abbd
5.2.18 2016-12-24 00:49:54 +01:00
Marcus Bointon
208913c604
Merge remote-tracking branch 'origin/master' 2016-12-09 11:03:48 +01:00
Marcus Bointon
f475467ee3
5.2.17 release 2016-12-09 11:03:27 +01:00
Jesus The Hun
edd49a2895 Add getLastTransactionID() (#884) 2016-12-09 08:53:37 +01:00
Marcus Bointon
a4de1ca5ef
Pass level of current debug message rather than output setting into display function 2016-10-17 18:21:50 +02:00
corentinheadoo
a55b67d965 Fix: function call is not case-sensitive (#857) 2016-10-17 16:38:25 +02:00
Marcus Bointon
7c1154b63c errorHandler is not static 2016-08-29 15:22:56 +02:00
Jason Flatt
d941270950 Improve error handling and reporting for connection failures (including updates from code review). (#791)
Just right, thanks
2016-08-10 21:00:56 +02:00
Marcus Bointon
1d85f9ef3e Bump version to 5.2.16 2016-06-06 11:09:37 +02:00
Marcus Bointon
d3c73b1739 Reset encoding on simple bodies, hopefully will fix #728! 2016-05-22 10:26:48 +02:00
Marcus Bointon
d0186171b2 Bump version to 5.2.15 2016-05-10 20:39:36 +02:00
Marcus Bointon
703410e39f Allow TLS 1.2, fixes #696 2016-04-28 12:54:42 +02:00
Marcus
824d229fc4 Reduce possible ambiguity of what we're parsing 2016-04-07 09:24:34 +02:00
Synchro
1102fd37ae Bump version to 5.2.14 2015-11-01 11:14:44 +01:00
Synchro
6687a96a18 Add test for line breaks in addresses vulnerability
Don't allow line breaks in addresses
Don't allow line breaks in SMTP commands
Rearrange tests so slowest tests run last
2015-11-01 11:12:04 +01:00
François B
4532cec50d Improve some comments and minor improvements
- Define an $error_message and reuse it, instead of recreating the
error message 3 times
- Use in_array() check instead of a regex
2015-10-13 22:38:15 +02:00
Roman Minchyn
870350756b [TASK]
replace "@type" annotation in favor of "@var" as proposed by phpdoc.org

Issue #513
2015-09-28 11:35:42 +02:00
Synchro
45df3a88f7 5.2.13 release 2015-09-14 11:18:12 +02:00
Synchro
5dd754112d 5.2.12 release 2015-09-02 12:40:37 +02:00
Synchro
7830cb9a76 Bump version to 5.2.11 2015-08-31 12:37:13 +02:00
Synchro
57d3d1fee6 Merge remote-tracking branch 'remotes/upstream/master' into xoauth 2015-08-25 17:12:33 +02:00
Synchro
8a719102d2 Reduce duplicate debug output 2015-08-07 11:57:43 +02:00
Synchro
41d7273f87 Handle MS Exchange returning invalid empty AUTH type list, fixes #462 2015-08-01 12:05:59 +02:00
Synchro
d24a921e52 Changed AuthType name to 'XOAUTH2'
Tested, fixed examples
Improved token script
Code cleanup
2015-05-21 03:12:17 +02:00
Synchro
ed41c8310d Docs 2015-05-20 09:06:40 +02:00
Synchro
e874b2a14b Code cleanups 2015-05-19 17:36:29 +02:00
sherryl4george
b4cf92e843 XOAUTH Changes 2015-05-19 16:13:33 +02:00
Synchro
07005ecbb8 Bump version to 5.2.10 2015-05-04 14:37:21 +02:00
Synchro
ab36b539a6 Expose stream context options 2015-04-27 21:18:12 +02:00
Synchro
50eac8739f Use multibyte text in tests
Add explicit test for UTF-8 with embedded images, see #279 and #377
Add ISO-8859-1 test
2015-03-25 19:22:55 +01:00
Synchro
b02b573b2b Merge branch 'master' of https://github.com/PHPMailer/PHPMailer into mimesign
# Conflicts:
#	changelog.md
2015-03-19 18:51:18 +01:00
Synchro
3ea8425672 Make SMTP error storage and reporting more consistent, fixes #382 2015-03-19 18:26:01 +01:00
Synchro
d7c44d5a9e Add tests for line breaks in headers, see #372
Minor cleanup
2015-03-16 14:10:14 +01:00
Synchro
27cc5528ad Cleaner check for no server caps 2015-03-06 18:57:22 +01:00
Synchro
2dc47a8062 Make phpcs happier 2015-02-26 19:25:20 +01:00
Daniel Hemmerich
1ec37ad4c2 Update class.smtp.php
Set the value to 0 if the fields array is empty
2014-11-21 11:46:46 -05:00
hemmerich
9553002973 Update class.smtp.php
Not all SMTP servers will provide a value for SIZE. This commit checks to be certain there is an element in the array before attempting to access it.
2014-11-21 10:08:56 -05:00
Synchro
de5c035380 Cleanup 2014-11-13 08:52:23 +01:00