cketti
cketti
We want to clean up the config files to only include elements that Thunderbird supports. One element that Thunderbird is very unlikely to ever use is `webMail`. So we'd like...
Requesting "Full control of private repositories" seems excessive. Is that really necessary?
- Removes unused data and converts `testCases` to a simple String array - Removes duplicate entries This shouldn't introduce any (significant) behavior changes. The generated output is the same as...
This changes the implementation to match the text from UTS#46 (4.2 [ToASCII](https://www.unicode.org/reports/tr46/tr46-29.html#ToASCII), step 4.1): > The length of the domain name, excluding the root label and its dot, is from...
They removed support for CRAM-MD5 and don't support any other encrypted authentication methods. See https://www.strato.de/faq/mail/externes-e-mail-programm-mit-strato-e-mail-adresse-nutzen/ (I am a customer and was notified of this via email)
Short of using an import alias I wasn't able to make the following work in a KMP project that has the JVM as one of its targets: ```kotlin import de.cketti.codepoints.deluxe.CodePoint...
Use the [Activity Result API](https://developer.android.com/training/basics/intents/result) instead of manually calling `startActivityForResult()` and handling the result in `onActivityResult()`.
The app currently uses the app icon for the "K-9 Accounts" widget (really, a launcher shortcut). We should use the account image instead. We want shortcuts to update when the...
K-9 Mail's search capability is rather limited and we want to change that. The goal of this issue is to track the features we want to have. - [ ]...
Sometimes users disable the "Android System WebView" app. In that case K-9 Mail crashes when trying to open a message for viewing. We should catch this exception and display an...