Skip to content

Commit 46ebabd

Browse files
Release: K-9 Mail 16.0
1 parent 69c112c commit 46ebabd

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

app-k9mail/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
applicationId = "com.fsck.k9"
1818
testApplicationId = "com.fsck.k9.tests"
1919

20-
versionCode = 39031
20+
versionCode = 39032
2121
versionName = "16.0"
2222

2323
buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"K-9 Mail\"")

app-k9mail/src/main/res/raw/changelog_master.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
66
-->
77
<changelog>
8+
<release version="16.0" versioncode="39032" date="2026-02-02">
9+
<change>Default folder expansion behavior can be controlled by setting</change>
10+
<change>Preferred content type can be switched between text/plain and text/html</change>
11+
<change>Switching folders required an excessive number of clicks</change>
12+
<change>Fix various edge-to-edge issues</change>
13+
<change>Application crashed at startup</change>
14+
<change>Application crashed on Pixel 10 Pro when returning to message list</change>
15+
<change>OAuth SMTP authentication failed with some Microsoft servers</change>
16+
<change>Deleted/read messages in unified inbox may not update until manual refresh</change>
17+
</release>
818
<release version="15.0" versioncode="39031" date="2026-01-05">
919
<change>Default sync interval has been changed from 60 minutes to 15 minutes</change>
1020
<change>Use application icon in push notification messages</change>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
K-9 Mail version 16.0
2+
3+
New:
4+
- Default folder expansion behavior can be controlled by setting
5+
- Preferred content type can be switched between text/plain and text/html
6+
7+
Fixed:
8+
- Switching folders required too many clicks
9+
- Fix edge-to-edge issues
10+
- Application crashed at startup
11+
- Application crashed on Pixel 10 Pro when returning to message list
12+
- OAuth SMTP authentication failed with some Microsoft servers
13+
14+
Unresolved:
15+
- Deleted/read messages in unified inbox may not update until refresh

metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
app-metadata/net.thunderbird.android
1+
app-metadata/com.fsck.k9

0 commit comments

Comments
 (0)