mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
Workaround for audio-x/wav
This commit is contained in:
@@ -226,6 +226,9 @@ public class EntityAttachment {
|
||||
if ("audio/mid".equals(type))
|
||||
return "audio/midi";
|
||||
|
||||
if ("audio-x/wav".equals(type))
|
||||
return "audio/wav";
|
||||
|
||||
// https://www.rfc-editor.org/rfc/rfc3555.txt
|
||||
if ("image/jpg".equals(type) || "video/jpeg".equals(type))
|
||||
return "image/jpeg";
|
||||
|
||||
Reference in New Issue
Block a user