Vitaliy Kamelin

Results 4 issues of Vitaliy Kamelin

### What steps will reproduce the problem? config: ``` 'bootstrap' => ['debug', 'gii'], 'modules' => [ 'debug' => [ 'class' => 'yii\debug\Module', 'allowedIPs' => ['*'] ], 'gii' => [ 'class'...

type:bug
status:to be verified

./Installer.sh: 20: ./Installer.sh: Syntax error: Bad function name

Simple code from example: ``` $client->connect(); //Get all Mailboxes /** @var \Webklex\PHPIMAP\Support\FolderCollection $folders */ $folders = $client->getFolders(); //Loop through every Mailbox /** @var \Webklex\PHPIMAP\Folder $folder */ foreach($folders as $folder){ //Get...

getTextBody() return header ```php $cm = new ClientManager($options = []); $client = $cm->make([ 'host' => '***', 'port' => ***, 'encryption' => 'ssl', 'validate_cert' => true, 'username' => '***', 'password' =>...