Refactoring

This commit is contained in:
M66B
2020-04-16 17:09:33 +02:00
parent 2dfabba508
commit a65e170197
2 changed files with 2 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
// https://tools.ietf.org/html/rfc2177
static final int DEFAULT_KEEP_ALIVE_INTERVAL = 15; // minutes
static final int DEFAULT_POLL_INTERVAL = 15; // minutes
static final int DEFAULT_MAX_MESSAGES = 100; // POP3
static final int TYPE_IMAP = 0;
static final int TYPE_POP = 1;