Browse Source

JNI-125 - "EncFormat missing values"

(cherry picked from commit bcb119060b)
JNI-101
heck 5 years ago
parent
commit
0ef2601fd9
  1. 3
      src/pEp.yml2

3
src/pEp.yml2

@ -287,11 +287,14 @@ namespace pEp {
enum EncFormat { enum EncFormat {
none > 0 none > 0
pieces > 1
inline > 1 inline > 1
SMIME > 2 SMIME > 2
PGPMIME > 3 PGPMIME > 3
PEP > 4 PEP > 4
PGP_MIME_Outlook1 > 5
PEP_enc_inline_EA > 6 PEP_enc_inline_EA > 6
PEP_enc_auto > 255
} }
direction dir; direction dir;

Loading…
Cancel
Save