(PHP 4, PHP 5)
imap_listscan — Returns the list of mailboxes that matches the given text
Returns an array containing the names of the mailboxes that have content in the text of the mailbox.
This function is similar to imap_listmailbox(), but it will additionally check for the presence of the string content inside the mailbox data.
Поток IMAP, полученный из imap_open().
ref should normally be just the server specification as described in imap_open()
Определяет начало поиска в иерархии почтовых ящиков.
Есть два специальных символа, которых можно использовать при передаче как часть pattern: '*' и '%'. '*' возвращает все почтовые ящики. Если вы передадите pattern как '*', то получите полный список иерархии почтовых ящиков. '%' вернет только текущий уровень. '%', переданный как параметр pattern, вернет только самый почтовые ящики только на самом верхнем уровне; '~/mail/%' на UW_IMAPD вернет все ящики в директории ~/mail, кроме тех, которые находятся в ее поддиректориях.
The searched string
Returns an array containing the names of the mailboxes that have content in the text of the mailbox.