No-frills, easy to use, easy to maintain Email client for Android based on the JSON Meta Application Protocol (JMAP). https://Ltt.rs
Go to file
Daniel Gultsch d5a1ab686d
use Java 17; bump libraries
2023-06-23 11:57:23 +02:00
.github Upload debug APKs only 2021-08-27 07:39:18 +00:00
app use Java 17; bump libraries 2023-06-23 11:57:23 +02:00
fastlane/metadata/android Translated using Weblate (German) 2022-02-24 11:22:28 +01:00
gradle/wrapper use Java 17; bump libraries 2023-06-23 11:57:23 +02:00
.gitignore add push.xml (contains push server url) 2021-07-28 09:20:39 +02:00
LICENSE specify license to be Apache License 2.0 2019-03-23 07:40:42 +01:00
README.md remove fastmail from readme 2022-10-28 19:44:25 +02:00
build.gradle use Java 17; bump libraries 2023-06-23 11:57:23 +02:00
gradle.properties give gradle more jvm memory to fix ci issues 2021-07-25 08:21:43 +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
settings.gradle rudimentary outline for Android UI tests 2020-11-21 10:26:30 +01:00

README.md

Ltt.rs for Android

Apache 2.0 License Build Status Codacy Badge Weblate project translated Liberapay patrons GitHub Sponsors

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.

Android screenshot

If the above screenshots dont do enough to convince you, you can watch this short video on YouTube.

Features, and design considerations:

  • Heavily cached, but not fully offline capable. Ltt.rs makes use of JMAPs 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 wont 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 for a small fee from 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 on Weblate. Register an account there to start translating.