-
Notifications
You must be signed in to change notification settings - Fork 51
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
Failed to get IMAP folder information at initialization #149
Comments
To compare behaviors in your environments, evaluate
See the condition |
I can reproduce this:
Probably, two factor authentication is necessary. |
@yoshinari-nomura Would you summarize the status of authentication on gmail? Japanese is OK. |
On the other machine, I can get access my inbox through another version of mew with same configuration files. I will post debug message later today. Thanks. |
@tats, I set debug flag you mentioned and also did (setq mew-debug t), there is no useful message in Message buffer.
Then I added some debug message in the source to check your suggestions.In my case, the program skips the block line 227-237. But after adding debug message next to the line226. All the sudden it starts working. After the first folder check, now Mew is working fine now. If it may help for the community, I can erase my local folder and check the phenomenon again. Anyway thank you for all the suggestion and advises. I'm happy to be back Mew community. Thanks > @kazu-yamamoto |
Your Emacs seems to lost the key binding It should normally be:
|
@tats, you are right. It was caused by my local key binding. I remember I had same issue long time ago, may be in 90s. Kazu found it during a camp. Let me ask primitive question. When I manually typed M-x universal-argument [space] Z (it's replaced to "universal-argument-Z" )or M-x universal-argumentZ, emacs just say "no match". Anyway, now I can use Mew again and thank you for your advice. @kazu-yamamoto , your issue posted above can be solved by using "Google App specific password". Please check this page. https://support.google.com/accounts/answer/185833?hl=en Thank you, all! |
My IMAP XOAUTH2 branch is here: https://github.com/yoshinari-nomura/Mew/tree/mew-support-xoauth2 It works well for my daily use, but unfortunately, this would not be helpful for this issue. By the way, Google is planning to turn off less secure app access to G Suite accounts: I recomment G Suite users to migrate to OAuth2 authentication. |
Emacs ver: This is GNU Emacs 27.1 (build 1, x86_64-apple-darwin19.6.0, NS appkit-1894.60 Version 10.15.7 (Build 19H114))
of 2020-12-27
Mew ver: from Github on Jan 11, 2021
Server: Gmail IMAP server via stunnel
Situation:
(confirmed successful copy the email in Sent folder via IMAP port which means stunnel is working over IMAP)
Please let me know if anything I should check.
Thank you!
The text was updated successfully, but these errors were encountered: