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

905 Commits

Author SHA1 Message Date
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
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
rsdifu
42c7591bb5 Date header should be more dynamic (#1023)
When a message is sent, unless the MessageDate is explicitly set, the Date header should always be set to the current rfcDate() value.

This is necessary for long-running processes that create a single PHPMailer instance, so all emails sent during the lifetime of the process don't have the same Date header value of the first email sent from the process.

This is important because Gmail in particular, uses the Date header value to show how long ago an email was sent when viewing the email.  (The list view in Gmail, however, uses the Received header value to show when an email was sent.)

These differing times will lead to confusion for users, often resulting in them trying to do several things like updating their timezone in Google's settings, or on their computers, which would result in no resolution.
2017-04-09 08:25:43 +02:00
Haci Murat Yaman
1f974d0ab3 updated misleading comment on sample for smtp/google via xoauth2 #890 (#1019)
* updated misleading comment on sample code for smtp.google.com via xoauth2

* undo change on gitignore
2017-04-03 19:25:48 +02: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
d306fbdc9f
Move install step to install section 2017-03-15 20:04:43 +01:00
Marcus Bointon
bf03eda8f6
Package downgrades to run tests on PHP 5.3 2017-03-15 15:13:09 +01:00
Marcus Bointon
9e87d05c5a
Downgrade packages for BC with PHP 5.3 tests 2017-03-15 15:07:10 +01:00
Marcus Bointon
c385749c11
Downgrade packages for BC with PHP 5.3 tests 2017-03-15 14:55:19 +01:00
Marcus Bointon
d1c84f18a0
Downgrade packages for BC with PHP 5.3 tests 2017-03-15 14:35:08 +01:00
Marcus Bointon
2ceafa2e84
Downgrade packages for BC with PHP 5.3 tests 2017-03-15 14:05:43 +01:00
Marcus Bointon
042ea958cb
Downgrade Zend packages for BC with PHP 5.3 tests 2017-03-15 12:56:46 +01:00
Marcus Bointon
993b100afd
Ensure composer packages are installed 2017-03-15 12:34:39 +01:00
Marcus Bointon
ca9ced078c
Fix phpunit path 2017-03-15 12:22:28 +01:00
Marcus Bointon
adeb6bdd25
Fix phpunit path 2017-03-15 12:17:05 +01:00
Marcus Bointon
aabe7fc692
Restore deleted line 2017-03-15 11:57:56 +01:00
Marcus Bointon
c9a06f1558
Fix phpunit path 2017-03-15 11:51:40 +01:00
Marcus Bointon
b50ac0d2dc
Use phpunit from composer, not travis default 2017-03-14 18:49:37 +01:00
Ramon van Belzen
70da1b419d composer: phpunit 4.8 (#940)
switch from 4.7 to 4.8 (latest stable) of phpunit
2017-03-06 23:05:44 +01:00
Marcus Bointon
09728b0649
Formatting 2017-03-06 16:45:19 +01:00