We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72957c commit ad688a7Copy full SHA for ad688a7
FlowCrypt/src/main/java/com/flowcrypt/email/js/PgpDecrypted.java
@@ -47,6 +47,10 @@ public Integer countPotentiallyMatchingKeys() {
47
return getCount("key_mismatch");
48
}
49
50
+ public Integer countAttempts() {
51
+ return getCount("attempts");
52
+ }
53
+
54
public String[] getEncryptedForLongids() {
55
return getStrings("encrypted_for");
56
0 commit comments