Hi, I didn't find any mention of this in the forums, so I'll try here:
I receive a lot of mails with large scans attached as jpg images. sometimes 10 megs worth. When opening these mails in roundcube (latest cvs) it tries to load all the images underneath the email message, freezing the browser. Is there a setting somehere to prevent this, so the image is only opened if someone clicks the individual attached images, like happens for zip files? Or a hint to where in the code the images are added under the emails?
Thanks,
Richard
You must diable html messages (in config for all users, or once you have logged in, in the preferences tab). bye
Richard Bennett wrote:
Hi, I didn't find any mention of this in the forums, so I'll try here:
I receive a lot of mails with large scans attached as jpg images. sometimes 10 megs worth. When opening these mails in roundcube (latest cvs) it tries to load all the images underneath the email message, freezing the browser. Is there a setting somehere to prevent this, so the image is only opened if someone clicks the individual attached images, like happens for zip files? Or a hint to where in the code the images are added under the emails?
Thanks,
Richard
On Friday 23 February 2007 15:15, Luciano M. Guasco wrote:
You must diable html messages (in config for all users, or once you have logged in, in the preferences tab). bye
Hi, Thanks for your reply. I don't have html selected in the preferences tab, and neither in the config file. When I use the preview panel, it works just fine, but when you double-click on the email title, and it opens full-size, then all the images appear underneath the text-only email, and even just 1.5 megs of images seem to block the browser in an eternal loading state.
I'm testing with firefox on Linux BTW.
So was this not by design then, and thus a bug?
Richard
Richard Bennett wrote:
On Friday 23 February 2007 15:15, Luciano M. Guasco wrote:
You must diable html messages (in config for all users, or once you have logged in, in the preferences tab). bye
Hi, Thanks for your reply. I don't have html selected in the preferences tab, and neither in the config file. When I use the preview panel, it works just fine, but when you double-click on the email title, and it opens full-size, then all the images appear underneath the text-only email, and even just 1.5 megs of images seem to block the browser in an eternal loading state.
You're right.. its true, I try disabling html pref, and roundcube try to load the image anyway. I tried with 2mb images and work fine (don't block the browser), but is useful not show the images. I will look the code, and try to patch it. I believe is a bug, if anybody know something about these, please post it. Bye Bye
I'm testing with firefox on Linux BTW.
So was this not by design then, and thus a bug?
Richard
On Friday 23 February 2007 15:51, Luciano M. Guasco wrote:
You're right.. its true, I try disabling html pref, and roundcube try to load the image anyway. I tried with 2mb images and work fine (don't block the browser), but is useful not show the images. I will look the code, and try to patch it. I believe is a bug, if anybody know something about these, please post it. Bye Bye
Ok, great. Another small problem is that if you have many attachments their file-names bleed into the email message, and the email message is no longer aligned to the left properly. This is both in the preview and the large screen in text view.
Another minor usability issue is that I've had to explain to users how they can save their attachments, as they didn't see the filenames above the message, I'm going to add an #attachment-list{color:darkred;font-weight:bold} rule to my CSS, this might be an improvement for the general distribution too.
Cheers,
Richard.
Luciano M. Guasco wrote:
You're right.. its true, I try disabling html pref, and roundcube try to load the image anyway. I tried with 2mb images and work fine (don't block the browser),
That will depend on how much bandwidth you have to play with.
but is useful not show the images. I will look the code, and try to patch it. I believe is a bug, if anybody know something about these, please post it. Bye Bye
I had a quick look at the code . I have a problem with large CAD files (.dxf) being displayed inline. I don't think the html option tab should have any influence, rather a "display attachments in-line" tab is required. I don't unfderstand how roundcube decides to display attachments in-line. I'm sure it could have something to do with a mime type setting - but I don't know where to modify that.
regards,
Eugene Coetzee
Hi everybody... I have installed spamassasin in my mailserver. Because I work in an university environment, I can't discard messages marked as ***SPAM***, but everybody that uses roundcube have a lot of mails in their inbox marked as spam, but they cant redirect through filters. Are filters supported in roundcube? If not, I would like to program them in php... some suggestion???
Thanks, Luchux.
Luciano M. Guasco sysadmin cs.uns.edu.ar Universidad Nacional del Sur Bahía Blanca - Argentina
I've been using SmartSieve http://smartsieve.sourceforge.net to manage the sieve scripts to forward the mail marked as spam to a spam folder. I'm hoping that once the plugin API is ready we could make (manipulate) this into a plugin for RoundCube.
On Mon, 2007-02-26 at 11:23 -0300, Luciano M. Guasco wrote:
Hi everybody... I have installed spamassasin in my mailserver. Because I work in an university environment, I can't discard messages marked as ***SPAM***, but everybody that uses roundcube have a lot of mails in their inbox marked as spam, but they cant redirect through filters. Are filters supported in roundcube? If not, I would like to program them in php... some suggestion???
Thanks, Luchux.
Luciano M. Guasco sysadmin cs.uns.edu.ar Universidad Nacional del Sur Bahía Blanca - Argentina
Steve Ellis wrote:
I've been using SmartSieve http://smartsieve.sourceforge.net to manage the sieve scripts to forward the mail marked as spam to a spam folder. I'm hoping that once the plugin API is ready we could make (manipulate) this into a plugin for RoundCube.
Excellent! but it's not useful for me, because in my trustix server I have installed Courier Imapd, not Cyrus. Do you know another tool that works with Courier?? Thanks, Luchux.
On Mon, 2007-02-26 at 11:23 -0300, Luciano M. Guasco wrote:
Hi everybody... I have installed spamassasin in my mailserver. Because I work in an university environment, I can't discard messages marked as ***SPAM***, but everybody that uses roundcube have a lot of mails in their inbox marked as spam, but they cant redirect through filters. Are filters supported in roundcube? If not, I would like to program them in php... some suggestion???
Thanks, Luchux.
Luciano M. Guasco sysadmin cs.uns.edu.ar Universidad Nacional del Sur Bahía Blanca - Argentina
Friend,
You can use a filter in maildrop to make this. Howto has one very good that I used to make this configuration, but in mine in case that use the DSPAM instead of the SpamAssassim, is alone to adapt.
http://switch.richard5.net/isp-in-a-box-v2/setting-up-maildrop/
_ °v° Hugo Leonardo de Freitas /(_)\ Técnico em Redes ^ ^ TerraVista Consultoria Ltda. www.tvconsultoria.com.br Brasil - Goiás - Goiânia 55 + 62 + 3251-2990
On 2/27/07, Luciano M. Guasco lmg@cs.uns.edu.ar wrote:
Steve Ellis wrote:
I've been using SmartSieve http://smartsieve.sourceforge.net to manage the sieve scripts to forward the mail marked as spam to a spam folder. I'm hoping that once the plugin API is ready we could make (manipulate) this into a plugin for RoundCube.
Excellent! but it's not useful for me, because in my trustix server I have installed Courier Imapd, not Cyrus. Do you know another tool that works with Courier?? Thanks, Luchux.
On Mon, 2007-02-26 at 11:23 -0300, Luciano M. Guasco wrote:
Hi everybody... I have installed spamassasin in my mailserver. Because
I
work in an university environment, I can't discard messages marked as ***SPAM***, but everybody that uses roundcube have a lot of mails in their inbox marked as spam, but they cant redirect through filters. Are filters supported in roundcube? If not, I would like to program them in php... some suggestion???
Thanks, Luchux.
Luciano M. Guasco sysadmin cs.uns.edu.ar Universidad Nacional del Sur Bahía Blanca - Argentina