mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Show backoff time
This commit is contained in:
@@ -143,6 +143,9 @@ public interface DaoAccount {
|
||||
@Query("UPDATE account SET last_connected = :last_connected WHERE id = :id")
|
||||
int setAccountConnected(long id, long last_connected);
|
||||
|
||||
@Query("UPDATE account SET backoff_until = :backoff_until WHERE id = :id")
|
||||
int setAccountBackoff(long id, Long backoff_until);
|
||||
|
||||
@Query("UPDATE account SET quota_usage = :used, quota_limit = :limit WHERE id = :id")
|
||||
int setAccountQuota(long id, Long used, Long limit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user