mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Bringing back XOAuth2
This commit is contained in:
@@ -67,6 +67,9 @@ public interface DaoIdentity {
|
||||
@Update
|
||||
void updateIdentity(EntityIdentity identity);
|
||||
|
||||
@Query("UPDATE identity SET password = :password WHERE password = :old")
|
||||
int updateIdentityPassword(String old, String password);
|
||||
|
||||
@Query("UPDATE identity SET synchronize = :synchronize WHERE id = :id")
|
||||
int setIdentitySynchronize(long id, boolean synchronize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user