mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Fetch SMTP max message size
This commit is contained in:
@@ -112,6 +112,9 @@ public interface DaoIdentity {
|
||||
@Query("UPDATE identity SET sign_key_alias = :alias WHERE id = :id")
|
||||
int setIdentitySignKeyAlias(long id, String alias);
|
||||
|
||||
@Query("UPDATE identity SET max_size = :max_size WHERE id = :id")
|
||||
int setIdentityMaxSize(long id, Integer max_size);
|
||||
|
||||
@Query("UPDATE identity SET error = :error WHERE id = :id")
|
||||
int setIdentityError(long id, String error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user