gmail-tester
gmail-tester copied to clipboard
A simple Node.js Gmail client which checks the inbox for message existence
### Current behavior I am using cypress `gmail-tester`. I have updated cypress to `10` or above version and `gmail-tester` return the below error. ``` cy.task('gmail:get-messages') failed with the following error:...
Hello everyone, I'm currently looking for ways to check emails within cypress and came across this library. Since I encountered a problem in my test project, I thought it might...
Hello! We utilise this amazing plugin a lot in our CI. It would be great if an option to allow logging to be turned off was added as currently our...
Hey, my CI is failing with the following error code: ``` Type error: Argument of type '{ installed: { client_id: string; project_id: string; auth_uri: string; token_uri: string; auth_provider_x509_cert_url: string; client_secret:...
I'm not sure if this is the best place to report this, but whenever I install gmail-tester, the parameter `oauth2Client` is written as `oAuth2Client` in the `get_email_attachments` function (https://github.com/levz0r/gmail-tester/blob/master/gmail.js#L215). ![screenshot...
Greetings! I wanted to install gmail-tester in my project, generate credentials from Google, and set privileges for my user. Then I ran the init.js script ( node init.js credentials.json gmail_token.js...
How to automatically update the token in gmail API.
Would it be possible to add the ability to delete an email passing in the index of the email e.g. [0]. This would make it a one stop shop for...
Hi, I'm using this to check gmail inbox waiting for an specific email. The thing is that I tried several scenarios and if the task is polling emails and in...
according to the following blog entry, there are going to be compliance changes for applications: https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html does this affect anything here?