From 460aef76de99c847de9449bb099caf040fec6776 Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 1 Aug 2002 10:29:47 +0000 Subject: [PATCH] close imapConnection git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3227 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/view_text.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/view_text.php b/src/view_text.php index da200a55..2b983cb9 100644 --- a/src/view_text.php +++ b/src/view_text.php @@ -63,4 +63,6 @@ } echo $body . ""; + + sqimap_logout($imapConnection); ?> -- 2.25.1