laravel-gmail icon indicating copy to clipboard operation
laravel-gmail copied to clipboard

Laravel wrapper for the Gmail API

Results 88 laravel-gmail issues
Sort by recently updated
recently updated
newest added

Vulnerable Library - orchestra/testbench-v3.5.5 ## Vulnerabilities | CVE | Severity | CVSS | Dependency | Type | Fixed in (orchestra/testbench-v3.5.5 version) | Remediation Possible** | | ------------- | ------------- |...

Mend: dependency security vulnerability

Vulnerable Library - google/apiclient-v2.2.3 ## Vulnerabilities | CVE | Severity | CVSS | Dependency | Type | Fixed in (google/apiclient-v2.2.3 version) | Remediation Possible** | | ------------- | ------------- |...

Mend: dependency security vulnerability

Vulnerable Library - jquery-3.1.1.min.js JavaScript library for DOM operations Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js Path to vulnerable library: /vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js ## Vulnerabilities | CVE | Severity | CVSS | Dependency | Type...

Mend: dependency security vulnerability

Vulnerable Library - bootstrap-3.3.7.min.js The most popular front-end framework for developing responsive, mobile first projects on the web. Library home page: https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js Path to vulnerable library: /vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js ## Vulnerabilities |...

Mend: dependency security vulnerability

i have added support for php 8.1 8.2 8.3 and some other dependency upgrade

Hey I'm encountering an issue. I've set up topics and subscriptions, and everything works fine when I test internally. However, when I use the watch method in Laravel, I get...

![Screenshot 2024-10-02 140223](https://github.com/user-attachments/assets/040b9d36-82cc-442d-99df-8e393fd843f6) ![Screenshot 2024-10-02 140511](https://github.com/user-attachments/assets/a3d311d3-889e-490d-9bc6-2ae3b3768f05) ![Screenshot 2024-10-02 140616](https://github.com/user-attachments/assets/2a41aaf2-0d6d-48c4-abfc-69e4a88ccb22)

PHP version 8.2.23 `$messages = LaravelGmail::message()->take(2)->all( $pageToken = null );` While trying to read messages `foreach ($messages as $message) { $body = $message->getHtmlBody(); $subject = $message->getSubject(); }` when we call...