[Svn] r1670 - in trunk/roundcubemail: . program/steps/mail
Thomas Bruederli
roundcube at gmail.com
Fri Aug 22 11:02:07 CEST 2008
Thomas Bruederli wrote:
> We might investigate in Squirellmail or others how they solve this issue.
I just searched the Squirrelmail code and they don't send the
content-length header either. But I discovered the following lines:
/* Don't kill the connection if the browser is over a dialup
* and it would take over 30 seconds to download it.
* Don't call set_time_limit in safe mode.
*/
if (!ini_get('safe_mode')) {
set_time_limit(0);
}
Maybe a timeout causes the abort of downloading big attachments in some cases.
~Thomas
_______________________________________________
http://lists.roundcube.net/mailman/listinfo/svn
More information about the Svn
mailing list