mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 10:35:15 +01:00
Prepared signed-only messages
This commit is contained in:
@@ -59,6 +59,7 @@ public class EntityAttachment {
|
||||
static final Integer PGP_MESSAGE = 1;
|
||||
static final Integer PGP_SIGNATURE = 2;
|
||||
static final Integer PGP_KEY = 3;
|
||||
static final Integer PGP_CONTENT = 4;
|
||||
|
||||
// https://developer.android.com/guide/topics/media/media-formats#image-formats
|
||||
private static final List<String> IMAGE_TYPES = Collections.unmodifiableList(Arrays.asList(
|
||||
|
||||
Reference in New Issue
Block a user