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 71372fc commit ce0004dCopy full SHA for ce0004d
src/PhpImap/Mailbox.php
@@ -157,7 +157,7 @@ public function getListingFolders() {
157
* This function uses imap_search() to perform a search on the mailbox currently opened in the given IMAP stream.
158
* For example, to match all unanswered mails sent by Mom, you'd use: "UNANSWERED FROM mom".
159
*
160
- * @param string $criteria See http://php.net/manual/en/function.imap-search.php for a complete list of available criteria
+ * @param string $criteria See http://php.net/imap_search for a complete list of available criteria
161
* @return array mailsIds (or empty array)
162
*/
163
public function searchMailbox($criteria = 'ALL') {
0 commit comments