mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Added certificate import
This commit is contained in:
@@ -47,4 +47,7 @@ public interface DaoCertificate {
|
||||
|
||||
@Insert
|
||||
long insertCertificate(EntityCertificate certificate);
|
||||
|
||||
@Query("DELETE FROM certificate WHERE id = :id")
|
||||
void deleteCertificate(long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user