This repository has been archived by the owner on Mar 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
197 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1: | ||
|
||
See the following guide on how to create a fork and a pull request: | ||
https://help.github.com/articles/fork-a-repo/ | ||
|
||
|
||
## Priciples in this project: | ||
* *less code, less bugs:* use fewer lines if possible, remove abstractions that are not required. | ||
* *minimal features and complexity:* only implement features that are really necessary for most users | ||
* *batteries included/No build process:* the user should only download the repo and update the config file in order to run the app. | ||
* *no database:* the application does not have it's own database. The IMAP server is the database. | ||
|
Oops, something went wrong.