mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Support S/MIME signed data (untested)
This commit is contained in:
@@ -62,6 +62,7 @@ public class EntityAttachment {
|
||||
static final Integer PGP_CONTENT = 4;
|
||||
static final Integer SMIME_MESSAGE = 5;
|
||||
static final Integer SMIME_SIGNATURE = 6;
|
||||
static final Integer SMIME_SIGNED_DATA = 7;
|
||||
static final Integer SMIME_CONTENT = 8;
|
||||
|
||||
// https://developer.android.com/guide/topics/media/media-formats#image-formats
|
||||
|
||||
Reference in New Issue
Block a user