lukn wrote:
You can find the (anonymized) source of the mail here: http://pastebin.org/121618
Playing around with Firebug I found this snipped of CSS: #messagebody div { display:none; } This is what hides the mailcontent in the preview pane. But why? Removing this CSS-Part in Firebug makes the mail visible and it's displayed without obvious layout flaws.
Original message contains "div {display:none;}" style, which is replaced by Roundcube with "#messagebody div {display:none;}". This is a bug, because #messagebody div already contains another div (class="message-htmlpart"). That's why the whole message contents are not displayed. I'll work on this.