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

1513 Commits

Author SHA1 Message Date
Marcus Bointon
4b93ad523b
Only build docs on push to master 2019-10-02 11:20:04 +02:00
freezy
c1fbe8fe50 [Fixes #1847] Building docs with GitHub Actions (#1855)
* Try building docs with GitHub Actions

* fix GH_PAT secret
2019-10-02 11:09:22 +02:00
Marcus Bointon
26bd96350b
6.1.1 2019-09-27 23:33:43 +02:00
Marcus Bointon
69892e4e06
PHPMailer 6.1.0 2019-09-27 19:42:59 +02:00
Marcus Bointon
689d243f94
CS 2019-09-27 19:15:39 +02:00
Marcus Bointon
5c7af569b4
CS 2019-09-27 19:04:00 +02:00
Marcus Bointon
268681b7e1
Update copyright 2019-09-27 18:33:36 +02:00
Marcus Bointon
c0d49ac049
Consistent use of debug constants, CS 2019-09-27 18:33:36 +02:00
Marcus Bointon
698e352fe6
Readme 2019-09-27 18:33:36 +02:00
江不知
3cd175abaf Fix the problem about travis-ci. (#1848) 2019-09-27 18:14:06 +02:00
Marcus Bointon
f48d768d4a
Update logo image 2019-09-26 10:57:33 +02:00
Marcus Bointon
108d6d3c9f
Changelog 2019-09-26 10:57:14 +02:00
puhr-mde
de53537ba3 Cancel ICS file corrupted on Office 365 #1780 (#1842)
* Cancel ICS file corrupted on Office 365 #1780
2019-09-26 10:52:14 +02:00
Marcus Bointon
69a5403d48
Add logos 2019-09-25 14:48:26 +02:00
Marcus Bointon
d51baeb98a
Remove old issue template 2019-09-25 12:42:47 +02:00
Marcus Bointon
0a5adbc40b
Comments 2019-09-25 12:40:23 +02:00
Marcus Bointon
7017d3b71e Update issue templates 2019-09-25 11:33:43 +02:00
Marcus Bointon
6106c0f29a
Changelog 2019-09-25 09:48:03 +02:00
Claas Augner
21b35dc49b Use Q-encode to wrap too long headers (#1840)
* Always Q-encode headers exceeding maximum length

Previously, headers exceeding the maximum line length without
any special characters were only folded. This lead to problems
with long filenames (#1469) and long headers in general (#1525).

Now, long headers are always Q-encoded (and still folded).

* Use ASCII as Q-encoding charset if applicable

Previously, headers were Q-encoded using the message
charset, e.g. UTF-8. This is excessive for ASCII
values, as it requires a unicode engine.

Now, we use ASCII if we only find 7-bit characters.

* Separate header encoding from encoding selection

* Use ASCII for B-encoding as well

* Refactor max line length calculation

Previously, we calculated the maximum
line length for header encoding both
for B- and Q-encoding, even though
they share the same limits.

Now, we calculate these once for both.
2019-09-25 08:58:44 +02:00
Marcus Bointon
a4f6fe3879
Changelog 2019-09-24 12:39:14 +02:00
Marcus Bointon
8414097b86
Use constants more consistently 2019-09-24 12:38:51 +02:00
Marcus Bointon
ed901561d5
Add encryption constants 2019-09-24 12:14:53 +02:00
Marcus Bointon
18272f02df
Changelog 2019-09-24 10:32:58 +02:00
christiandavilakoobin
3c1c6e0360 Fixed signing emails with pck7. (#1837) 2019-09-20 17:44:07 +02:00
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