Storage space warning settings/accounts

This commit is contained in:
M66B
2022-04-22 22:08:44 +02:00
parent 0a46b9113d
commit e35cbf2c90
4 changed files with 16 additions and 6 deletions

View File

@@ -60,6 +60,8 @@ public class EntityAccount extends EntityOrder implements Serializable {
static final int DEFAULT_POLL_INTERVAL = 15; // minutes
static final int DEFAULT_MAX_MESSAGES = 250; // POP3
static final int QUOTA_WARNING = 95; // percent
static final int TYPE_IMAP = 0;
static final int TYPE_POP = 1;