roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.88k stars 1.64k forks source link

mailcow quarantine attached eml #8486

Closed drlight17 closed 2 years ago

drlight17 commented 2 years ago

Hello! I'm using mailcow-dockerized mailing system in production with roundcube instead of sogo. I've found out that one can only download attached released from the mailcow quarantine eml files. Are there any ways to open these attached eml files inside the roundcube (not only download)? See quarantine_example.zip as an example

image

alecpl commented 2 years ago

The attachment type is application/octet-stream instead of message/rfc822. We usually do not trust the file extension.

drlight17 commented 2 years ago

The attachment type is application/octet-stream instead of message/rfc822. We usually do not trust the file extension.

Ok. So, what should I do to open application/octet-stream attachment inside the RC?