You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to detect *.msg (outlook) files? I'm getting x-ole-storage instead of vnd.ms-outlook, as returned by Tika, for example. This is my code:
mimeTypeDetector.detectMimeType("filename", new ByteArrayInputStream(fileContent));