mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
x-unknown-content-type
This commit is contained in:
@@ -224,6 +224,7 @@ public class EntityAttachment {
|
||||
type.endsWith("/unknown") ||
|
||||
"application/base64".equals(type) ||
|
||||
"application/octet-stream".equals(type) ||
|
||||
"application/x-unknown-content-type".equals(type) ||
|
||||
"application/zip".equals(type))
|
||||
return gtype;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user