Commit Graph

11 Commits

Author SHA1 Message Date
Marcus Bointon ef4081ea99
Line breaks in translations are not supported as of 6.5.0 2021-10-22 15:37:35 +02:00
Blaž Oražem 56051ae53d Fix some more styles 2021-10-11 16:41:36 +02:00
Blaž Oražem 3b01c7675c Fix styles 2021-10-11 16:38:00 +02:00
Blaž Oražem a7acec2ae7 Slovenian language update 2021-10-11 16:07:16 +02:00
Marcus Bointon 22e81749ae
Switch from PHP CS fixer to phpcs and apply PSR12 reformatting 2020-10-13 15:08:42 +02:00
Laurent Clouet fcd0af2910
Add missing french translations (#2166)
Fix sl translation file

Co-authored-by: Laurent Clouet <laurent.clouet@westwing.pl>
2020-10-11 22:08:32 +02:00
Blaž Oražem 9b8e1825ff
Add missing translations for Slovenian language (#2165) 2020-10-10 15:29:36 +02:00
Filip Š 6ba5bc519b Update Slovenian translation (#1546) 2018-09-20 15:14:35 +02:00
François B 0fa9518609 Allow addresses with IDN
Accepts Internationalized Domain Name everywhere PHPMailler expects
email addresses (To, CC, BCC, Reply-To, From, Sender and
ConfirmReadingTo).

Requires PHP >= 5.3 with "intl" extension installed and "mbstring"
extension enabled. Earlier versions don't see a change, i.e. specifying
an address with IDN still fails validation.

Follow-up to PR #516. Ran test/phpmailerTest.php

Other changes:

- From, Sender and ConfirmReadingTo addresses are now validated in
send(). Previously, only From and Sender addresses would be validated
only if specified via the setFrom() method. ConfirmReadingTo was never
validated.

- Half language strings for the 'invalid_address' message used colon at
the end and half didn't. Harmonized messages to always include colon,
and not add a second one with PHP code.
2015-10-14 22:02:07 +02:00
Synchro 4680d1f6cf Improve reporting of missing OpenSSL extension for SSl and TLS, see #378
Add 'missing extension' language string
Improve default handling of language strings
2015-03-16 10:23:38 +01:00
Synchro 7530ff8f14 Add Slovene translation 2015-02-25 12:31:32 +01:00