From cd5fa9860d6a03b43fc4fbf3277171cc3b725490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20F=C3=B6rster?= Date: Sat, 23 Aug 2014 00:01:30 +0200 Subject: [PATCH] fix for #1693 --- lib/imap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/imap.php b/lib/imap.php index c39593c..ae1ef67 100644 --- a/lib/imap.php +++ b/lib/imap.php @@ -47,6 +47,7 @@ class OC_User_IMAP extends \OCA\user_external\Base { imap_alerts(); if($mbox !== FALSE) { imap_close($mbox); + $uid = mb_strtolower($uid); $this->storeUser($uid); return $uid; }else{