StasToken

Results 9 comments of StasToken

а почему вы пример в wiki не напишите? было бы удобнее мне кажется. PS: спасибо за пакет.

Oh, really? ```php 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 = $imap->search('UNSEEN'); foreach ($imap->getMessages($mails) as $mail) { echo '==== New Message...

Hi, I assume that you are watching your browser, and when you visit through headless-chrome it creates a new profile, try to see the same site only through incognito mode?...

``` dump($this->charset_in);die(); $success = iconv($this->charset_in, 'UTF-8//TRANSLIT', $html); ``` https://pastebin.com/raw/q34Av4t2 but it works well `$success = iconv('UTF-8', 'UTF-8//TRANSLIT', $html);`

I am also interested in this question, I spent all day today trying to find something similar on the Internet, but not a single analogue can twig 3

And if you need to specify a login and password? and the port? how to write?

I join - the problem is relevant

I confirm that the problem persists to this day, and it appears by accident, the browser worked fine and then every time this problem started to appear at startup A...