Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.82 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.82 KB

Mail app

Build Status Scrutinizer Code Quality Code Coverage

An email app for ownCloud (minimum version 7). At the moment it is a basic IMAP client and in heavy development. (A possibility for the future would be to also have it be a dedicated email server. But that would always be optional, require additional dependencies and is out of scope for now.)

We’re working towards a 0.1 release at the moment. If you experience any issues or have enhancement suggestions, please report them in our issue tracker.

Maintainers

If you’d like to join, just go through the issue list and fix some. :)

Developer setup info

Just clone this repo into your apps directory. Additionally you need Composer to install dependencies:

curl -sS https://getcomposer.org/installer | php
php composer.phar install