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
path: root/lib/IMAP
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-28 17:34:17 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-30 12:58:38 +0300
commit731213baa1b25e739ba8e0c3d4c75ec13f05d4df (patch)
tree5aa0b7c8c6b8627b030773c0279e159b2f9316de /lib/IMAP
parentdebd5ae740251ef315830370329911e995b01a7a (diff)
Use a Github action for integration tests
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/IMAP')
-rw-r--r--lib/IMAP/MailboxSync.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IMAP/MailboxSync.php b/lib/IMAP/MailboxSync.php
index bf7108a85..15df59453 100644
--- a/lib/IMAP/MailboxSync.php
+++ b/lib/IMAP/MailboxSync.php
@@ -97,7 +97,7 @@ class MailboxSync {
$this->folderMapper->getFoldersStatus($folders, $client);
} catch (Horde_Imap_Client_Exception $e) {
throw new ServiceException(
- "IMAP error" . $e->getMessage(),
+ "IMAP error: " . $e->getMessage(),
(int) $e->getCode(),
$e
);