mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Increased default message count POP3
This commit is contained in:
parent
5d07897ac6
commit
5a79902731
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,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 DEFAULT_MAX_MESSAGES = 250; // POP3
|
||||
|
||||
static final int TYPE_IMAP = 0;
|
||||
static final int TYPE_POP = 1;
|
||||
|
|
Loading…
Reference in a new issue