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

697 Commits

Author SHA1 Message Date
Synchro
3e5a2004d7 Clean up 2015-05-07 00:33:12 +02:00
Synchro
a505182036 Annoying yaml escaping 2015-05-06 23:46:21 +02:00
Synchro
5a6cab2946 Annoying yaml escaping 2015-05-06 23:24:35 +02:00
Synchro
74c172b379 Annoying yaml escaping 2015-05-06 22:57:43 +02:00
Synchro
f2b21f0288 Alternative way of getting path to ini files 2015-05-06 21:46:18 +02:00
Synchro
409fa96ce8 Probe travis config 2015-05-06 20:23:40 +02:00
Synchro
1f01bb3013 Probe travis config 2015-05-06 19:19:33 +02:00
Synchro
707e850d28 Remove deprecated PHPUnit param 2015-05-06 19:12:51 +02:00
Synchro
b2be749db6 Fix 'licenced' 2015-05-06 09:13:17 +02:00
Synchro
9269a656ca Don't switch to quoted-printable to deal with long lines if encoding is already base64. Fixes #414 2015-05-05 15:10:29 +02:00
Synchro
07005ecbb8 Bump version to 5.2.10 2015-05-04 14:37:21 +02:00
Synchro
35bb2f0864 Merge branch 'master' of https://github.com/PHPMailer/PHPMailer 2015-05-04 12:11:31 +02:00
Synchro
da70308718 Provide a link to troubleshooting docs on SMTP failure 2015-05-04 11:01:14 +02:00
Synchro
c7e488d64b Add multiple attachment test 2015-05-04 10:59:56 +02:00
Marcus Bointon
53dbfbd282 Merge pull request #411 from Cojad/master
Improved Traditional Chinese PHPMailer language
2015-05-04 09:20:48 +02:00
Cojad
cf35018bd1 Improved Traditional Chinese PHPMailer language
1. Completed new language key $PHPMAILER_LANG['extension_missing']. 
2. fix translation error of $PHPMAILER_LANG['signing'] with correct meaning in Traditional Chinese 
3. Re-order the translation keys to make it the same with default english locale.
2015-05-04 14:59:47 +08:00
Synchro
b3577cf694 Don't change charset when changing transfer encoding 2015-04-30 16:14:28 +02:00
Synchro
c78ba0cb78 Fix download counter 2015-04-29 21:40:35 +02:00
Synchro
5701fa33c3 Fix broken URL 2015-04-29 21:34:32 +02:00
Synchro
9164e6d9eb Corrections to ISO text test
Only test ICS configs that are actually supported!
Fix missing headers when using signed messages
2015-04-29 20:46:10 +02:00
Synchro
0635bf672b Readme 2015-04-29 13:34:50 +02:00
Synchro
0001e64e5d Changelog 2015-04-29 13:33:14 +02:00
Synchro
1befef0970 Merge remote-tracking branch 'remotes/upstream/master' into autotls 2015-04-29 13:16:43 +02:00
Synchro
a6cd574643 Name 5.2.10 release 2015-04-29 13:13:20 +02:00
Synchro
f23b95405d Changelog, phpdocs 2015-04-29 12:00:34 +02:00
Synchro
4e8a80a657 Merge remote-tracking branch 'remotes/upstream/longlines' 2015-04-29 11:31:39 +02:00
Synchro
ab36b539a6 Expose stream context options 2015-04-27 21:18:12 +02:00
Marcus Bointon
9bb6a28761 Merge pull request #406 from ChalkPE/master
Added Korean language file
2015-04-26 11:39:02 +02:00
ChalkPE
1d4e289928 Added Korean language file 2015-04-26 16:08:12 +09:00
Marcus Bointon
89bb0d6094 Fix file attachment test 2015-04-23 19:33:15 +02:00
Marcus Bointon
65e6f5a6ea Merge pull request #405 from eexit/header-getter
Add custom header getter
2015-04-23 19:28:24 +02:00
Joris Berthelot
47fd54d04d Added custom header getter 2015-04-23 19:06:49 +02:00
Marcus Bointon
095193b5ed Add extras classes to composer classmap 2015-04-23 10:53:31 +02:00
Synchro
e427427cd0 Merge remote-tracking branch 'remotes/upstream/master' into autotls
# Conflicts:
#	changelog.md
2015-04-17 15:32:48 +02:00
Synchro
1365c49165 Merge remote-tracking branch 'remotes/upstream/master' into longlines 2015-04-17 15:17:04 +02:00
Synchro
b83f2a6b6b Merge remote-tracking branch 'remotes/upstream/master' into longlines 2015-04-17 15:16:13 +02:00
Synchro
245d73be7f Changelog 2015-04-17 15:10:54 +02:00
Synchro
2ffc3df6e9 Merge branch 'master' of https://github.com/PHPMailer/PHPMailer 2015-04-17 15:10:34 +02:00
Marcus Bointon
f32ba62fdd Merge pull request #399 from pstast/PHPMailer/master
Fix $all_recipients comment
2015-04-17 15:09:58 +02:00
Petr Stastny
c2535c9420 Fix $all_recipients comment
$all_recipients does not contain $replyto addresses, see addAnAddress() behavior
2015-04-17 15:06:19 +02:00
Synchro
3c29d754fd Improve connection error reporting 2015-04-17 14:48:00 +02:00
Synchro
166ce3b533 Fix param naming, see #398 2015-04-14 13:13:26 +02:00
Marcus Bointon
333e3e60ce Merge pull request #322 from landsem/patch-1
Fixed some language
2015-04-13 20:12:47 +02:00
Marcus Bointon
df93ba1fa8 Merge pull request #398 from Phhere/patch-1
Documentation update class.pop3.php
2015-04-13 20:10:36 +02:00
Philipp Helo Rehs
1188e2e110 Update class.pop3.php
Small fix in php doc about parameter types. Since it is just a wrapper for authorise it should accept the same parameter types
2015-04-13 19:57:03 +02:00
Marcus Bointon
efd15582d9 Merge pull request #393 from sveneld/patch-1
Fix concatenation of headers for Dkim
2015-04-04 22:57:20 +02:00
sveneld
653d638e5f Update class.phpmailer.php 2015-04-04 20:54:20 +03:00
sveneld
30a5c730c2 Update class.phpmailer.php
Fix concatenation of headers for Dkim
2015-04-04 20:35:57 +03:00
Marcus Bointon
580e44da96 Merge pull request #388 from royopa/patch-1
Added poser badges
2015-03-29 18:15:40 +02:00
Rodrigo Prado
81418e02f0 Added poser badges 2015-03-28 17:00:16 -03:00