Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Commit

Permalink
License: GPL-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
synox committed Apr 15, 2017
1 parent 05f79f7 commit e92a92d
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project does not adheres to [Semantic Versioning](http://semver.org/).

### Changed
- Improved styling using card layout
- Changed licence to GPL-3.0 in order to allow commercial use and advertisement.

## [0.1.3] - 2017-03-24
### Changed
Expand Down
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
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.

Loading

0 comments on commit e92a92d

Please sign in to comment.