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 c1985bc commit efe7cf0Copy full SHA for efe7cf0
README.md
@@ -243,7 +243,7 @@ $oClient->connect();
243
/** @var \Webklex\IMAP\Folder $oFolder */
244
$oFolder = $oClient->getFolder('INBOX.name');
245
246
-//Get all messages since march 15 2018
+//Get all messages containing "hello world"
247
/** @var \Webklex\IMAP\Support\MessageCollection $aMessage */
248
$aMessage = $oFolder->searchMessages([['TEXT', 'hello world']]);
249
0 commit comments