💌 Mail app for Nextcloud
Перейти к файлу
Christoph Wurst d25e0a56f7
Update changelog
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-10-30 20:52:39 +01:00
.github Update issue_template.md 2017-04-18 13:05:32 +02:00
.phan Add default phan config 2017-10-16 15:53:50 +02:00
appinfo Version bump 2017-10-30 20:49:59 +01:00
build Fix translation string extractor for special characters 2017-09-27 10:31:13 +02:00
css Refactor navigation according to styling guidelines 2017-10-10 11:25:01 +02:00
doc Move dev setup to README 2017-10-09 08:59:04 +02:00
img fix favicon viewbox, cut decimals 2016-11-24 15:32:31 +01:00
js Merge pull request #565 from nextcloud/refactor/navigation-css-guidelines 2017-10-30 16:54:32 +01:00
l10n [tx-robot] updated from transifex 2017-10-29 00:31:38 +00:00
lib Fix loading of HTML messages 2017-10-30 16:57:00 +01:00
screenshots fix screenshot and compress 2016-08-29 14:47:58 +02:00
templates fixup! Refactor navigation according to styling guidelines 2017-10-10 13:35:57 +02:00
tests Cleanup address handling 2017-10-23 09:28:51 +02:00
.gitattributes Prevent merge conflicts of the changelog files 2016-05-29 18:39:33 +02:00
.gitignore WIP Move to Webpack3 (#468) 2017-08-27 17:08:05 +02:00
.jscsrc JSCS Fixes 2015-08-31 10:20:49 +02:00
.jshintignore update npm packages; update jshint ignore list 2015-09-25 16:16:32 +02:00
.jshintrc Fix jshint errors 2015-08-29 18:53:30 +02:00
.lgtm require only one approval 2016-08-29 13:17:59 +02:00
.scrutinizer.yml Ignore js dependencies and tests from scrutinizer 2016-09-14 08:16:52 +02:00
.travis.yml Install composer dev deps on Travis 2017-10-30 20:36:34 +01:00
CHANGELOG.md Update changelog 2017-10-30 20:52:39 +01:00
COPYING add proper COPYING agplv3 license file 2016-09-12 10:30:13 +02:00
Gruntfile.js WIP Move to Webpack3 (#468) 2017-08-27 17:08:05 +02:00
Makefile Install composer dev deps on Travis 2017-10-30 20:36:34 +01:00
README.md Move dev setup to README 2017-10-09 08:59:04 +02:00
composer.json Suggest, not require phan 2017-10-23 17:38:11 +02:00
composer.lock Only update phan 2017-10-23 19:06:50 +02:00
karma.conf.js Fix js test execution 2017-10-16 13:44:15 +02:00
package-lock.json Version bump 2017-10-30 20:49:59 +01:00
package.json Version bump 2017-10-30 20:49:59 +01:00

README.md

Nextcloud Mail

Downloads Build Status Scrutinizer Code Quality PHP Coverage JavaScript Coverage Bountysource

A mail app for Nextcloud

Why is this so awesome?

  • 🚀 Integration with other Nextcloud apps! Currently Contacts, Calendar & Files – more to come.
  • 📥 Multiple mail accounts! Personal and company account? No problem, and a nice unified inbox.
  • 🔒 Send & receive encrypted mails! Using the great Mailvelope browser extension.
  • 🙈 Were not reinventing the wheel! Based on the great Horde libraries.

And in the works for the coming versions:

  • 📚 Proper grouping of message threads
  • 📦 Folder management

If you experience any issues or have any suggestions for improvement, use the issue tracker. Please follow the issue template so we get the info needed to debug and fix the problem. Thanks!

Development setup

Just clone this repo into your apps directory (Nextcloud server installation needed). Additionally, npm to fetch Node.js is needed for installing JavaScript dependencies.

Once npm and Node.js are installed, PHP and JavaScript dependencies can be installed by running:

make install-composer-deps
make optimize-js

Documentation

Need help? Check out our documentation. It's split into three parts.

Maintainers

Christoph Wurst, Jan-Christoph Borchardt, Steffen Lindner and many more

If youd like to join, just run through the issue list and fix some. :)