Skip to content

mikelupe/owncloud_mail

 
 

Repository files navigation

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

About

Repo for the mail app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.3%
  • PHP 42.9%
  • CSS 1.8%