Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-09-18 11:51:09 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-09-18 11:51:09 +0300
commit9547a3b1cef8586f942ab4616694043b40c959e1 (patch)
tree702054b239e5f94f97fd8fc0ae99f226e194a175 /lib/Account.php
parente8a13521122793ccdcbd67bccf62d004270c44e9 (diff)
parent1294c54c39cba7e93eb95db431fb6930c1d67a83 (diff)
Merge branch 'master' of github.com:/nextcloud/mail into enhancement/debug-imap-smtp-log
Diffstat (limited to 'lib/Account.php')
-rw-r--r--lib/Account.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Account.php b/lib/Account.php
index 80b585386..2808aed79 100644
--- a/lib/Account.php
+++ b/lib/Account.php
@@ -166,6 +166,7 @@ class Account implements IAccount {
/**
* @param string $mailBox
+ * @param array $opts
* @return Mailbox
*/
public function createMailbox($mailBox, $opts = []) {