POP3: reversed message order support

This commit is contained in:
M66B
2023-02-15 17:37:15 +01:00
parent 89f2cee08c
commit 22f4725be0
7 changed files with 30 additions and 19 deletions

View File

@@ -529,11 +529,9 @@ public class FragmentGmail extends FragmentBase {
account.synchronize = true;
account.primary = (primary == null);
if (pop) {
// https://support.google.com/mail/answer/7104828
// https://support.google.com/mail/answer/7104828
if (pop)
account.leave_on_device = true;
account.max_messages = EntityAccount.DEFAULT_MAX_MESSAGES;
}
account.created = new Date().getTime();
account.last_connected = account.created;