mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Added CSV workaround
This commit is contained in:
@@ -184,6 +184,7 @@ public class EntityAttachment {
|
||||
"*/*".equals(type) ||
|
||||
type.startsWith("unknown/") ||
|
||||
type.endsWith("/unknown") ||
|
||||
"application/base64".equals(type) ||
|
||||
"application/octet-stream".equals(type) ||
|
||||
"application/zip".equals(type))
|
||||
return gtype;
|
||||
|
||||
Reference in New Issue
Block a user