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.
- Thomas Müller
- Jan-Christoph Borchardt
- Lukas Reschke
- Thomas Imbreckx
- PoPoutdoor
- Steffen Lindner
- past contributors: Jakob Sack, Bart Visscher, Sebastian Schmid
If you’d like to join, just go through the issue list and fix some. :)
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