mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +03:00
v1.3.8.476
This commit is contained in:
parent
7502c35135
commit
45f3bf61e2
436 changed files with 1180 additions and 838 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue