-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Unread Emails: Cannot read properties of undefined (reading 'title') #755
Comments
I believe many of the "complicated" or specialized calls in the I believe the best fix for that would be to create new, corresponding implementations in the |
I went digging into this today. This breaks here:
This line no longer works: I'm happy to write open a PR sometime this week to fix this. I don't know how or where to test this. Just looking at my Gmail inbox may not be enough. |
Sounds good. If you can come up with a PR which works for you, I would be willing to test it :) |
Calling
gmail.get.unread_emails()
gives me the following error:Getting this for all
unread
functions (gmail.get.unread_draft_emails()
,gmail.get.unread_inbox_emails()
). Calling insideThe text was updated successfully, but these errors were encountered: