On Tue, June 6, 2006 1:14 pm, Tomas Kuliavas wrote: > Or find all sqimap_login() calls in SquirrelMail scripts and name the > script that does not call sqimap_logout() after imap operations are > finished.
The following change in src/view_text.php file seems to get rid of the DISCONNECTED messages: 104c104 < <?php echo $body; ?> --- > <?php echo $body; sqimap_logout($imapConnection); ?> Eray -- 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
