Commit Graph

13 Commits

Author SHA1 Message Date
Marcus Bointon 8107a91852
WIP 2021-06-10 22:31:30 +02:00
Marcus Bointon 22e81749ae
Switch from PHP CS fixer to phpcs and apply PSR12 reformatting 2020-10-13 15:08:42 +02:00
Yousef Sultan bded7e325b Fix missing Arabic translations (#1577)
* Translate extension_missing in Arabic locale

Signed-off-by: Yousef Sultan <yousef.su.2000@gmail.com>

* uhh

Signed-off-by: Yousef Sultan <yousef.su.2000@gmail.com>
2018-10-16 08:54:01 +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 9989207655 phpdoc cleanup in language files 2014-08-11 11:44:17 +02:00
Djebali Tarek dd58263bf1 Improving some linguistic issues. 2014-06-03 11:56:21 +01:00
Djebali Tarek d84635758b Arabic translation update 2014-06-03 11:34:31 +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-ar.php (Browse further)