``` $this->client = Imapi\Client::connect('mail.xx.ca', "contact@xx.ca", "xx"); $this->client->getEmails(); ``` **Error** ``` Call to a member function getYoungerThan() on null ```