Skip to content

Commit 73576e0

Browse files
coverage
1 parent d240b52 commit 73576e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mailbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public static function getMailboxes($imap, $reference, $pattern)
212212

213213
$referenceParts = explode('}', $reference);
214214
$client = $imap->getClient();
215-
$client->setDebug(true);
215+
#$client->setDebug(true);
216216
$return = [];
217217
$delimiter = $client->getHierarchyDelimiter();
218218
$mailboxes = $client->listMailboxes($referenceParts[1], $pattern);

0 commit comments

Comments
 (0)