From 5c6349a7cad7adf9a1439e5530073621dcab0f8c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 11 Jul 2013 18:37:47 +0000 Subject: [PATCH] Merged r11905 from trunk (#14103). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@12001 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redmine/imap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/redmine/imap.rb b/lib/redmine/imap.rb index 9b1f40f38..093ac3e40 100644 --- a/lib/redmine/imap.rb +++ b/lib/redmine/imap.rb @@ -48,6 +48,8 @@ module Redmine end end imap.expunge + imap.logout + imap.disconnect end private