mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Small fixes
This commit is contained in:
parent
7348b9b8a4
commit
58d8e92902
6 changed files with 111 additions and 46 deletions
30
rainloop/v/0.0.0/app/libraries/MailSo/Config.php
Normal file
30
rainloop/v/0.0.0/app/libraries/MailSo/Config.php
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
|
||||
namespace MailSo;
|
||||
|
||||
/**
|
||||
* @category MailSo
|
||||
* @package Base
|
||||
*/
|
||||
class Config
|
||||
{
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
public static $ICONV = true;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
public static $MBSTRING = true;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
public static $FixIconvByMbstring = true;
|
||||
|
||||
/**
|
||||
* @var \MailSo\Log\Logger
|
||||
*/
|
||||
public static $SystemLogger = null;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue