MihaKot
MihaKot
**Code to Reproduce** ```php $client = Client::account('price'); $client->connect(); $client->getConnection()->enableDebug(); $inbox = $client->getFolder('INBOX'); $message = $inbox->messages()->getMessage($uid); $message->setFlag('Seen'); $message->move($folder); ``` **Exception** ``` >> TAG2 LIST "" "*"
**Describe the bug** Webklex\PHPIMAP\Connection\Protocols\ImapProtocol::createFolder(): Return value must be of type bool, null returned **Used config** default **Code to Reproduce** The troubling code section which produces the reported bug. ```php $client...
### Feature Description Существующая функция супер. Но хотелось бы доработки) к примеру в настройках плагина для проекта указать какие еще языки присутствуют в проекте, и на основании этих языков форма...