You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
You should check the result type and throw exception if the result is not array or change method signature.
The text was updated successfully, but these errors were encountered:
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.
You should check the result type and throw exception if the result is not array or change method signature.
The text was updated successfully, but these errors were encountered: