|
|
@ -237,7 +237,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
|
|
|
}};
|
|
|
|
}};
|
|
|
|
|
|
|
|
|
|
|
|
static final int DEFAULT_SYNC = 7; // days
|
|
|
|
static final int DEFAULT_SYNC = 7; // days
|
|
|
|
static final int DEFAULT_KEEP = 30; // days
|
|
|
|
static final int DEFAULT_KEEP = 60; // days
|
|
|
|
static final int DEFAULT_KEEP_DRAFTS = 180; // days
|
|
|
|
static final int DEFAULT_KEEP_DRAFTS = 180; // days
|
|
|
|
|
|
|
|
|
|
|
|
private static final List<String> SYSTEM_FOLDER_SYNC = Collections.unmodifiableList(Arrays.asList(
|
|
|
|
private static final List<String> SYSTEM_FOLDER_SYNC = Collections.unmodifiableList(Arrays.asList(
|
|
|
@ -259,8 +259,8 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
|
|
|
private static final List<Boolean> SYSTEM_FOLDER_DOWNLOAD = Collections.unmodifiableList(Arrays.asList(
|
|
|
|
private static final List<Boolean> SYSTEM_FOLDER_DOWNLOAD = Collections.unmodifiableList(Arrays.asList(
|
|
|
|
true, // inbox
|
|
|
|
true, // inbox
|
|
|
|
true, // drafts
|
|
|
|
true, // drafts
|
|
|
|
false, // sent
|
|
|
|
true, // sent
|
|
|
|
false, // archive
|
|
|
|
true, // archive
|
|
|
|
false, // trash
|
|
|
|
false, // trash
|
|
|
|
false // junk
|
|
|
|
false // junk
|
|
|
|
)); // MUST match SYSTEM_FOLDER_SYNC
|
|
|
|
)); // MUST match SYSTEM_FOLDER_SYNC
|
|
|
|