Cosmologist
Cosmologist
Server::listMailBoxes is simple wrapper arround imap_list: `return imap_list($this->getImapStream(), $this->getServerSpecification(), $pattern);` but if error occured the imap_list does not return array - see [documentation example](http://php.net/manual/ru/function.imap-list.php#example-3900). You should check the result type...
More correctly way to define default values
More correctly way to define default values
If server result count more than total (_search function) - _search function call additional unnecessary call to API. I refactored code for avoid this
I have a task - create an entry in the module and relate it with the other entry. The problem is that the dynamic method set_enty returned dictionary, but method...