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