0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00
K-9 Mail – Open Source Email App for Android
Go to file
dependabot[bot] 46bc72022b
Bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 14:26:52 +00:00
.github Bump actions/setup-java from 3 to 4 2023-12-04 14:26:52 +00: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 Prepare for version 6.714 2023-12-04 14:39:46 +01:00
app-feature-preview Disable koin override behaviour and fix doubled Clock.System inject definition 2023-12-01 15:01:27 +01:00
app-ui-catalog Disable koin override behaviour and fix doubled Clock.System inject definition 2023-12-01 15:01:27 +01:00
backend Don't start ImapBackendPusher when the app doesn't have permission to schedule exact alarms 2023-12-01 15:23:14 +01:00
build-plugin Increase targetSdkVersion to 33 2023-11-13 13:06:56 +01:00
cli Enable OptionalUnit rule 2023-10-10 13:34:45 +02:00
config Add "After marking a message as unread" navigation setting 2023-11-13 11:14:40 +01:00
core Avoid crash when MX lookup returns invalid hostname 2023-11-29 23:35:25 +01:00
docs Change repository links from thundernest/k-9 to thunderbird/thunderbird-android 2023-11-02 14:35:06 +01:00
fastlane/metadata/android Version 6.713 2023-12-04 14:30:13 +01:00
feature Merge pull request #7393 from thunderbird/fix_mx_lookup_crash 2023-11-30 12:42:19 +01:00
gradle Bump Detekt 1.23.0 -> 1.23.2, Detekt Compose Rules 0.1.11 -> 0.3.2 2023-11-07 14:26:00 +01:00
images Use vector drawable for app icon 2023-09-27 12:44:58 +02:00
mail Merge pull request #7403 from thunderbird/move_copyuid_response 2023-12-04 14:28:11 +01:00
plugins/openpgp-api-lib Fix indent also for openpgp 2023-10-06 16:36:58 +02:00
tools Remove Transifex-related files 2023-10-21 19:02:04 +02: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 Update editorconfig settings to allow long test methods 2023-11-07 10:40:08 +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
autodiscovery Add shell script to build and launch autodiscovery-cli 2023-05-26 15:48:13 +02:00
build.gradle.kts Run all tests tasks except for testReleaseUnitTest on CI 2023-11-24 14:07:13 +01:00
gradle.properties Disable Gradle configuration cache as Spotless doesn't support it properly 2023-10-19 12:31:50 +02:00
gradlew Bump Gradle 8.3 -> 8.4 2023-10-30 16:30:24 +01:00
gradlew.bat Bump Gradle to 7.6 2022-12-07 19:04:23 +01:00
html-cleaner Add command line application to sanitize HTML files 2022-01-28 04:46:31 +01:00
LICENSE Fix LICENSE on GitHub (#1712) 2016-10-12 16:35:13 +02:00
NOTICE Fix LICENSE on GitHub (#1712) 2016-10-12 16:35:13 +02:00
README.md Change repository links from thundernest/k-9 to thunderbird/thunderbird-android 2023-11-02 14:35:06 +01:00
settings.gradle.kts Add onboarding permissions screen 2023-11-08 15:13:42 +01: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:

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.