Skip to content

Commit d1823d9

Browse files
Add CHANGELOG.md
1 parent ceea9a6 commit d1823d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Message.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static function headerInfo($imap, $messageNum, $fromLength = 0, $subjectL
6666
}
6767

6868
$client = $imap->getClient();
69-
$client->setDebug(true);
69+
#$client->setDebug(true);
7070

7171
$messages = $client->fetch($imap->getMailboxName(), $messageNum, false, [
7272
'BODY[HEADER.FIELDS (SUBJECT FROM TO CC REPLY-TO DATE SIZE REFERENCES)]',
@@ -158,7 +158,7 @@ public static function fetchMime($imap, $messageNum, $section, $flags = 0)
158158
}
159159

160160
$client = $imap->getClient();
161-
$client->setDebug(true);
161+
#$client->setDebug(true);
162162

163163
$isUid = boolval($flags & FT_UID);
164164

0 commit comments

Comments
 (0)