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

Hey I couldn't find the option for drafting the gmail message. Could you please guide me through this. Also Please explain how do I use Attachment Class as not much...

enhancement

Hi everyone, I am looking for a function get the whole thread mail content. We have this function 'LaravelGmail::message()->get( $id )' which returns only the single email with all the...

i was unable to send followup emails using laravelgmail with threadid and $mail->setReplyThread() not working

In documentation, `LaravelGmail::message()->take(2)->all( $pageToken = null )` this is mentioned to set limit in getting data. There are few problems in this, first is where will you get the $pageToken...

Hi there, I am simply using LaravelGmail::makeToken() and then redirecting is to inbox dashboard. What happening is after successful login I have action in my controller ``` public function gmailCallback()...

I want to forward the email with all attachments?

I am working with Laravel 8.26 and laravel-gmail 5.1. I did everything according to the instructions, but after aftorizations through Google, the user is not detected, how can this be...

Hi. I'm developing an application, where I need to check gmail inbox for responses for certain messages. I'm trying to get messages by calling ```php $messages = LaravelGmail::message()->after($startTime)->all(); ``` Then...

I want to fetch all messages of a thread using thread id. Please refer this https://developers.google.com/gmail/api/v1/reference/users/threads/get