mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Pre release fixes and improvements
This commit is contained in:
parent
67c5e31e58
commit
abddb3d828
61 changed files with 378 additions and 57 deletions
|
|
@ -62,6 +62,7 @@ class Notifications
|
|||
const LicensingBanned = 712;
|
||||
|
||||
const DemoSendMessageError = 750;
|
||||
const DemoAccountError = 751;
|
||||
|
||||
const AccountAlreadyExists = 801;
|
||||
const AccountDoesNotExist = 802;
|
||||
|
|
@ -132,6 +133,7 @@ class Notifications
|
|||
self::LicensingExpired => 'LicensingExpired',
|
||||
self::LicensingBanned => 'LicensingBanned',
|
||||
self::DemoSendMessageError => 'DemoSendMessageError',
|
||||
self::DemoAccountError => 'DemoAccountError',
|
||||
self::AccountAlreadyExists => 'AccountAlreadyExists',
|
||||
self::AccountDoesNotExist => 'AccountDoesNotExist',
|
||||
self::MailServerError => 'MailServerError',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue