mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Assume PDF
This commit is contained in:
@@ -157,6 +157,9 @@ public class EntityAttachment {
|
||||
if ("gpx".equals(extension))
|
||||
return "application/gpx+xml";
|
||||
|
||||
if ("pdf".equals(extension))
|
||||
return "application/pdf";
|
||||
|
||||
if ("text/plain".equals(type) && "ics".equals(extension))
|
||||
return "text/calendar";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user