mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Added mbox mime type
This commit is contained in:
@@ -1227,6 +1227,8 @@ public class Helper {
|
||||
return "text/plain";
|
||||
else if ("ovpn".equals(extension))
|
||||
return "application/x-openvpn-profile";
|
||||
else if ("mbox".equals(extension))
|
||||
return "application/mbox"; // https://tools.ietf.org/html/rfc4155
|
||||
else
|
||||
return "application/octet-stream";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user