Open ThomyLorenzatti opened 1 year ago
Hello, can you try
$mailbox->setWatch('login@gmail.com', $rq);
Hello, can you try
$mailbox->setWatch('login@gmail.com', $rq);
I have already try this and it's the same thing that use 'me' because the user is currently login with his gmail account
What in response? print_r($mailbox->setWatch('me', $rq));
Hey
Have you made any progress with real-time email retrieval? I want to implement a similar approach to fetch emails in real-time, rather than using a cron job.
Hello,
I am encountering an issue when trying to use the setWatch() function to get my Gmail messages in real-time. Everything is configured properly on the Google Cloud side and I have no errors, but I am not getting any response from the function as indicated in Google's documentation. On the Google Cloud side, nothing is happening. Here is my code for context:
Do you have any ideas to help me solve this issue? Thank you in advance.