Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rickard Osser
user_external
Commits
00b3952f
Unverified
Commit
00b3952f
authored
6 years ago
by
violoncello.ch
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #75 from brknkfr/closeconnection
Cleanly close imap connection
parents
2fd648db
76189b6e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/imap.php
+1
-0
lib/imap.php
with
1 addition
and
0 deletions
+1
-0
lib/imap.php
+
1
-
0
View file @
00b3952f
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help