Commit Graph

19 Commits

Author SHA1 Message Date
Robin van der Vliet d616c7fc76
Update Dutch translations 2025-11-07 23:25:43 +01:00
jrfnl 683a5039d2 Translations: update the Dutch translation 2021-07-09 15:04:18 +02:00
Marcus Bointon 22e81749ae
Switch from PHP CS fixer to phpcs and apply PSR12 reformatting 2020-10-13 15:08:42 +02:00
Patrick Kuijvenhoven 7eff728136 Feature improve host check (#1909)
* Let isValidHost() determine validness of host

- PHP way of doing so (https://github.com/php/php-src/pull/826)
- Improved and shortened regexp a bit

* Give more specific debug message in case host(entry) is invalid

* Rewrite filter_var checks

* Host [[<ipv6>]] is not valid
2019-12-10 11:48:50 +01:00
Victualia // Loquere ce9b49b825 Added extension_missing (#1403) 2018-04-04 03:35:59 -04:00
Synchro 9b3e13dc14 First draft of 5.4 2015-11-09 19:09:13 +01: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
martinvd 3e0d2990ec Dutch translation fix 2014-10-31 07:50:36 +01:00
Synchro 9989207655 phpdoc cleanup in language files 2014-08-11 11:44:17 +02:00
Synchro 79a090d7ca Various cleanups for scrutinizer 2014-03-31 15:32:13 +02:00
Synchro ae3f90a5f3 Minor fix for Dutch language file, thanks to @Lekensteyn 2013-03-27 11:52:24 +01:00
Synchro d50f51116f Small language updates for French and Dutch, see #24 2013-02-28 14:17:27 +01:00
Synchro adb0197c10 Merge in changes from Google code 5.2.4 release
Code cleanup in SMTP class
2013-02-21 12:44:28 +01:00
Synchro 6f919df65e Import 5.2.2rc2 from Google Code
Major cleanup of PHPDocs
Test suite works again
2012-11-21 16:12:07 +01:00
Marcus Bointon 8d4fc6d507 Merge in changes from the 5.0-dev branch 2009-05-05 11:22:26 +00:00
Marcus Bointon 88694da004 Add smtp error string to all languages
Remove stray comment chars in Arabic translation
Correct UTF-8 encoding of Russian and Chinese translations
Use single quotes in all array indices in language files
Remove unnecessary string concatenations and blank lines
Japanese and Polish are still broken
2008-11-20 22:27:58 +00:00
Marcus Bointon 71d07b4787 Consistency cleanup of language files
Ensure all files use UTF-8, no BOM
Ensure all files use Unix line breaks, and have no trailing line break
Arabic language was corrupted, so reimported from sourceforge patch
Files that previously used HTML entities now use correct UTF-8 characters
Looks like japanese and polish are corrupt, but I don't speak them to fix them!
2008-11-14 10:02:55 +00:00
Marcus Bointon fb07adf194 Fix wrong folder nesting 2008-11-11 15:34:07 +00:00
Renamed from phpmailer/language/phpmailer.lang-nl.php (Browse further)