mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 07:27:04 +03:00
Small fixes
This commit is contained in:
parent
76c21b82b3
commit
fd58f4dcd5
18 changed files with 491 additions and 429 deletions
19
rainloop/v/0.0.0/app/libraries/MailSo/Capa.php
Normal file
19
rainloop/v/0.0.0/app/libraries/MailSo/Capa.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
namespace MailSo;
|
||||
|
||||
/**
|
||||
* @category MailSo
|
||||
*/
|
||||
final class Capa
|
||||
{
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
static $ICONV = true;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
static $MBSTRING = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue