ezgmail
ezgmail copied to clipboard
No message in any thread
Hello,
Is this module currently working for other users? I get through the login steps and everything seem to work fine.
Using unreadThreads = ezgmail.unread(), I manage to get the list of threads but each of them shows Message = {list:0} [].
When trying to any message i get:
unreadThreads[0].messages[0]
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3331, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "
Similar issue with the .summary() function:
ezgmail.summary(unreadThreads)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3331, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "
Thank you