snappymail/snappymail/v/0.0.0/app/libraries/RainLoop/Enumerations/Capa.php
2022-10-27 16:05:28 +02:00

20 lines
537 B
PHP

<?php
namespace RainLoop\Enumerations;
class Capa
{
const GNUPG = 'GnuPG';
const OPEN_PGP = 'OpenPGP';
const THEMES = 'Themes';
const USER_BACKGROUND = 'UserBackground';
const SIEVE = 'Sieve';
const ATTACHMENT_THUMBNAILS = 'AttachmentThumbnails';
const ADDITIONAL_ACCOUNTS = 'AdditionalAccounts';
const IDENTITIES = 'Identities';
const CONTACTS = 'Contacts';
const QUOTA = 'Quota';
const MESSAGE_ACTIONS = 'MessageActions';
const ATTACHMENTS_ACTIONS = 'AttachmentsActions';
const DANGEROUS_ACTIONS = 'DangerousActions';
}