On Wed, June 7, 2006 3:53 pm, Eray Aslan wrote: > 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); ?> Also sqimap_logout($imapConnection); seems to be missing before the closing ?> in src/download.php. Diff file is below. Eray 148c148,149 < ?> \ No newline at end of file --- > sqimap_logout($imapConnection); > ?> -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx 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