dacastro4 / laravel-gmail

Laravel wrapper for the Gmail API
MIT License
292 stars 134 forks source link

How do I receive incoming email alerts? #209

Open ghost opened 3 years ago

ghost commented 3 years ago

I would like to receive notifications about changes in the mailbox and only then download unread emails from GMail. How to implement this?

ghost commented 3 years ago

Added the setWatch function to the GmailConnection.php class

/**