> hello, > > Squirrelmail 1.4.5 is working with php 5.0.5. > > > Starting with php 5.1, you get the following error when trying to send > a mail through SM : > > ------ > ERROR: Could not append message to INBOX.Sent. > Server responded : Error in IMAP command received by server. > > > ERROR: Connection dropped by imap-server. > Query: LOGOUT > ------ > > > The email is send anyway. > > > I get this error away with SM 1.4.6-RC1.
Short version of http://www.squirrelmail.org/wiki/KnownBugs If you want to use SquirrelMail 1.4.5 with PHP 4.4.0 or later, make sure that globals are turned off. I have information that variable corruption issue is present in Debian Sarge 4.3.10-16 AMD64 port, but I can't reproduce it on same PHP version for i386. If you want to use SquirrelMail 1.4.5 with PHP 5.0.4, make sure that PHP error notices are disabled. If you want to use SquirrelMail with PHP 5.0.5 or later, use 1.4.6-rc1 or port all PHP5 patches to your code. Including sqimap_append patch that fixes send issues with PHP 5.1+. I think at least 4 scripts contains code that is unusable in PHP 5.1+ and some other scripts generate error notices. If you want to use SquirrelMail with PHP 4.4.1, fix PHP bugs in next(), prev() and mb_encode_mimeheader() or upgrade to 4.4.2. Please note that only some 4.4.2dev snapshots were quickly tested and we can't guarantee that squirrelmail works correctly with php version that is released two days ago. PHP 4.4.1 is broken. If you report any issues with SquirrelMail on this php version, I will ask you to make sure that you can reproduce same issue on any other php version. -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
