thesky2017
Results
2
comments of
thesky2017
> How to send ID command when using 163 mailbox hello Have you sloved your problem? I meet the question I met IMAP_ Search function can't return normally, return empty...
> Oh, really? > > ``` > require 'vendor/autoload.php'; > > $imap = new \Noi\Util\Mail\ImapIdleClient('your.imap.host', 993); > $imap->login('username', 'password'); > $imap->selectMailbox('INBOX'); > > while (!$imap->idle(300) instanceof \PEAR_Error) { > $mails...