mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Added PGP encrypt-only
This commit is contained in:
@@ -102,6 +102,7 @@ public class EntityMessage implements Serializable {
|
||||
static final Integer PGP_SIGNONLY = 2;
|
||||
static final Integer SMIME_SIGNENCRYPT = 3;
|
||||
static final Integer SMIME_SIGNONLY = 4;
|
||||
static final Integer PGP_ENCRYPTONLY = 5;
|
||||
|
||||
static final Integer PRIORITIY_LOW = 0;
|
||||
static final Integer PRIORITIY_NORMAL = 1;
|
||||
|
||||
Reference in New Issue
Block a user