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

A simple Node.js Gmail client which checks the inbox for message existence

Results 43 gmail-tester issues
Sort by recently updated
recently updated
newest added

I've been using this package successfully for months. Today I had to regenerate my OAuth credentials. After running the `node /gmail-tester/init.js ` command and clicking the link, I was met...

Hey, maybe someone had experience, after pasting the code, I get: ``` [gmail] Checking for message from '', to: [email protected], contains '' in subject... Authorize this app by visiting this...

Hello guys, I have an issue if I want to read email content and my email contains attachments (In my case .html file) the function returns me a undefined value....

Getting this error when copying the link to browser from init.js output: Authorization Error Error 403: access_denied The developer hasn’t given you access to this app. It’s currently being tested...

Turns out this issue is because I had over 100 emails in my inbox that matched a query and when reading it was pulling them all back. So I removed...

Hi, I've had the gmail-tester plugin work for a couple of days after setting it up, but then every few days it breaks with this error: CypressError: `cy.task('gmail:check')` failed with...

Maybe a missing documentation part, how to auto-update die token.json regular? The token comes with an expire date: `... "scope":"https://www.googleapis.com/auth/gmail.readonly","token_type":"Bearer","expiry_date":1614682765030}` So howto setup gmail-tester in an CI environment?

Since those credential files can't be included on CI, can parameters for checkInbox(), instead of string(file path) be object with secret properties?

Hello! Can someone please have a look at possible issue? Sorry if this is not enough of information - please let me know and I'll reply with more details. The...

I have been able to get the check_inbox to work properly. I have now tried to get the get-messages() to work, but I keep getting the following error message: >...