mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added external send template
This commit is contained in:
@@ -89,6 +89,9 @@ public interface DaoIdentity {
|
||||
@Query("SELECT * FROM identity WHERE uuid = :uuid")
|
||||
EntityIdentity getIdentityByUUID(String uuid);
|
||||
|
||||
@Query("SELECT * FROM identity WHERE display = :display")
|
||||
List<EntityIdentity> getIdentityByDisplayName(String display);
|
||||
|
||||
@Insert
|
||||
long insertIdentity(EntityIdentity identity);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user