Hello Kyle, > When trying to open messages with large attachments (~5 MB) the > read_body.php script seems to exit early - it gets as far as displaying > Date: or To: and then dies.
Thank you for your report. First, I cannot reproduce the problem on my setup. What *does* occur, is that SquirrelMail crashes (times out) on a message with a very large body. But it doesn't matter how large the attachments are, the message is displayed correctly. This is logical: the full attachments aren't retrieved from the server; we only request the BODYSTRUCTURE. Of the attachments we only display the name, description, filetype and size. Second, I think that you've set error_reporting off in your PHP config. Probably there's an error but that isn't displayed, and the page "just stops" as you describe. You can either turn that on or look in your logfiles to find out what the exact error is. It would probably come in handy here. Please supply us with any errors or warnings you get. Regards, Thijs -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

