mirror of https://github.com/M66B/FairEmail.git
Added OAuth parameters
This commit is contained in:
parent
0d56d9f79d
commit
7bbd0f872d
|
@ -501,6 +501,11 @@ public class FragmentOAuth extends FragmentBase {
|
|||
account.synchronize = true;
|
||||
account.primary = (primary == null);
|
||||
|
||||
if (provider.keepalive > 0)
|
||||
account.poll_interval = provider.keepalive;
|
||||
|
||||
account.partial_fetch = provider.partial;
|
||||
|
||||
account.created = new Date().getTime();
|
||||
account.last_connected = account.created;
|
||||
|
||||
|
|
Loading…
Reference in New Issue