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>2020-11-03 16:57:55 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-03 17:50:23 +0300
commit0bd0b146d06a74d88917245104ef1d636aafdda2 (patch)
tree03335cdc1585034d4cd00a189053aad261d7a44d /lib/Mailbox.php
parent8f81f8c37b9b7e1886e8780f7a0a66114fcaa10b (diff)
Drop the unused IMailBox interface
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Mailbox.php')
-rw-r--r--lib/Mailbox.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Mailbox.php b/lib/Mailbox.php
index 62019e11d..98e5f8f80 100644
--- a/lib/Mailbox.php
+++ b/lib/Mailbox.php
@@ -36,9 +36,8 @@ use Horde_Imap_Client_Exception;
use Horde_Imap_Client_Mailbox;
use Horde_Imap_Client_Socket;
use OCA\Mail\Model\IMAPMessage;
-use OCA\Mail\Service\IMailBox;
-class Mailbox implements IMailBox {
+class Mailbox {
/**
* @var Horde_Imap_Client_Socket