Hello all:
When I try to download a word document or an Excel which is attached to an email via roundcube, it get's scrambled :(
When I download it via Outlook Express or mozilla thunderbird, it works fine.
I think this its a bug. This only happend with the RoundCube SVN 451 and 452, not with the stable version v0.1-beta2.1
I think I fixed it on my server. I have Roundcube 0.1-beta2
In program/steps/mail/get.inc I added:
ob_clean(); right after the first require_once
All attachments can be opened correctly.