Skip to content

Commit ce0004d

Browse files
Update Mailbox.php
Nicer link
1 parent 71372fc commit ce0004d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpImap/Mailbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function getListingFolders() {
157157
* This function uses imap_search() to perform a search on the mailbox currently opened in the given IMAP stream.
158158
* For example, to match all unanswered mails sent by Mom, you'd use: "UNANSWERED FROM mom".
159159
*
160-
* @param string $criteria See http://php.net/manual/en/function.imap-search.php for a complete list of available criteria
160+
* @param string $criteria See http://php.net/imap_search for a complete list of available criteria
161161
* @return array mailsIds (or empty array)
162162
*/
163163
public function searchMailbox($criteria = 'ALL') {

0 commit comments

Comments
 (0)