cketti
cketti
We intend to improve interoperability with calendar apps in the future. Right now there's nothing a calendar app can do to get K-9 Mail to send iMIP messages. I believe...
The proper way to fix this is to listen for changes to the message state and updating the view then. We don't want to reload the entire message each time...
A first draft. Opening a conversation will collapse the previously read messages into a placeholder item.  Expanding the placeholder shows those previous messages (in a collapsed state). 
Please try to describe the problem you're trying to solve, not the solution you believe will solve the problem (or has solved the problem in the past). Please also keep...
You were very vague. Exactly what information do you want K-9 Mail to expose?
Please pretend `MessageProvider` does not exist. It is now an implementation detail. Right now there is no interface for third-party apps. If you want there to be one, you need...
I agree that the message view layout should be changed. However, it needs a lot more changes than this. I'd like us to come up with a new design incorporating...
I've started writing down what a message view redesign needs to consider in this issue: - #6198
This will be quite substantial in terms of changed lines. That's why the work will be done in a separate branch. We can make smaller changes and leave the branch...
Side note: I updated issue #6198 with drafts of the new design and many of the things we talked about in our design sessions. If you're following this work and...