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
During the extraction of file attachements of an email it can happen, that a attachement with file extension '.pdf' has the mimetype is application/octet . The current implementation does not convert the mime type. This is only done for application/octet-stream
We need to extend this logic of converting octet mime types.
As a result currently the web application did not open these pdf files with the inline viewer.
During the extraction of file attachements of an email it can happen, that a attachement with file extension '.pdf' has the mimetype is
application/octet
. The current implementation does not convert the mime type. This is only done forapplication/octet-stream
We need to extend this logic of converting octet mime types.
As a result currently the web application did not open these pdf files with the inline viewer.
see also issue #147
The text was updated successfully, but these errors were encountered: