mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-08 08:37:19 +02:00
Cleanup POP3 keywords
This commit is contained in:
@@ -488,6 +488,9 @@ public interface DaoMessage {
|
||||
" OR (NOT :hash IS NULL AND message.hash IS :hash))")
|
||||
List<EntityMessage> getMessagesBySimilarity(long account, long id, String msgid, String hash);
|
||||
|
||||
@Query("SELECT DISTINCT keywords FROM message WHERE folder = :folder")
|
||||
List<String[]> getKeywords(long folder);
|
||||
|
||||
@Query("SELECT COUNT(*) FROM message" +
|
||||
" WHERE folder = :folder" +
|
||||
" AND msgid = :msgid" +
|
||||
|
||||
Reference in New Issue
Block a user