Johnny Fuery

Results 2 issues of Johnny Fuery

… is deprecated" warnings. Thanks to https://stackoverflow.com/questions/67640614/laravel-mix-bootstrap-deprecation-warning-using-for-division-is-deprecated And yes, this builds successfully.

See ~line 265 in GmailConnection.php for this method: ``` private function haveReadScope() { $scopes = $this->getUserScopes(); return in_array(Google_Service_Gmail::GMAIL_READONLY, $scopes); } ``` The "all" scope in the core config file translates...