roundcube / roundcubemail

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

vcard_attachments : display all the content of the card #6561

Open dominiquefournier opened 5 years ago

dominiquefournier commented 5 years ago

Hi It should be super if all the content of the vcard can be displayed. I suggests this code : snip.php.txt Not perfect (can allow script execution if html code is written in VCF file), but I don't know the security that I can use in roundcube. Maybe removing the < and > chars. Maybe need to remove the "quoted_printable_decode" function

alecpl commented 5 years ago

I don't think we should display it "inline", but maybe we could add "Preview" button.

dominiquefournier commented 5 years ago

It would be really cool ! Maybe just add a javascript to hide the block and display it when the user click on it