> Hello, > > Is there a way to have SM keep a single IMAP connection open instead of > needing to open one for every transaction? My users are complaining about > the performance. Other MUAs (Netscape, Evolution, Eudora) keep a > connection to the IMAP server open and seem to be much zippier for it.
I think, php scripts can't keep persistent imap connections. There is imap proxy server created for that purpose. see http://www.imapproxy.org Use google cache (http://www.google.com/search?q=imapproxy) or packages provided by your OS, if they still have problems with php scripts on imapproxy.org webserver. You can also download source code at http://packages.debian.org/unstable/mail/imapproxy -- Tomas ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
