levz0r / gmail-tester

A simple Node.js Gmail client which checks the inbox for message existence
MIT License
256 stars 68 forks source link

Label not a typed parameter for check_message #123

Open patowazhir opened 1 year ago

patowazhir commented 1 year ago

This is such a great tool! Thanks for sharing it!

Per the docs, the get_messages method accepts a label:string parameter, but it is not declared on gmail-tester.d.ts, thus creating a typing error when trying to use that parameter.

levz0r commented 1 year ago

It is a pleasure to hear such kind words from you :) Is this something you would like to submit as a PR?

patowazhir commented 1 year ago

Sorry for the delay! Will try to have a PR over the week :)