MCPcopy Create free account
hub / github.com/M66B/FairEmail / getEnabledRules

Method getEnabledRules

app/src/main/java/eu/faircode/email/DaoRule.java:37–37  ·  view source on GitHub ↗
(long folder, Boolean daily)

Source from the content-addressed store, hash-verified

35 List<EntityRule> getRules(long folder);
36
37 @Query("SELECT * FROM rule" +
38 " WHERE folder = :folder" +
39 " AND enabled" +
40 " AND (:daily IS NULL OR daily = :daily)" +

Callers 6

onExecuteMethod · 0.80
onFetchMethod · 0.80
onRuleMethod · 0.80
onSynchronizeMessagesMethod · 0.80
dailyMethod · 0.80
load_serverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected