last_error(); // Get the last error $message = sprintf(\GO::t("Cannot open the folder \"%s\". Please check your email account settings." . $last ),$mailbox); $imap->clear_errors(); // Needed to clear the imap errors parent::__construct($message); } }