v1.3.5.460

This commit is contained in:
RainLoop Team 2013-10-27 22:12:54 +04:00
parent c62459b40e
commit c4d3ef4ddd
432 changed files with 20 additions and 17 deletions

View file

@ -0,0 +1,16 @@
<?php
namespace MailSo\Mime\Enumerations;
/**
* @category MailSo
* @package Mime
* @subpackage Enumerations
*/
class Sensitivity
{
const NOTHING = 0;
const CONFIDENTIAL = 1;
const PRIVATE_ = 2;
const PERSONAL = 3;
}