0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00
K-9 Mail – Open Source Email App for Android
Go to file
2024-09-12 17:00:45 +02:00
.github Bump gradle/actions from 3 to 4 2024-08-05 14:17:56 +00:00
.idea Merge pull request #7999 from wmontwe/change-ide-icon 2024-07-01 10:08:26 +00:00
app-common Add SettingsProvider to migrate settings to another app 2024-09-03 11:24:12 +02:00
app-k9mail Add setting for app telemetry 2024-09-09 19:25:46 +02:00
app-metadata/com.fsck.k9 Update translations (Weblate) 2024-09-05 12:02:03 +02:00
app-thunderbird Make release channel name available to the app 2024-09-10 16:21:07 +02:00
app-ui-catalog Add PullToRefreshBox to design system and catalog 2024-09-09 16:39:16 +02:00
backend Remove now unused Backend.expungeMessages() 2024-05-06 19:28:47 +02:00
build-plugin Bump Android Gradle Plugin 8.2.2 -> 8.5.2 and Android Tools 31.2.2 -> 31.5.2 2024-08-15 12:36:34 +02:00
cli Add String resource mover cli script 2024-06-07 14:34:21 +02:00
config Update detekt baseline 2024-09-09 00:09:20 +02:00
core Add AccountIndicator 2024-09-11 13:12:35 +02:00
docs Remove links to the deprecated user manual 2024-08-26 20:03:13 +02:00
feature Add account view to drawer content 2024-09-12 17:00:45 +02:00
gradle Bump other dependencies 2024-09-06 19:49:06 +02:00
images Change Thunderbird source images and add missing monochrome versions 2024-07-22 12:15:32 +02:00
legacy Merge pull request #8131 from wmontwe/add-drawer-folder-list-part2 2024-09-11 10:54:27 +02:00
library/html-cleaner Move html-cleaner from app namspace to library to better reflect it's purpose 2024-02-23 15:09:37 +01:00
mail Fix some comments (#8046) 2024-08-06 13:42:39 +02:00
plugins/openpgp-api-lib Remove empty/unnecessary translations 2024-07-10 16:30:00 +02:00
scripts Add String resource mover cli script 2024-06-07 14:34:21 +02:00
ui-flows Remove scripts to create screenshots for the user manual 2024-08-26 20:06:48 +02:00
ui-utils Fix some comments (#8046) 2024-08-06 13:42:39 +02:00
.editorconfig Fix markdown indent issues 2024-01-16 16:46:09 +01:00
.gitattributes Fix eml line breaks to CRLF 2023-08-30 16:45:43 +02:00
.gitignore Add thunderbird signing config 2024-07-29 11:18:53 +02:00
.java-version Bump Android Gradle Plugin to 8.0.0 and move Kotlin compatibility to build-plugins 2023-04-25 17:21:32 +02:00
build.gradle.kts Merge pull request #7944 from thunderbird/bump-dependencies 2024-06-14 14:41:10 +00:00
gradle.properties Bump Gradle Plugins 2024-02-21 14:22:23 +01:00
gradlew Bump Gradle 8.8 -> 8.10 2024-08-15 12:44:24 +02:00
gradlew.bat Bump Gradle 8.8 -> 8.10 2024-08-15 12:44:24 +02:00
LICENSE Fix LICENSE on GitHub (#1712) 2016-10-12 16:35:13 +02:00
metadata Add metadata/ symlink to K-9 Mail's metadata 2024-04-26 16:14:37 +02:00
NOTICE Fix LICENSE on GitHub (#1712) 2016-10-12 16:35:13 +02:00
README.md Remove links to the deprecated user manual 2024-08-26 20:03:13 +02:00
settings.gradle.kts Merge pull request #8131 from wmontwe/add-drawer-folder-list-part2 2024-09-11 10:54:27 +02:00

K-9 Mail

Latest release Latest beta release

K-9 Mail is an open-source email client for Android.

Download

K-9 Mail can be downloaded from a couple of sources:

You might also be interested in becoming a tester to get an early look at new versions.

Release Notes

Check out the Release Notes to find out what changed in each version of K-9 Mail. For a more up to date list of changes, see the XML Changelog.

Need Help?

If the app is not behaving like it should, you might find these resources helpful:

Translations

Interested in helping to translate K-9 Mail? Contribute here:

Contributing

We welcome contributions from everyone. Please see the CONTRIBUTING guide for more information.

Forking

If you want to use a fork of this project please ensure that you replace the OAuth client setup in the app-k9mail/src/{debug,release}/kotlin/app/k9mail/auth/K9OAuthConfigurationFactory.kt and app-thunderbird/src/{debug,daily,beta,release}/kotlin/net/thunderbird/android/auth/TbOAuthConfigurationFactory.kt with your own OAuth client setup and ensure that the redirectUri is different to the one used in the main project. This is to prevent conflicts with the main app when both are installed on the same device.

Architecture Decision Records (ADR)

We use Architecture Decision Records to document the architectural decisions made in the development of K-9 Mail. You can find them in the docs/architecture/adr directory.

For more information about our ADRs, please see the ADRs README.

We encourage team members and contributors to read through our ADRs to understand the architectural decisions that have shaped this project so far. Feel free to propose new ADRs or suggest modifications to existing ones as needed.

Communication

Aside from discussing changes in pull requests and issues we use the following communication services:

Security

The code in this repository was undergoing an extensive security audit in collaboration with the Open Source Technology Improvement Fund (OSTIF) and 7ASecurity in the first half of 2023. For more details, see our blog post.

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.