Ltt.rs - JMAP Email client

4.0
49 reviews
1K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Ltt.rs (pronounced Letters) is a proof of concept email (JMAP) client currently in development. It makes heavy use of Android Jetpack for a more maintainable code base than some of the preexisting Android email clients.

To use Lttrs you need a JMAP (JSON Meta Application Protocol) capable mail server!

Features & Design considerations:

· Heavily cached but not fully offline capable. Ltt.rs makes use of JMAP’s great caching capabilities. However actions, such as marking a thread as read, need a round-trip to the server until their consequences like unread count are updated. Ltt.rs will ensure that the action itself won’t get lost even if performed while momentarily offline.
· No settings aside from account setup. Settings invite feature creep and make the app hard to maintain. Ltt.rs aims to support one specific work flow. Users who desire a different work flow may find K-9 Mail or FairEmail more suitable.
· Minimal external dependencies. Third party libraries are often of poor quality and end up being unmaintained. Therfore we will only rely on well known, well tested libraries from reputable vendors.
· Autocrypt as a first class feature¹. With its strict UX guidelines autocrypt fits right into Ltt.rs.
· Ltt.rs is based on jmap-mua, a headless email client, or a library that handles everything an email client would aside from data storage and UI. There is also lttrs-cli which uses the same library.
· When in doubt: Look at Gmail for inspiration.

¹: Planned feature

Ltt.rs is licensed under the Apache License 2.0. The source code is available on Codeberg: https://codeberg.org/iNPUTmice/lttrs-android
Updated on
Jan 7, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
This app may share these data types with third parties
Personal info, Messages, and Device or other IDs
This app may collect these data types
Personal info and Messages
Data is encrypted in transit
Data can’t be deleted

Ratings and reviews

4.0
49 reviews
Indelible Inkstain
June 26, 2020
Nice app in need of additional features (which I have no doubt are planned) but definitely usable for now. Would like to be able to see headers and/or source before opening a message; slide to delete option and, of course, dark theme :)
8 people found this review helpful
Did you find this helpful?
A Google user
March 4, 2020
Pretty good tech demo. It's not yet usable on a daily basis but it provides an outlook on what is to come.
12 people found this review helpful
Did you find this helpful?
BabyGirl & Little Man Billings
May 1, 2021
I haven't got the slightest idea what my URL is. Most email apps just asked for your password. I never got a chance to check out this app for that reason, a little disappointed
6 people found this review helpful
Did you find this helpful?
Daniel Gultsch
January 7, 2024
Ltt.rs uses the relatively new JMAP protocol. Your server likely doesn't support this. This is mentioned in the app description as well as in the app when you press the help button (in the connection URL screen) The app is currently only intented for users who want to self host and play around with this new protocol.

What's new

· Enable predictive back gestures