Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 485843c4aed763b6774d9d3ec2871efd4ebfa906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Mail app
============

Maintainers:
------------
- [Thomas Müller](https://github.com/DeepDiver1975)
- [Bart Visscher](https://github.com/bartv2)
- [Jan C. Borchardt](https://github.com/jancborchardt)
- [Sebastian Schmid](https://github.com/sebastian-schmid)

Alumni:
--------
- [Jakob Sack](https://github.com/jakobsack)

Contact us if you'd like to join!

Developer setup info:
---------------------
### Master branch:
Just clone this repo into your apps directory. Additionally you need Composer to install dependencies:
```bash
curl -sS https://getcomposer.org/installer | php
php composer.phar install
```

### appframework branch:
Get the latest version of the appframework into the apps directory:
```bash
git clone git://github.com/owncloud/appframework.git
```
Enable the appframework in the app settings of ownCloud.

Get the lastest version of the rework:
```bash
git clone git://github.com/owncloud/mail.git
cd mail
git checkout appframework
```