We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9f606 commit 42a6c29Copy full SHA for 42a6c29
src/PhpImap/Imap.php
@@ -821,7 +821,7 @@ public static function search(
821
$imap_stream = static::EnsureConnection($imap_stream, __METHOD__, 1);
822
823
if ($encodeCriteriaAsUtf7Imap) {
824
- $criteria = static::encodeStringToUtf7Imap($criteria);
+ $criteria = static::encodeStringToUtf7Imap($criteria);
825
}
826
827
if (\is_string($charset)) {
0 commit comments