-
Notifications
You must be signed in to change notification settings - Fork 8
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
imap2gg: Error while interacting with the IMAP SERVER: ''MailBox' object has no attribute '_criteria_encoder'' #6
Comments
I ran into the same problem but noticed that the code in question had been removed from an earlier version of an imported library. After running |
I was wrong: version 0.30.0 also fails, it worked just because I had the "count=1" fix. Version 0.22.0 works fine. |
Same: Gmail to Google Group Honestly, I don't know how to apply your fix. I think this should be mentioned in README if possible until an official update fixing the things arrives. |
Running into the same issue here. Syncing from a Dreamhost IMAP server. Will post back if I find a solution, but would really appreciate any help. |
Looks like the mail2googlegroup/mail2gg/__init__.py Line 120 in fa835a4
Doing so prevents the code from calling search() on the remote mailbox which is where the error is coming from. I'm wondering if there are any important side-effects to not having a count... Found this in the following issue: #5 |
If you are looking to get this working with the count fix, follow these instructions (Linux):
|
Thank you so much! This finally got me up and running. |
Hey, great project, would like to get it working, any ideas what might be wrong?
I'm not using any filters
The text was updated successfully, but these errors were encountered: