Commit Graph

924 Commits

Author SHA1 Message Date
Marcus Bointon acba50393d
5.2.28 2020-03-19 15:29:37 +01:00
Artur Stępień db4d3d0cdf
Remove deprecated message for PHP 7.4+ (#2015)
PHPMailer used in Joomla! 3 can't be updated to 6.x until Joomla! 4.0 is released because of minimum PHP version differences between Joomla! and PHPMailer. Could you please kindly accept this PR and release another version of PHPMailer 5.x that would not create a deprecated warning in PHP 7.4? This PR fixes the warning. Thanks :)
2020-03-19 15:25:03 +01:00
Marcus Bointon dde1db1165
5.2.27 2018-11-15 23:32:31 +01:00
Marcus Bointon f1231a9771
Backport changes for CVE-2018-19296 2018-11-15 23:27:24 +01:00
Marcus Bointon 44776b5648
Backport changes for CVE-2018-19296 2018-11-15 23:25:56 +01:00
Ryan Zumstein 4874af66d4 Fix 5.2-stable branch README.md minimal install links that 404 (#1461) 2018-06-27 11:10:20 +02:00
François B 49ae798ccf Add .github directory to export-ignore (#1261)
+ Keep lines sorted: easier to read and maintain
2017-12-01 11:03:56 +01:00
Marcus Bointon 22e8a57a62
Update license file, fixes #1243
(cherry picked from commit 2f874e6)
2017-11-15 19:41:13 +01:00
Marcus Bointon 70362997bd
5.2.26 2017-11-04 10:26:05 +01:00
Marcus Bointon b6316bb575
Switch debug output according to SAPI 2017-11-04 10:15:27 +01:00
Yash Karanke b6eadbe75e minor typo change (#1222) 2017-11-04 09:57:44 +01:00
Marcus Bointon d914f73d41
Travis-CI no longer supports PHP 5.3, so remove it 2017-09-14 09:15:31 +02:00
Remi Collet 31f18d8633 Fix date (#1138) 2017-08-28 17:45:27 +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
Ermin Islamagić 67e25960f6 Added Bosnian localization (#1137) 2017-08-28 12:10:15 +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 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
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 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
Marcus Bointon dbbc1397c4
Fix XSS vuln in example code: CVE-2017-11503 2017-07-26 20:02:31 +02:00
Marcus Bointon c35694d65f
Merge remote-tracking branch 'origin/master' 2017-06-21 14:00:22 +02:00
Marcus Bointon ffb6be138d
Add dates in history 2017-06-21 14:00:05 +02:00
Manzoor Wani 29b2042fd1 Correct the attribute description (#1073)
doCallback() receives $to, $cc and $bcc as arrays and passes them as such to the action function
2017-06-13 13:59:32 +02:00
Teddysun 699d57dc01 Improved Simplified Chinese PHPMailer language (#1063)
Completed new language key $PHPMAILER_LANG['extension_missing']. 

Signed-off-by: Teddysun <i@teddysun.com>
2017-05-31 06:26:14 +01:00
Marcus Bointon 4896adc0a1
Changelog 2017-05-29 08:55:06 +02:00
Ogün Karakuş a255f16a0e Update phpmailer.lang-tr.php (#1060)
Signed-off-by: Ogün Karakuş <kirk5bucuk@gmail.com>
2017-05-29 07:24:35 +01:00
Niklas c2f17ba471 Markdown needs a space between #:s and the heading (#1054) 2017-05-22 14:16:25 +01:00
Marcus Bointon 5e172d2f59
Changelog 2017-05-20 23:35:46 +02:00
Marcus Bointon 8df08db8b7
Merge remote-tracking branch 'origin/master' 2017-05-20 23:34:11 +02:00
Marcus Bointon ad33c20d06
Include timestamps in HTML-format debug output 2017-05-20 23:33:59 +02:00
Велимир Мајсторов 56f072f57a Update for phpmailer.lang-sr.php (#1049)
Added and fixed missing translation.
Use this one, please.
2017-05-15 08:59:33 +01:00
ravo10 e3303ffa40 Update phpmailer.lang-nb.php (#1047)
Correct translation (2) (05.14.17)
2017-05-14 20:56:40 +01:00
Marcus Bointon 25eb651519
Merge remote-tracking branch 'origin/master' 2017-05-14 21:41:38 +02:00
Marcus Bointon 706f817330
Workaround for broken default HHVM config on Travis-CI (https://github.com/travis-ci/travis-ci/issues/7712) 2017-05-14 21:40:24 +02:00
lewa 7280a55d58 low-level SMTP error handling from 6.0 branch (#1012) (#1041) 2017-05-11 00:27:15 +01:00
Elan Ruusamäe afb1302611 composer: indicate ctype ext being used (#937) 2017-05-11 00:25:01 +01:00
Kirill Voronov a3b4f6b281 add specific chars for matching of ipv6 addresses (#1040)
when validating servers in the `Host` property.
2017-05-11 00:22:50 +01:00
Fabio Beneditto 4f6255858f Update pt_BR translation (#1038)
Adjust on strings: correct sender (remetente, not rementente)
2017-05-07 18:32:26 +01:00
Marcus Bointon 4826199276 Merge remote-tracking branch 'upstream/master' 2017-04-18 17:47:46 +02:00
Marcus Bointon f42de0d01b Add issue_template 2017-04-18 17:47:32 +02:00
Marcus Bointon 9a0e074e10
Changelog 2017-04-13 12:24:19 +02:00
Marcus Bointon 349350bc71
Changelog 2017-04-13 12:23:28 +02:00
Marcus Bointon 21f1f3f151
Merge remote-tracking branch 'remotes/origin/master' into 5.2-stable 2017-04-13 12:20:47 +02:00