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

1589 Commits

Author SHA1 Message Date
Mohammad Hossein Mojtahedi
dbaf95c781 Update the translation for Persian/Farsi (#1832)
Include the last string (`extension_missing`) in Persian translation.
2019-09-13 23:12:46 +02:00
Marcus Bointon
2d1ab8e07c
Standards 2019-09-02 19:58:06 +02:00
Marcus Bointon
a0ab65d0dc
Revise DKIM header canonicalisation, see #1525 2019-09-02 19:44:12 +02:00
Marcus Bointon
7c28398ccc
More for #1801 2019-09-01 14:56:45 +02:00
Marcus Bointon
bb1fe07b28
Typo. 2019-09-01 13:52:47 +02:00
Marcus Bointon
bebd718f4d
Try to help #1801 2019-09-01 13:35:09 +02:00
Marcus Bointon
b8e6a92d41
Drop PHP 5.5 from CI config as it's no longer supported by Travis-CI 2019-08-02 22:30:58 +02:00
Marcus Bointon
516e073dd6
Changelog 2019-07-30 18:29:02 +02:00
Marcus Bointon
12c4f0a85a
Add more error checking to mailing list example 2019-07-30 18:26:19 +02:00
Marcus Bointon
e67f1e6d91
Clarify readme change 2019-07-24 16:35:42 +02:00
dturner123
db4de4eb00 Update README.md (#1790)
Add guidance specifically regarding the use of Clear* functions when re-using the instance e.g. in a mailing list.
2019-07-24 15:29:06 +01:00
Andrey Bolonin
82a578e942 add php 7.4snapshot (#1779) 2019-07-14 14:08:12 +01:00
Przemysław Dąbek
6c74e4b33f Strict check XMailer with empty string (#1764) 2019-07-02 20:51:00 +02:00
Marcus Bointon
511413a6ea Fix for #1753. This bug was introduced in 7932f2de8c, so was never in a tagged release. 2019-06-05 15:16:33 +02:00
Marcus Bointon
8ea801b479
Update changelog.md
Changelog
2019-06-05 09:32:12 +02:00
Donovan Renato Fourie
4c34786b71 Create phpmailer.lang-af.php (#1752)
* Create phpmailer.lang-af.php

Afrikaans PHPMailer language file this can be easily verified using google translate except 'connect_host' => 'SMTP-fout: kon nie aan SMTP-gasheer koppel nie.', which is better said like 'SMTP-fout: kon nie aan SMTP-verbind nie.'

* Update phpmailer.lang-af.php
2019-06-05 09:30:30 +02:00
Marcus Bointon
a990e832c0
Create FUNDING.yml 2019-05-30 01:06:24 +02:00
Marcus Bointon
92da4ab334
Don't need case insensitivity, don't need to escape . in char classes 2019-05-27 21:34:34 +02:00
Marcus Bointon
cb2179828a
Use locale-safe basename function everywhere, fixes #1736 2019-05-27 21:33:40 +02:00
Marcus Bointon
463ccbbf16
Standards 2019-05-27 21:26:41 +02:00
Marcus Bointon
7932f2de8c
Standards 2019-05-27 21:23:21 +02:00
Marcus Bointon
e86a4274a5
More consistent use of exceptions for encoding errors
Test coverage for the same
See #1733
Coding standards
2019-05-27 17:09:48 +02:00
Aleksey Kuznetsov
1009fd6feb Update phpmailer.lang-ru.php (#1739) 2019-05-27 09:11:21 +02:00
Aleksey Kuznetsov
573b644dfd Update phpmailer.lang-uk.php (#1738) 2019-05-27 08:39:34 +02:00
Marcus Bointon
abaee17daa
Add encoding validator
Add exceptions and make return values consistent when requesting an invalid encoding in any attachment method
2019-05-24 22:47:25 +02:00
Marcus Bointon
b70b6eec07
Changelog 2019-05-24 10:49:48 +02:00
Marcus Bointon
2617dfabd9
Throw an exception on invalid encoding, see #1733 2019-05-24 10:48:50 +02:00
Damien Regad
75e0a5ce3f Update composer license to LGPL-2.1-only (#1719)
As per SPDX License List, previously used `LGPL-2.1` is deprecated[1].

[1]: https://spdx.org/licenses/LGPL-2.1.html
2019-05-05 20:14:21 +02:00
Marcus Bointon
3d71323416
Use ; to separate multiple params in MIME headers, see #1714 & #1705 2019-04-27 18:43:00 +02:00
Marcus Bointon
c614717a7e
Test for double quotes in from name 2019-04-26 18:40:54 +02:00
Marcus Bointon
6b36cba90b
Adjust tests for previous commit 2019-04-26 18:38:11 +02:00
Marcus Bointon
12e13f5edd
Use spaces instead of tabs for header folding - some clients don't handle tabs properly 2019-04-26 18:31:05 +02:00
Marcus Bointon
0dc4706dc7
Standards 2019-04-25 18:25:53 +02:00
Marcus Bointon
7cfef991e5
Changelog 2019-04-25 17:32:26 +02:00
Marcus Bointon
50992bf084
Add support for [RFC2387 child element content-type hint](https://tools.ietf.org/html/rfc2387#section-3.1) in multipart/related structures 2019-04-17 10:42:28 +02:00
Km.Van
fc8c727f38 Adjust the format for better readability (#1687)
Adjust the format for better readability
2019-03-18 13:07:30 -04:00
fabriciohd
ba148d590e Alteração apenas para motivo de estudo rs (#1688) 2019-03-18 08:29:44 -04:00
Damien Regad
76c6b4c0a7 PHPDoc: add missing @throws tags (#1680)
addOrEnqueueAnAddress() throws a PHPMailer\Exception, but addAddress(),
addCC(), addBCC() and addReplyTo() are neither catching it nor
indicating that they are throwing it.

This causes IDE inspections to flag a warning.
2019-03-05 13:45:40 +01:00
tajrij kawakibi
a55c3281a1 fixed catching detail enhanced error code (#1668) 2019-02-21 08:51:58 +01:00
Carlos Marin Ugalde
258931af90 DSN suppot added (#1554)
* DSN suppot added

* Added test for code coverage of dsn support
Added link for RFC3461 for property $dsn documentation

* Updated coding style
2019-02-15 10:08:43 +01:00
Marcus Bointon
522e4c14eb
Use current PHP for code coverage 2019-02-15 09:47:15 +01:00
Marcus Bointon
9a5e333b24
Allow nightly and hhvm failures 2019-02-15 09:45:57 +01:00
Marcus Bointon
d364545e8f
Standards 2019-02-15 09:28:12 +01:00
Gratusfr
032b8162db php://temp streams instead of temp files (#1585)
* php://temp streams instead of temp files

@TODO would be nice to use php://temp streams here > done

* remove space

* Update PHPMailer.php

remove space
2019-02-15 09:22:50 +01:00
Oliver Smith
06a74eeea9 corrected 'imap_getmailboxes' comment to include third parameter (#1663) 2019-02-15 09:11:12 +01:00
Marcus Bointon
0c41a36d45
6.0.7 2019-02-01 16:04:28 +01:00
Richard Fontana
cb62fd762f Add GPL Cooperation Commitment (#1644) 2019-02-01 15:59:20 +01:00
Shoko Ishigaki
7582514b36 Update the language directory path (#1639) 2019-02-01 15:38:17 +01:00
Nawawi Jamili
e134a4060b Updated: malaysian translation (#1617) 2019-02-01 15:37:10 +01:00
Marcus Bointon
d065cd74b6
Don't exclude composer.json from exports 2019-01-20 15:49:55 +01:00