close imapConnection
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 1 Aug 2002 10:29:47 +0000 (10:29 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 1 Aug 2002 10:29:47 +0000 (10:29 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3227 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/view_text.php

index da200a551d27c37c5b429915920233bb94d12124..2b983cb940b82060b78d4d015cb397845230e675 100644 (file)
@@ -63,4 +63,6 @@
     }
     echo $body .
          "</TT></TD></TR></TABLE>";
+    
+    sqimap_logout($imapConnection);     
 ?>