Hide X-Mailer header by default

Remove iconv support
Cleanup MailSo
This commit is contained in:
djmaze 2020-03-11 19:36:43 +01:00
parent 234e5a5014
commit 9aa0cf92a9
12 changed files with 94 additions and 376 deletions

View file

@ -27,8 +27,7 @@
//require_once 'Net/IDNA2/Exception.php';
//require_once 'Net/IDNA2/Exception/Nameprep.php';
defined('MAILSO_LIBRARY_ROOT_PATH') || die();
require_once MAILSO_LIBRARY_ROOT_PATH.'Vendors/Net/IDNA2CustomExceptions.php';
require_once __DIR__ . '/IDNA2CustomExceptions.php';
/**
* Encode/decode Internationalized Domain Names.
@ -43,7 +42,7 @@ require_once MAILSO_LIBRARY_ROOT_PATH.'Vendors/Net/IDNA2CustomExceptions.php';
* simple strings and complete email addresses as well. That means, that you might
* use any of the following notations:
*
* - www.n<EFBFBD>rgler.com
* - www.nörgler.com
* - xn--nrgler-wxa
* - xn--brse-5qa.xn--knrz-1ra.info
*