1
0
Fork
You've already forked lttrs-android
0
No-frills, easy to use, easy to maintain Email client for Android based on the JSON Meta Application Protocol (JMAP).
  • Java 99.9%
Find a file
2025年10月05日 18:09:09 +02:00
.github Upload debug APKs only 2021年08月27日 07:39:18 +00:00
app version bump to 0.4.4 2025年04月08日 15:21:55 +02:00
fastlane/metadata/android version bump to 0.4.4 2025年04月08日 15:21:55 +02:00
gradle/wrapper bump gradle, AGP target SDK and various libraries 2025年04月05日 12:36:11 +02:00
.gitignore add push.xml (contains push server url) 2021年07月28日 09:20:39 +02:00
.woodpecker.yml update woodpecker to not build fdroid flavor 2023年11月17日 17:14:56 +01:00
build.gradle bundle letsencrypt for older Androids 2025年04月08日 14:29:35 +02:00
CHANGELOG.md version bump to 0.4.4 2025年04月08日 15:21:55 +02:00
gradle.properties bump gradle and gradle plugin 2023年10月23日 18:32:01 +02:00
gradlew updated gradle wrapper 2020年02月16日 20:32:41 +01:00
gradlew.bat updated gradle wrapper 2020年02月16日 20:32:41 +01:00
LICENSE specify license to be Apache License 2.0 2019年03月23日 07:40:42 +01:00
README.md Remove badges entirely 2025年10月05日 18:09:09 +02:00
settings.gradle rudimentary outline for Android UI tests 2020年11月21日 10:26:30 +01:00
TODO.md ask for notification permission during account setup 2023年12月22日 11:36:08 +01:00

Ltt.rs for Android

Proof of concept e-mail (JMAP) client (pronounced "Letters"). Makes heavy use of Android Jetpack to be more maintainable than some of the other Android e-mail clients.

Features, and design considerations:

  • Heavily cached, but not fully offline capable. Ltt.rs makes use of JMAP’s great caching capabilities. However, marking a thread as read does round-trip to the server to update things such as read count. The action itself won’t get lost even if performed offline.
  • Account setup and done. Settings invite feature creep and its friend unmaintainability.
  • Minimal dependencies. Third party libraries are often of poor quality, and end up unmaintained. Only widely known, highly tested libraries from reputable vendors.
  • Native Autocrypt support.
  • Based on jmap-mua , a headless e-mail client, or a library that handles everything an e-mail client would, aside from data storage and UI. There is also lttrs-cli, which uses the same library.
  • Looks to Gmail for inspiration in cases of uncertainty.

Try it

You can download Ltt.rs either from F-Droid, or Google Play.

If you want to use F-Droid you can also use our F-Droid repository instead of the official one:

https://ltt.rs/fdroid/repo?fingerprint=9c2e57c85c279e5e1a427f6e87927fc1e2278f62d61d7fcefde9346e568ccf86

All three versions are signed with the same key, so it is possible to switch between them.

Attention: You need a JMAP capable e-mail server to use Ltt.rs

As of October 2022, the main options are:

See also: jmap.io/software.html

Translations

Translations are managed via Weblate on Codeberg. Register an account there to start translating.