Ticket #1485010 (closed Bugs: duplicate)

Opened 7 months ago

Last modified 6 months ago

Sent mail hangs w/ large attachments (Windows only?)

Reported by: blove57 Owned by:
Priority: 1 - Highest Milestone: later
Component: Client Scripts Version: 0.1.1
Severity: critical Keywords:
Cc:

Description

The forums are starting to flood with this new problem. The problem is that when an email with an attachment larger than about 5MB, the compose message gets stuck with the "Sending Message" spinning icon at the top. The thing is that the email does get sent, it just hangs trying to save the email to the sent folder I believe because if I kill the the compose message and go to my sent mail, it's not in there. But there is no real way of knowing if the email really got sent, plus you lose the email because it is not in your sent folder. This is not a php.ini problem! There is a bug, possibly affecting Windows only.

My logs say: [17-Apr-2008 18:43:51] PHP Fatal error: Maximum execution time of 120 seconds exceeded in C:\roundcube\program\lib\imap.inc on line 2455

This is pointing to which apparently is a Windows thing isn't it?: $sent = fwrite($fp, $message."\r\n");

Change History

Changed 7 months ago by blove57

Changed 7 months ago by Bibby

I had the same issue on Linux server(RHEL 5.1, i386, PHP5). :(

Changed 7 months ago by alec

  • milestone changed from later to 0.1.2

Changed 6 months ago by till

What are your memory settings?

Standard PHP comes with 128MB now.

Changed 6 months ago by till

All those "iil_ReadLine" calls are subject to those issues. If something unexpected happens, the script will die eventually.

Changed 6 months ago by till

  • milestone changed from 0.2-alpha to later

No feedback, postponing. Please add more details.

I can't "confirm" this either. On my default xampp install it works.

Changed 6 months ago by till

  • status changed from new to closed
  • resolution set to duplicate

Please see: #1484660

Note: See TracTickets for help on using tickets.