File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ $aMessage = $oFolder->search()->text('hello world')->since('15.03.2018')->get();
269269$aMessage = $oFolder->messages()->text('hello world')->since('15.03.2018')->get();
270270
271271```
272- All available query / search methods can be found here: [ Query::class] ( src/IMAP/WhereQuery.php )
272+ All available query / search methods can be found here: [ Query::class] ( src/IMAP/Query/ WhereQuery.php )
273273
274274Available search criteria:
275275- ` ALL ` &mdash ; return all messages matching the rest of the criteria
@@ -567,7 +567,7 @@ if you're just wishing a feature ;)
567567| messages | string $charset = 'UTF-8' | WhereQuery | Alias for Folder::query() |
568568| search | string $charset = 'UTF-8' | WhereQuery | Alias for Folder::query() |
569569
570- ### [ Query::class] ( src/IMAP/WhereQuery.php )
570+ ### [ Query::class] ( src/IMAP/Query/ WhereQuery.php )
571571| Method | Arguments | Return | Description |
572572| ------------------ | --------------------------------- | :---------------: | ---------------------------------------------- |
573573| where | mixed $criteria, $value = null | WhereQuery | Add new criteria to the current query |
You can’t perform that action at this time.
0 commit comments