mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
cleanup some code
This commit is contained in:
parent
e566494a87
commit
cb2048f163
14 changed files with 32 additions and 117 deletions
|
|
@ -83,23 +83,6 @@ export const Focused = {
|
|||
FolderList: 'folder-list'
|
||||
};
|
||||
|
||||
/**
|
||||
* @enum {number}
|
||||
*/
|
||||
export const State = {
|
||||
Empty: 10,
|
||||
Login: 20,
|
||||
Auth: 30
|
||||
};
|
||||
|
||||
/**
|
||||
* @enum {number}
|
||||
*/
|
||||
export const StateType = {
|
||||
Webmail: 0,
|
||||
Admin: 1
|
||||
};
|
||||
|
||||
/**
|
||||
* @enum {string}
|
||||
*/
|
||||
|
|
@ -108,7 +91,6 @@ export const Capa = {
|
|||
TwoFactorForce: 'TWO_FACTOR_FORCE',
|
||||
OpenPGP: 'OPEN_PGP',
|
||||
Prefetch: 'PREFETCH',
|
||||
Gravatar: 'GRAVATAR',
|
||||
Folders: 'FOLDERS',
|
||||
Composer: 'COMPOSER',
|
||||
Contacts: 'CONTACTS',
|
||||
|
|
@ -252,7 +234,7 @@ export const ClientSideKeyName = {
|
|||
LastSignMe: 7,
|
||||
ComposeLastIdentityID: 8,
|
||||
MessageHeaderFullInfo: 9,
|
||||
MessageAttachmnetControls: 10
|
||||
MessageAttachmentControls: 10
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
@ -432,17 +414,6 @@ export const ContactPropertyType = {
|
|||
Custom: 250
|
||||
};
|
||||
|
||||
/**
|
||||
* @enum {number}
|
||||
*/
|
||||
export const Ports = {
|
||||
Imap: 143,
|
||||
ImapSsl: 993,
|
||||
Smtp: 25,
|
||||
SmtpSsl: 465,
|
||||
SmtpStartTls: 587
|
||||
};
|
||||
|
||||
/**
|
||||
* @enum {number}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue