mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-14 13:03:13 +02:00
POP3: reversed message order support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user