mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Update MailSo license
This commit is contained in:
parent
9c43105e95
commit
6b0ca800e8
133 changed files with 1206 additions and 31 deletions
|
|
@ -28,8 +28,7 @@
|
|||
//require_once 'Net/IDNA2/Exception/Nameprep.php';
|
||||
|
||||
defined('MAILSO_LIBRARY_ROOT_PATH') || die();
|
||||
require_once MAILSO_LIBRARY_ROOT_PATH.'Vendors/Net/IDNA2/Exception.php';
|
||||
require_once MAILSO_LIBRARY_ROOT_PATH.'Vendors/Net/IDNA2/Exception/Nameprep.php';
|
||||
require_once MAILSO_LIBRARY_ROOT_PATH.'Vendors/Net/IDNA2CustomExceptions.php';
|
||||
|
||||
/**
|
||||
* Encode/decode Internationalized Domain Names.
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
<?php
|
||||
|
||||
class Net_IDNA2_Exception extends Exception
|
||||
{
|
||||
}
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<?php
|
||||
|
||||
//require_once 'Net/IDNA2/Exception.php';
|
||||
|
||||
defined('MAILSO_LIBRARY_ROOT_PATH') || die();
|
||||
require_once MAILSO_LIBRARY_ROOT_PATH.'Vendors/Net/IDNA2/Exception.php';
|
||||
|
||||
class Net_IDNA2_Exception_Nameprep extends Net_IDNA2_Exception
|
||||
{
|
||||
}
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of MailSo.
|
||||
*
|
||||
* (c) 2014 Usenko Timur
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
class Net_IDNA2_Exception extends Exception
|
||||
{
|
||||
}
|
||||
|
||||
class Net_IDNA2_Exception_Nameprep extends Net_IDNA2_Exception
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue