Skip to content

Commit 01e4302

Browse files
committed
change default criteria encode mode
* this change does not appear to break any existing tests * this change fixes #250
1 parent 42a6c29 commit 01e4302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpImap/Imap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ public static function search(
814814
string $criteria,
815815
int $options = SE_FREE,
816816
string $charset = null,
817-
bool $encodeCriteriaAsUtf7Imap = true
817+
bool $encodeCriteriaAsUtf7Imap = false
818818
): array {
819819
\imap_errors(); // flush errors
820820

0 commit comments

Comments
 (0)