You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I don't see anything other than "List completed". The second argument has annotation Pattern. But if I pass it as re.compile('.*') it raises an error in __repr__:
Hello. I'm trying to get mail folders with list() method.
But I don't see anything other than "List completed". The second argument has annotation
Pattern
. But if I pass it asre.compile('.*')
it raises an error in__repr__
:This is a method from the aioimaplib:
And this is a sample of my code:
This is an exception:
I also tried to comment out
__repr__
. After that the script runs endlessly and nothing happens.My question - what is the correct way to get folders?
The text was updated successfully, but these errors were encountered: