Unverified Commit 00b3952f authored by violoncello.ch's avatar violoncello.ch Committed by GitHub
Browse files

Merge pull request #75 from brknkfr/closeconnection

Cleanly close imap connection
parents 2fd648db 76189b6e
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -83,6 +83,7 @@ class OC_User_IMAP extends \OCA\user_external\Base {
);
if($canconnect) {
$rcube->closeConnection();
$uid = mb_strtolower($uid);
$this->storeUser($uid);
return $uid;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment