mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Fix image/jpg
This commit is contained in:
@@ -242,7 +242,7 @@ public class EntityAttachment {
|
||||
return "audio/midi";
|
||||
|
||||
// https://www.rfc-editor.org/rfc/rfc3555.txt
|
||||
if ("video/jpeg".equals(type))
|
||||
if ("image/jpg".equals(type) || "video/jpeg".equals(type))
|
||||
return "image/jpeg";
|
||||
|
||||
if (!TextUtils.isEmpty(type) &&
|
||||
|
||||
Reference in New Issue
Block a user