mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Added download operation for fast fetch
This commit is contained in:
@@ -103,6 +103,7 @@ public class EntityOperation {
|
||||
static final String PURGE = "purge";
|
||||
static final String EXPUNGE = "expunge";
|
||||
static final String REPORT = "report";
|
||||
static final String DOWNLOAD = "download";
|
||||
|
||||
private static final int MAX_FETCH = 100; // operations
|
||||
private static final long FORCE_WITHIN = 30 * 1000; // milliseconds
|
||||
|
||||
Reference in New Issue
Block a user