a suckless email client for android

Noah Vogt 6c6cbd7fd6 fix compilation: use app:tint, escape % in formatted string value + update possibly untested change in SendMail class + remove unused import + update gitignore + add .classpath 2 anos atrás
app 6c6cbd7fd6 fix compilation: use app:tint, escape % in formatted string value + update possibly untested change in SendMail class + remove unused import + update gitignore + add .classpath 2 anos atrás
gradle 44b20b623d update dependencies + gradle 3 anos atrás
media 70eb9870d7 added messageEditor icon 4 anos atrás
patches 443a2810e6 merged accountmanager 3 anos atrás
.classpath 6c6cbd7fd6 fix compilation: use app:tint, escape % in formatted string value + update possibly untested change in SendMail class + remove unused import + update gitignore + add .classpath 2 anos atrás
.gitignore 6c6cbd7fd6 fix compilation: use app:tint, escape % in formatted string value + update possibly untested change in SendMail class + remove unused import + update gitignore + add .classpath 2 anos atrás
APL b115318051 add APL license notice + update readme 3 anos atrás
LICENSE ac79d17ac1 apply GNU GPLv3 4 anos atrás
README.md b115318051 add APL license notice + update readme 3 anos atrás
build.gradle 44b20b623d update dependencies + gradle 3 anos atrás
gradle.properties 3ca9b86f72 init commit 4 anos atrás
gradlew 3ca9b86f72 init commit 4 anos atrás
gradlew.bat 3ca9b86f72 init commit 4 anos atrás
settings.gradle 3ca9b86f72 init commit 4 anos atrás

README.md

snailmail

a suckless email client for android

Note: This is school project

Purpose

What is the specific purpose of this application? And what does «suckless» even mean?

While a lot of the «Open Source» Projects pride themselves in having a lot of features and many lines of code, we do not like this approach to software. More complex software is more prone to bugs (which brings security risks with it), is harder to maintain and less extensible. For further reading, check out the suckless philosophy.

To solve these issues, this software project aims at providing a simple base application - with what we consider absolutely essential features - while other non-essential, optional features can be easily installed using a built-in plugin manager.

State of Development

We do have implemented most essential features right now, but not all of them, so this program is considered not yet fully usable. Because this is a school project, release v1.0 will be the state of the program when it is turned in. Further development and future releases to finish this project however are planned none the less.

Licensing

This program is Free Software (as in "free speech", not as in "free beer"). It is distributed under the GNU General Public License v3 (or any later version) - see the accompanying LICENSE file for more details.