mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Added workaround for S/MIME signed content in encrypted message (2)
This commit is contained in:
@@ -127,6 +127,12 @@ public interface DaoAttachment {
|
||||
" AND NOT (related IS :related)")
|
||||
void setCid(long id, String cid, Boolean related);
|
||||
|
||||
@Query("UPDATE attachment" +
|
||||
" SET encryption = :encryption" +
|
||||
" WHERE id = :id" +
|
||||
" AND NOT (encryption IS :encryption)")
|
||||
void setEncryption(long id, Integer encryption);
|
||||
|
||||
@Query("UPDATE attachment" +
|
||||
" SET media_uri = :media_uri" +
|
||||
" WHERE id = :id" +
|
||||
|
||||
Reference in New Issue
Block a user