Roundcube "0.3.1" is not showing some received attachments. Most time, PDF.
In your [RC root]/config/mimetypes.php Add:
'pdf' => 'application/pdf',
thanks! What's the jpg/png/gif code?
Images are not supported?
We run a fresh 0.3.1 install...
jpg: 'jpg' => 'image/jpeg',
png: 'png' => 'image/png',
gif: 'gif' => 'image/gif',
You can see more at http://www.w3schools.com/media/media_mimeref.asp