fix for #1693
This commit is contained in:
@@ -47,6 +47,7 @@ class OC_User_IMAP extends \OCA\user_external\Base {
|
|||||||
imap_alerts();
|
imap_alerts();
|
||||||
if($mbox !== FALSE) {
|
if($mbox !== FALSE) {
|
||||||
imap_close($mbox);
|
imap_close($mbox);
|
||||||
|
$uid = mb_strtolower($uid);
|
||||||
$this->storeUser($uid);
|
$this->storeUser($uid);
|
||||||
return $uid;
|
return $uid;
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
Reference in New Issue
Block a user