mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Hide X-Mailer header by default
Remove iconv support Cleanup MailSo
This commit is contained in:
parent
234e5a5014
commit
9aa0cf92a9
12 changed files with 94 additions and 376 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue