Roundcube Community Forum

 

Not showing some attachments

Started by rjacomel, November 10, 2009, 08:27:38 PM

Previous topic - Next topic

rjacomel

Roundcube "0.3.1" is not showing some received attachments. Most time, PDF.

SKaero

In your [RC root]/config/mimetypes.php Add:
'pdf' => 'application/pdf',

gjrweb

thanks! What's the jpg/png/gif code?

Images are not supported?

We run a fresh 0.3.1 install...

SKaero

#3
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