All Projects → iNPUTmice → lttrs-android

iNPUTmice / lttrs-android

Licence: Apache-2.0 license
No-frills, easy to use, easy to maintain Email client for Android based on the JSON Meta Application Protocol (JMAP).

Programming Languages

java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to lttrs-android

mail
Actively maintained fork of gomail. The best way to send emails in Go.
Stars: ✭ 376 (+113.64%)
Mutual labels:  email
python-smime
S/MIME encoder in pure python
Stars: ✭ 16 (-90.91%)
Mutual labels:  email
SpamgourmetReloaded
SpamgourmetReloaded is a remake of the original spamgourmet.com service - made in Kotlin. The project includes a mailserver and a webinterface.
Stars: ✭ 18 (-89.77%)
Mutual labels:  email
emil
Emil is a library for dealing with E-Mail in Scala.
Stars: ✭ 17 (-90.34%)
Mutual labels:  email
Smart-Mass-Mailer
Smart Bulk Email Sender with Mail Merge, Delay between Emails and HTML Content
Stars: ✭ 51 (-71.02%)
Mutual labels:  email
horusec-platform
Horusec Platform is a set of web services that integrate with the Horusec CLI to facilitate the visualization and management of found vulnerabilities.
Stars: ✭ 32 (-81.82%)
Mutual labels:  email
sesdashboard
Analytics and activity tracking dashboard for AWS Simple Email Service
Stars: ✭ 36 (-79.55%)
Mutual labels:  email
sender policy flattener
Compact large SPF chains into flat blocks of IP addresses
Stars: ✭ 25 (-85.8%)
Mutual labels:  email
twitter-digest
✉️ A netlify lambda function that emails you tweets from a twitter list.
Stars: ✭ 14 (-92.05%)
Mutual labels:  email
Mail
基于 Net.Mail 封装的发送邮件工具类。仅需一行代码,发送邮件。支持自定义邮件发出邮箱、发出方名字等。 支持SSL加密发送。 多个接收人、抄送人。支持群发独显。 支持添加附件、多个附件。 目前大部分主流邮箱全支持。
Stars: ✭ 87 (-50.57%)
Mutual labels:  email
attachment-downloader
Simple tool for downloading email attachments for all emails in a given folder using an IMAP client
Stars: ✭ 52 (-70.45%)
Mutual labels:  email
EmailValidationPascal
Simple Class for Validating Email Address Syntax in Pascal/Delphi
Stars: ✭ 32 (-81.82%)
Mutual labels:  email
bulk-email-sender
Send Templatized Dynamic Emails Automatically
Stars: ✭ 30 (-82.95%)
Mutual labels:  email
egnature
Egnature is an email signature generator tool, which is an open source and free to use.
Stars: ✭ 26 (-85.23%)
Mutual labels:  email
DANE-for-SMTP
'DANE for SMTP' wiki
Stars: ✭ 28 (-84.09%)
Mutual labels:  email
matrix-email-bot
A bot that posts messages to rooms when an email is received.
Stars: ✭ 33 (-81.25%)
Mutual labels:  email
devops-notes
My technical documentation in the SRE / DevOps paradigm.
Stars: ✭ 19 (-89.2%)
Mutual labels:  email
Email-Spammer
Great script for sending and spaming emails! gmail, yahoo, outlook, hotmail.
Stars: ✭ 79 (-55.11%)
Mutual labels:  email
Maily-Form
Forms on any website
Stars: ✭ 29 (-83.52%)
Mutual labels:  email
puppeteer-email
Email automation driven by headless chrome.
Stars: ✭ 135 (-23.3%)
Mutual labels:  email

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 don’t 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 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

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

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.

JMAP servers are currently rare. As of November 2020 you need Cyrus 3.2.x. Fastmail is the only known provider.

There is ongoing work on the Apache Jame Server. Follow JAMES-2884 for more information.

Fastmail users

During setup, Ltt.rs will ask you for a connection URL. You need to type in https://jmap.fastmail.com/.well-known/jmap. Automatic discovery currently doesn’t work for Fastmail.

Translations

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].