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

560 Commits

Author SHA1 Message Date
Marcus Bointon
43510b5e4e Merge pull request #211 from cbojar/master
Add MIME types for vCard attachments.
2014-04-03 23:56:23 +02:00
cbojar
a5e4e071f5 Add MIME types for vCard attachments. 2014-04-03 14:51:35 -04:00
Synchro
cc99349c15 Enable debug output during tests - increases coverage! 2014-04-03 13:49:44 +02:00
Synchro
c8d663a96e Merge branch 'master' of https://github.com/PHPMailer/PHPMailer 2014-04-03 12:27:32 +02:00
Synchro
86994962e3 Make text in logo image more readable 2014-04-03 12:25:08 +02:00
Marcus Bointon
d4aea20890 Merge pull request #208 from mirovit/patch-1
Optimize an if statement
2014-04-01 14:35:55 +02:00
Miroslav Vitanov
96e4a2e86c Optimize an if statement
Optimized the if statment in postSend() method in default case
2014-04-01 14:16:57 +03:00
Synchro
79a090d7ca Various cleanups for scrutinizer 2014-03-31 15:32:13 +02:00
Synchro
801bab7e2a Various cleanups for scrutinizer 2014-03-31 14:40:44 +02:00
Synchro
d1d3fb6159 Merge branch 'master' of https://github.com/PHPMailer/PHPMailer 2014-03-31 11:19:09 +02:00
Synchro
54c4390193 Merge remote-tracking branch 'origin/master' 2014-03-31 11:18:44 +02:00
Synchro
f990ae3240 Fix for #201 2014-03-31 11:18:15 +02:00
Marcus Bointon
e3871589eb Merge pull request #9 from kistasi/patch-1
HTML5 meta charset
2014-03-29 20:57:24 +01:00
Marton Tasnadi
2e7b440784 HTML5 meta charset 2014-03-29 20:08:22 +01:00
Marcus Bointon
23eb748aa5 Merge pull request #204 from hrvoj3e/patch-2
Some corrections in translated strings. Ups...
2014-03-28 17:02:57 +01:00
hrvoj3e
6e1771d4ed Some corrections in translated strings. 2014-03-28 16:58:01 +01:00
Synchro
00af38dbc6 Changelog 2014-03-28 16:51:05 +01:00
Marcus Bointon
fcf16e744e Merge pull request #202 from hrvoj3e/patch-1
Create phpmailer.lang-hr.php
2014-03-28 16:48:35 +01:00
hrvoj3e
f7b3088d22 Create phpmailer.lang-hr.php
Croatian translation
2014-03-28 12:59:45 +01:00
Synchro
943e0bd529 New graphics 2014-03-10 16:25:31 +01:00
Synchro
406a2872b0 Phpdoc cleanup 2014-03-10 11:18:18 +01:00
Marcus Bointon
3cf2553ce0 Merge pull request #192 from vinades/master
change License for Vietnamese language
2014-03-10 11:12:41 +01:00
VuThao
d49c748046 change License for Vietnamese language 2014-03-10 16:18:39 +07:00
Marcus Bointon
7ad866fb00 Changelog 2014-03-08 21:02:46 +01:00
Marcus Bointon
057e42717a Merge pull request #190 from vinades/master
add Vietnamese language
2014-03-08 21:01:36 +01:00
VuThao
6aae86bef5 add Vietnamese language 2014-03-08 15:23:29 +07:00
Synchro
3879e27003 Small simplification 2014-03-03 19:58:49 +01:00
Synchro
f704bae8fa Coding standards 2014-03-03 13:41:51 +01:00
Synchro
7cbdb01ab7 Changelog 2014-03-03 11:40:55 +01:00
Synchro
342e08c905 Implement automatic 7bit downgrade, fixes #176 2014-02-27 17:48:12 +01:00
Synchro
8161579875 Don't add a content-transfer-encoding header if encoding is 7bit
Code cleanup
2014-02-27 17:38:59 +01:00
Synchro
e161bbeabc Small speed and memory optimisations, makes about a 20-40% speedup
Move max_line_length to a constant
Code cleanup
2014-02-27 17:20:40 +01:00
Marcin
8a2ddcbb8f "Autoryzacja" isn't proper word in this context. 2014-02-14 17:33:01 +01:00
Synchro
f9d229af54 Code style, changelog 2014-02-14 12:12:34 +01:00
Synchro
6af1362c0d Merge branch 'master' of https://github.com/PHPMailer/PHPMailer 2014-02-14 12:08:35 +01:00
Marcus Bointon
56842bf338 Merge pull request #185 from ojovirtual/patch-1
Update class.phpmailer.php
2014-02-14 11:06:36 +01:00
ojovirtual
8a46f63ec2 Update class.phpmailer.php
Function "gethostname" unavailable before PHP 5.3, if function is not defined, use of php_uname('n').
2014-02-14 11:03:02 +01:00
Synchro
d58031f2fc Remove wrong, old code sample 2014-02-12 14:47:28 +01:00
Marcin
357bf4af2a Stylistic amendment
There is no such word as "autentykacja", it should be used word "autoryzacja". Stylystic change in second message.
2014-02-11 17:06:26 +01:00
Marcus Bointon
338dd08618 Merge pull request #182 from tyler-king/public-address-methods
Public methods to access addresses
2014-02-09 19:00:39 +01:00
Tyler King
02c3e0420e Added public methods to access 'to', 'bcc', 'all_recipients' and 'ReplyTo' properties for reading. 2014-02-07 14:52:48 -03:30
Marcus Bointon
06db84b79f Merge pull request #178 from pchaigno/fr_translations
Minor improvements of French translations.
2014-02-01 16:22:03 -08:00
Paul Chaignon
f07ff15be0 Minor improvements of French translations. 2014-02-01 22:41:50 +01:00
Synchro
7c85d70f2d Clean up FAQ 2014-01-30 18:57:42 +01:00
Synchro
cc350282cb Clean up htmlfilter lib, reformat to PSR-2
Clean up docs
2014-01-30 18:13:08 +01:00
Marcus Bointon
556e51e753 Merge pull request #174 from mmeyer2k/patch-1
Remove usage of error control operator in setLanguage()
2014-01-29 00:02:56 -08:00
Michael Meyer
2f773d1d88 Improved variable names 2014-01-28 19:29:58 -06:00
Michael Meyer
d7cddca870 Remove usage of error control operator 2014-01-28 19:26:47 -06:00
Synchro
9c885726a8 Changelog 2014-01-28 11:47:07 +01:00
Synchro
b03debdba4 Merge remote-tracking branch 'upstream/master' 2014-01-28 11:44:59 +01:00