mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 18:41:20 +01:00
Override GPX mime type
This commit is contained in:
@@ -188,6 +188,9 @@ public class EntityAttachment {
|
||||
type = gtype;
|
||||
}
|
||||
|
||||
if ("gpx".equals(extension))
|
||||
return "application/gpx+xml";
|
||||
|
||||
if ("eml".equals(extension))
|
||||
return "message/rfc822";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user