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

822 Commits

Author SHA1 Message Date
Marcus Bointon
134a31892c Validate language code 2016-07-22 12:35:06 +02:00
Marcus Bointon
8beacc646a Add security notices 2016-07-22 12:05:21 +02:00
Arne Jørgensen
fcf9cb7ae5 Fix ISO-639-1 code for Danish (#764)
The ISO-639-1 code for Danish is `da` (`dk` is the ISO 3166-1 alpha-2 for Denmark).
2016-07-08 11:09:34 +02:00
Bruno Ribeiro
39a2e3a620 fix warning (#761)
fix message <b>Warning</b>:  array_key_exists() expects parameter 2 to be array when is bad auth
2016-07-06 09:29:37 +02:00
Marcus Bointon
d7c9ad524c Update deps 2016-06-29 10:14:29 +02:00
Marcus Bointon
1d85f9ef3e Bump version to 5.2.16 2016-06-06 11:09:37 +02:00
Marcus Bointon
1361047a5d Add DKIM example 2016-06-06 10:54:56 +02:00
Marcus Bointon
7d341c105b Don't set mail() additional_parameters to space when not being used, fixes #582 2016-06-06 10:36:56 +02:00
Marcus Bointon
60a645358f Platform/IDE-specific entries should not be in project .gitignore 2016-06-06 10:35:40 +02:00
Marcus Bointon
e9fa534975 Fix version number, fixes #742 2016-06-02 16:17:11 +02:00
Marcus Bointon
d3c73b1739 Reset encoding on simple bodies, hopefully will fix #728! 2016-05-22 10:26:48 +02:00
Marcus Bointon
c27c1597bc Fix build
Actually changes the test to test a different thing, still need to deal with what it was originally testing.
2016-05-22 01:25:10 +02:00
Marcus Bointon
59663fd25a Don't set overall encoding just because we're changing a sub-part - quoted-printable and base64 are not valid encodings for a multipart container anyway. 2016-05-21 22:06:07 +02:00
Marcus Bointon
7b9fd07309 Use SMTPOptions in smtpConnect(), see #718 2016-05-13 09:30:56 +02:00
Marcus Bointon
268fc16c69 Fix date! 2016-05-10 20:49:40 +02:00
Marcus Bointon
d0186171b2 Bump version to 5.2.15 2016-05-10 20:39:36 +02:00
Marcus Bointon
e4af742397 Removed corrupt language file 2016-05-10 20:36:50 +02:00
Marcus Bointon
1a7f380457 Fix test case 2016-05-09 11:36:15 +02:00
Marcus Bointon
444a355bc3 Changelog 2016-05-09 11:19:21 +02:00
Marcus Bointon
77c0bc8d28 Add ability to inject custom validator and set custom default validator, fixes #573 2016-05-09 11:18:50 +02:00
Imam
d30b95bc4d Update phpmailer.lang-ru.php (#709)
Incorrect translation was changed
2016-05-08 18:32:03 +02:00
miedziu
c5e5be0529 Update phpmailer.lang-pl.php (#707)
Added missing translation
2016-05-07 08:30:24 +02:00
Marcus Bointon
703410e39f Allow TLS 1.2, fixes #696 2016-04-28 12:54:42 +02:00
Avtandil Kikabidze
b04ab34d77 Added 'extension_missing' translation for ka locale (#693)
* Added 'extension_missing' translation for ka locale

* Fixed string
2016-04-25 11:01:04 +02:00
František Svoboda
fb82f2b9ea Add unit test that shows how address parser returns its result 2016-04-17 09:49:12 +02:00
Lito
0f7182213a Use $exception default value if not set on construct. (#682) 2016-04-11 15:28:11 +02:00
Marcus
177839e22f Fix fetching error messages, fixes #679 2016-04-07 09:24:49 +02:00
Marcus
824d229fc4 Reduce possible ambiguity of what we're parsing 2016-04-07 09:24:34 +02:00
Marcus
b7151db9b7 Improve Windows compatibility for tests 2016-03-29 15:14:19 +02:00
Marcus
0e992c63ff Improve SMTP check example 2016-03-29 10:28:12 +02:00
Marcus
f0a6839a05 Improve send file examples 2016-03-29 10:05:36 +02:00
Marcus Bointon
0fe35b0e03 Merge pull request #672 from rishijash/patch-1
Example for sending multiple files
2016-03-29 09:52:29 +02:00
Rishi Jash
0f53c79239 Add example of sending multiple files upload
Simple example for sending multiple files using PHPMailer
2016-03-29 13:09:24 +05:30
Marcus
fc9f4aa2b9 Fix file links 2016-03-22 18:21:49 +01:00
Marcus
50cf503cd2 Fix file links 2016-03-22 18:19:26 +01:00
Marcus
b5845ebada Mention that SingleTo doesn't work in SMTP 2016-03-18 11:00:45 +01:00
Marcus
33c33b5332 Improve check for SMTP close on destruct, fixes #658 2016-03-18 10:58:50 +01:00
Marcus
99bf646428 Ignore files created during tests 2016-03-16 10:02:38 +01:00
Marcus
3bf98c2c6f Merge remote-tracking branch 'upstream/master' 2016-03-16 09:48:43 +01:00
Marcus Bointon
e8717f487f Merge pull request #656 from MikkelPaulson/fix-regex-issues
Fixed issues with regular expressions
2016-03-15 21:53:09 +01:00
Mikkel Paulson
355d9578dd Fixed issues with regular expressions.
1) Normalizing line breaks uselessly replaced `\n` with `\n`.
2) [A-z] matches the range including ``^`[]_\``; corrected to `a-z` and
   updated to include full RFC3986-compliant syntax including `+-.`.
3) Collapsing logic uselessly replaced 1 space with 1 space.
2016-03-15 16:36:15 -04:00
Marcus
dd9fc73fc6 Merge remote-tracking branch 'upstream/master' 2016-03-05 21:53:33 +01:00
Marcus Bointon
f0b2877f96 Merge pull request #626 from rfp/patch-1
Updating README.md fixing some paths on the links
2016-02-09 18:14:29 +01:00
rfp
a044b74cbb Updating README.md fixing some paths on the links 2016-02-09 17:07:17 +00:00
Marcus Bointon
d3fb6468e7 Merge pull request #617 from nferrara100/patch-1
Update README.md
2016-02-01 17:22:55 +01:00
Nicholas Ferrara
e4cb018032 Update README.md
Fixed broken example folder links
2016-01-31 02:09:52 -05:00
Synchro
b2d7dab3ba Changelog 2016-01-30 16:28:53 +01:00
Marcus Bointon
cb8bde329a Merge pull request #614 from bertpoort/master
DKIM improvements
2016-01-30 11:15:40 +01:00
bertpoort
38c1e85fcb DKIM improvements
Improve DKIM with SHA-256 hashing and date header signing
2016-01-29 18:43:57 +01:00
Synchro
41aaf63917 Use absolute URLs in readme 2016-01-28 17:53:01 +01:00