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-05-06 19:28:47 +02:00
.github Change validation action to new name 2024-04-16 10:55:59 +02:00
.idea Change code style to not import nested classes due to too much unwanted imports 2023-06-07 15:25:12 +02:00
app Move expunge logic into RealImapFolder.deleteMessages() 2024-05-06 19:28:47 +02:00
app-k9mail Merge pull request #7788 from thunderbird/remove-material2-theme 2024-04-25 17:41:40 +00:00
app-metadata/com.fsck.k9 Update translations (Weblate) 2024-05-05 19:07:19 +02:00
app-thunderbird Merge pull request #7788 from thunderbird/remove-material2-theme 2024-04-25 17:41:40 +00:00
app-ui-catalog Change status and navigation bar colors to surfaceContainer 2024-04-29 17:18:08 +02:00
backend Remove now unused Backend.expungeMessages() 2024-05-06 19:28:47 +02:00
build-plugin Set targetSdkVersion to 34 2024-04-24 11:07:44 +02:00
cli Move html-cleaner from app namspace to library to better reflect it's purpose 2024-02-23 15:09:37 +01:00
config Fix lint 2024-03-15 10:40:19 +01:00
core Update translations (Weblate) 2024-05-05 19:07:19 +02:00
docs Merge pull request #7805 from thunderbird/add-adr-whitelabel-architecture 2024-05-03 14:35:53 +00:00
feature Update translations (Weblate) 2024-05-05 19:07:19 +02:00
gradle Remove Material 2 theme and dependency 2024-04-25 18:24:33 +02:00
images Add source logos 2024-04-24 10:51:41 +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 Move expunge logic into RealImapFolder.deleteMessages() 2024-05-06 19:28:47 +02:00
plugins/openpgp-api-lib Add support for background activity start mode 2024-04-16 12:44:01 +02:00
scripts Add translation cli 2024-02-19 16:27:27 +01:00
ui-flows Add Maestro flow to record screenshots for the user manual (reading) 2023-04-04 01:41:02 +02:00
ui-utils Disable fling gesture for message list swipe actions 2023-10-25 12:46:19 +02:00
user-manual Add Maestro flow to record screenshots for the user manual (reading) 2023-04-04 01:41:02 +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 Maestro flow to record screenshots for the user manual (accounts) 2023-03-31 14:25:22 +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 Add Kotlin BOM as the Material library ships with an old version 2024-02-26 11:02:24 +01:00
gradle.properties Bump Gradle Plugins 2024-02-21 14:22:23 +01:00
gradlew Bump Gradle 8.3 -> 8.4 2023-10-30 16:30:24 +01:00
gradlew.bat Bump Gradle 8.5 -> 8.6 2024-02-21 11:19:35 +01: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 Add security section and information about the audit 2024-01-15 15:33:06 +01:00
settings.gradle.kts Remove Material 2 theme and dependency 2024-04-25 18:24:33 +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.

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

Thank you for contributing! If you're unfamiliar with the code, start by reading the developer documentation

Please fork this repository and contribute back using pull requests.

Any contributions, large or small, major features, bug fixes, unit/integration tests are welcomed and appreciated but will be thoroughly reviewed and discussed. Please make sure you read the Code Style Guidelines.

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.