mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-11 01:07:39 +08:00
19 lines
173 B
PHP
19 lines
173 B
PHP
<?php
|
|
|
|
namespace MailSo;
|
|
|
|
/**
|
|
* @category MailSo
|
|
*/
|
|
final class Capa
|
|
{
|
|
/**
|
|
* @var bool
|
|
*/
|
|
static $ICONV = true;
|
|
|
|
/**
|
|
* @var bool
|
|
*/
|
|
static $MBSTRING = true;
|
|
}
|