Beta: K-9 Mail 5.728

Changes in this version:

  • Added support for using a client certificate and a password at the same time
  • Unified Inbox is now displayed on top of the folder list in the drawer
  • Improved the sort order of email addresses in the auto-complete popup
  • Fixed a bug when parsing recipient email addresses in the “compose” screen
  • Fixed bug where the folder list wasn’t fetched from the server
  • Fixed a bug in the “import settings” screen
  • Updated translations

Read the post “How do I become a beta tester?” to learn where to get the beta version.

3 Likes

hi,
I’m on 5.729. K9 is crashing as soon as I try to write a message.
best regards

android.content.ActivityNotFoundException: Unable to find explicit activity class {com.fsck.k9/com.fsck.k9.activity.MessageCompose}; have you declared this activity in your AndroidManifest.xml?
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2058)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1718)
at android.app.Activity.startActivityForResult(Activity.java:5258)
at androidx.fragment.app.FragmentActivity.startActivityForResult(FragmentActivity.java:675)
at android.app.Activity.startActivityForResult(Activity.java:5216)
at androidx.fragment.app.FragmentActivity.startActivityForResult(FragmentActivity.java:662)
at android.app.Activity.startActivity(Activity.java:5587)
at android.app.Activity.startActivity(Activity.java:5555)
at com.fsck.k9.activity.compose.MessageActions.actionCompose(MessageActions.java:31)
at com.fsck.k9.activity.MessageList.onCompose(MessageList.kt:1143)
at com.fsck.k9.fragment.MessageListFragment.onCompose(MessageListFragment.kt:497)
at com.fsck.k9.activity.MessageList.onOptionsItemSelected(MessageList.kt:791)
at android.app.Activity.onMenuItemSelected(Activity.java:4203)
at androidx.fragment.app.FragmentActivity.onMenuItemSelected(FragmentActivity.java:383)
at androidx.appcompat.app.AppCompatActivity.onMenuItemSelected(AppCompatActivity.java:228)
at androidx.appcompat.view.WindowCallbackWrapper.onMenuItemSelected(WindowCallbackWrapper.java:109)
at androidx.appcompat.view.WindowCallbackWrapper.onMenuItemSelected(WindowCallbackWrapper.java:109)
at androidx.appcompat.app.ToolbarActionBar$2.onMenuItemClick(ToolbarActionBar.java:65)
at androidx.appcompat.widget.Toolbar$1.onMenuItemClick(Toolbar.java:207)
at androidx.appcompat.widget.ActionMenuView$MenuBuilderCallback.onMenuItemSelected(ActionMenuView.java:779)
at androidx.appcompat.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:834)
at androidx.appcompat.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:158)
at androidx.appcompat.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:985)
at androidx.appcompat.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:975)
at androidx.appcompat.widget.ActionMenuView.invokeItem(ActionMenuView.java:623)
at androidx.appcompat.view.menu.ActionMenuItemView.onClick(ActionMenuItemView.java:151)
at android.view.View.performClick(View.java:7187)
at android.view.View.performClickInternal(View.java:7160)
at android.view.View.access$3500(View.java:824)
at android.view.View$PerformClick.run(View.java:27664)
at android.os.Handler.handleCallback(Handler.java:914)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:225)
at android.app.ActivityThread.main(ActivityThread.java:7566)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:994)

This is an unfortunate bug. I’m not yet sure whether it’s our fault or a bug in the Android platform.
See Crash on create new mail or reply · Issue #4865 · k9mail/k-9 · GitHub

Uninstalling, then reinstalling the app should fix the problem.

Thanks for your unbelieving quick response!
I realize that I forgot a important point: this is a migration from my previous phone so perhaps it’s a bug in the configuration backup…
Anyway, I’m trying right away a new install.

Ok so a reinstallation with the old configuration file crash again.
A reinstallation from scratch is working ok.
So I really think it’s coming from the old configuration.
Perhaps it’s a security change between the version of Android…

Thanks for the follow-up :heart: I think I know why it’s crashing when settings are imported. Should be easy enough to fix.