mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Handle plain text VCS files
This commit is contained in:
@@ -194,7 +194,8 @@ public class EntityAttachment {
|
||||
if ("pdf".equals(extension))
|
||||
return "application/pdf";
|
||||
|
||||
if ("text/plain".equals(type) && "ics".equals(extension))
|
||||
if ("text/plain".equals(type) &&
|
||||
("ics".equals(extension) || "vcs".equals(extension)))
|
||||
return "text/calendar";
|
||||
|
||||
if ("text/plain".equals(type) && "ovpn".equals(extension))
|
||||
|
||||
Reference in New Issue
Block a user