diff --git a/src/Fetch/Server.php b/src/Fetch/Server.php index 25fc606..38d2bcb 100644 --- a/src/Fetch/Server.php +++ b/src/Fetch/Server.php @@ -159,8 +159,6 @@ class Server return false; } - - $this->mailbox = $mailbox; if (isset($this->imapStream)) { $this->setImapStream(); @@ -449,7 +447,7 @@ class Server /** * List available mailboxes * - * @param string $pattern + * @param string $pattern * * @return array */