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

526 Commits

Author SHA1 Message Date
Synchro
b7f1dd174d Make tests a bit less verbose 2014-12-06 15:07:54 +01:00
Synchro
4a46a8222b Merge branch 'master' of https://github.com/PHPMailer/PHPMailer 2014-12-06 14:52:39 +01:00
Synchro
ba4ece8e5b Don't set WordWrap in readme example, add comments about usage including 78 as a good value to use, fixes #327 2014-12-06 14:36:15 +01:00
Marcus Bointon
58c862c0a6 Merge pull request #320 from hemmerich/patch-1
Update class.smtp.php
2014-11-24 13:07:23 +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
Marcus Bointon
70930a682c Merge pull request #319 from gergoe/master
Fixing an issue with embedded images
2014-11-21 14:13:58 +01:00
gergoe
76a67bc1a0 changed white spaces 2014-11-21 14:02:42 +01:00
gergoe
157547a51f Fixing an issue with embedded images
Fixed the issue with html parsing when there was an embedded base64
encoded image in the source - which resulted in regexp errors (too long
regexp).
2014-11-21 13:47:30 +01:00
Synchro
de5c035380 Cleanup 2014-11-13 08:52:23 +01:00
Synchro
009538f676 Changelog 2014-11-13 08:21:58 +01:00
Synchro
e6f70f1248 Code cleanup 2014-11-13 08:21:48 +01:00
Marcus Bointon
b73954f942 Merge pull request #311 from heronman/master
A bugfix in SMTP::authenticate, plus some improvements
2014-11-13 08:08:30 +01:00
Valinor
25859d32d6 $helo_rply recovered. SMTP extension methods reconsidered (refer to comment) 2014-11-10 17:23:00 +05:00
Synchro
740780dd1a Fix SM image 2014-11-09 14:47:02 +01:00
Synchro
9d0a3940c0 Update NTLM SASL lib
This is still pretty old, bad code, and I think it's incomplete, and I don't have an NTLM system to test against. Should probably be removed.
2014-11-09 14:07:13 +01:00
Valinor
51b1fe251c A little bugfix 2014-11-09 08:25:55 +05:00
valinor
542c4792e7 Auth method selection added, according to STMP extensions list 2014-11-09 01:41:13 +05:00
valinor
b45f5630f0 Added HELO/EHLO reply parsing. Corresponding get methods: getServerExtensions(), getAuthAllowed(), getTLSAllowed() 2014-11-08 23:41:03 +05:00
valinor
8d2961a79c SMTP extended error codes stored in $smtp->error 2014-11-08 20:34:21 +05:00
Synchro
85c7c6bdf0 Update README 2014-11-06 15:30:45 +01:00
Synchro
6d67358e54 Changelog 2014-11-06 14:54:26 +01:00
Marcus Bointon
cf3592793f Merge pull request #307 from ceceprawiro/master
Indonesian translation
2014-11-06 14:51:51 +01:00
Synchro
353532755d Avoid Debugoutput clash with built-in function names, fixes #308 2014-11-06 13:34:36 +01:00
Synchro
d6acd1ca8f Avoid Debugoutput clash with built-in function names, fixes #308 2014-11-06 13:33:31 +01:00
Synchro
d066daa427 Update scrutinizer config 2014-11-06 12:10:00 +01:00
Synchro
1594dccdca Remove BOM from az language file 2014-11-06 12:09:49 +01:00
Cecep Prawiro
a79adeabd9 Indonesia translation 2014-11-06 17:49:37 +07:00
Synchro
93e422e452 Update scrutinizer config 2014-11-06 11:40:20 +01:00
Synchro
63a639732e Update scrutinizer config 2014-11-06 11:28:54 +01:00
Synchro
479968fdfe Update scrutinizer config 2014-11-06 11:00:07 +01:00
Synchro
df23c21f23 Changelog 2014-11-06 10:59:49 +01:00
Cecep Prawiro
311c95732e Indonesian translation 2014-11-06 16:29:30 +07:00
Synchro
5afb552337 Avoid convoluted syntax
Use more robust comparisons, be more forgiving where it's not important
Don't assume temp file writing worked
2014-11-03 17:28:20 +01:00
Marcus Bointon
92b445d674 Merge pull request #305 from martinvd/patch-1
Dutch translation fix
2014-10-31 07:56:08 +01:00
martinvd
3e0d2990ec Dutch translation fix 2014-10-31 07:50:36 +01:00
Marcus Bointon
2000bbb41f Merge pull request #302 from mirjalal/master
Azerbaijani translation
2014-10-23 22:25:25 +02:00
Mircəlal
80169a4779 Azerbaijani transilation 2014-10-24 00:42:16 -07:00
Synchro
09d40c428f Fix short var name for scrutinizer 2014-10-15 11:06:58 +02:00
Synchro
d422dd933a Allow some legacy coding practices since there's nothing we can do about them 2014-10-15 11:03:40 +02:00
Synchro
0ba3549afd Permit shorter var names 2014-10-15 10:51:32 +02:00
Synchro
792b51f26c Fix setDebugoutput type label 2014-10-15 10:47:54 +02:00
Synchro
02af1ae99f Add wiki link 2014-10-15 10:29:22 +02:00
Synchro
8ca62ada56 Changelog 2014-10-15 10:26:56 +02:00
Synchro
093405dff1 Increase default timelimit to match RFC, make data command wait longer, see #293 2014-10-13 08:10:20 +02:00
Synchro
74bdf93989 Clean up MIME-type formatting, reorder 2014-10-13 07:52:00 +02:00
Synchro
a1258f90e5 Fix various typos, js MIME type, thanks to @fbonzon, fixes #296 2014-10-12 11:17:17 +02:00
Synchro
34d35f3e9e Fix timeout for RFC to match SMTP class default, see #293 2014-10-10 07:47:12 +02:00
Synchro
9a34593dc3 Add VERSION file, fixes #289 2014-10-01 07:37:44 +02:00
Marcus Bointon
79d6dd0bd5 Merge pull request #286 from Rikk/patch-1
Remove extra parenthesis
2014-09-28 10:44:49 +02:00