-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add move/copy-to-account #8632
base: main
Are you sure you want to change the base?
Add move/copy-to-account #8632
Conversation
The failing protocol tests might be because the tests were run using an (old?) JDK without an "unlimited cryptography policy". See https://www.java.com/en/configure_crypto.html The failing tests in In general it's probably best to use the same Java version our GitHub workflow is using. Currrently that's Java 17. |
I switched to Java 17 (I was using 21) and things got a little better. The *ServerSettingsValidatorTest tests no longer fail. The RealImapConnectionTest test still fails as well as the tests in QuoteDateFormatterTest. I am attaching the screenshots. |
Fixes issue 760.
The approach is fairly straightforward:
MessageStore.saveLocalMessage()
It doesn't break any tests as far as I can tell. There are 11 tests that fail on my computer, and they are the same tests that fail in the main branch. Screenshots attached.