mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Increased default message count POP3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user